The Lucide check line icon depicts a simple checkmark, commonly used to indicate completion, success, or a positive selection in user interfaces.
Common uses
- Marking completed tasks in a to-do list.
- Confirming a successful form submission.
- Selecting an option in a checkbox or radio button.
Use it in React
Install
npm i lucide-reactImport & render
import { CheckLine } from 'lucide-react';
<CheckLine size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- donetodotickcompletetaskcheckline
FAQ
- What is the check line icon used for?
- It's used to visually represent completion, success, or a positive choice, like marking a task as done or confirming an action.
- How do I use the check line icon in React?
- You can import and use it like this: import { CheckLine } from 'lucide-react'; <CheckLine />
- What is the license for the Lucide check line icon?
- The Lucide icon library, including the check line icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →