The Lucide list checks icon visually represents a list with completed items, commonly used to signify tasks that are done, verified, or successfully processed.
Common uses
- Indicating completed to-do items
- Showing successful validation steps
- Marking finished tasks in a project management tool
Use it in React
Install
npm i lucide-reactImport & render
import { ListChecks } from 'lucide-react';
<ListChecks size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- tododonechecktickcompletetasksitemspendinglistcheckscompleted listtask completechecklistapproved items
FAQ
- What does the list checks icon represent?
- It represents a list where items have been checked off or completed. It's ideal for signifying tasks that are done.
- How do I use the list checks icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { ListChecks } from 'lucide-react'.
- What is the license for the Lucide list checks icon?
- The Lucide icon library, including the list checks 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 →