File: calendar-check-2.md | Updated: 11/15/2025
Return to top
date • day • month • year • event • confirm • subscribe • schedule • done • todo • tick • complete • task
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="calendar-check-2"></i>');
tsx
import { CalendarCheck2 } from 'lucide-react';
const App = () => {
return (
<CalendarCheck2 />
);
};
export default App;
vue
<script setup>
import { CalendarCheck2 } from 'lucide-vue-next';
</script>
<template>
<CalendarCheck2 />
</template>
svelte
<script>
import { CalendarCheck2 } from 'lucide-svelte';
</script>
<CalendarCheck2 />
tsx
import { CalendarCheck2 } from 'lucide-preact';
const App = () => {
return (
<CalendarCheck2 />
);
};
export default App;
tsx
import { CalendarCheck2 } from 'lucide-solid';
const App = () => {
return (
<CalendarCheck2 />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, CalendarCheck2 } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ CalendarCheck2 })\
],
})
// app.component.html
<lucide-icon name="calendar-check-2"></lucide-icon>
html
<div class="icon-calendar-check-2"></div>
CalendarCancel
Bug
Feature
Calendar
Documents Readme Calendar 12
112
8
11
2
calendar-check
check-check
alarm-clock-check
badge-check
book-check
book-open-check
bookmark-check
calendar-1
calendar-arrow-down
calendar-arrow-up
calendar-clock
calendar-cog
calendar-days
calendar-fold
calendar-heart
calendar-minus-2
calendar-minus
calendar-off
calendar-plus-2
calendar-plus
calendar-range
calendar-search
calendar-sync
calendar-x-2
calendar-x
calendar
check-line
check
circle-check-big
circle-check
clipboard-check
clock-check
cloud-check
copy-check
file-check-corner
file-check
folder-check
grid-2x2-check
laptop-minimal-check
list-check
mail-check
map-pin-check-inside
map-pin-check
monitor-check
package-check
printer-check
search-check
shield-check
spell-check-2
spell-check
square-check-big
square-check
ticket-check
user-check
user-round-check