File: check-line.md | Updated: 11/15/2025
Return to top
done • todo • tick • complete • task
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="check-line"></i>');
tsx
import { CheckLine } from 'lucide-react';
const App = () => {
return (
<CheckLine />
);
};
export default App;
vue
<script setup>
import { CheckLine } from 'lucide-vue-next';
</script>
<template>
<CheckLine />
</template>
svelte
<script>
import { CheckLine } from 'lucide-svelte';
</script>
<CheckLine />
tsx
import { CheckLine } from 'lucide-preact';
const App = () => {
return (
<CheckLine />
);
};
export default App;
tsx
import { CheckLine } from 'lucide-solid';
const App = () => {
return (
<CheckLine />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, CheckLine } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ CheckLine })\
],
})
// app.component.html
<lucide-icon name="check-line"></lucide-icon>
html
<div class="icon-check-line"></div>
CheckCancel
Bug
Feature
Check
Documents Readme Check 12
112
8
11
2
check-check
alarm-clock-check
arrow-down-from-line
arrow-down-to-line
arrow-left-from-line
arrow-left-to-line
arrow-right-from-line
arrow-right-to-line
arrow-up-from-line
arrow-up-to-line
arrows-up-from-line
badge-check
book-check
book-open-check
bookmark-check
calendar-check-2
calendar-check
chart-line
check
circle-check-big
circle-check
clipboard-check
clipboard-pen-line
clock-check
cloud-check
copy-check
file-chart-line
file-check-corner
file-check
file-pen-line
folder-check
grid-2x2-check
laptop-minimal-check
line-squiggle
list-check
mail-check
map-pin-check-inside
map-pin-check
monitor-check
package-check
pen-line
pencil-line
printer-check
ruler-dimension-line
scan-line
scissors-line-dashed
search-check
shield-check
spell-check-2
spell-check
square-check-big
square-check
ticket-check
user-check
user-round-check