The Tabler list check icon depicts a checklist with a completed item, commonly used to represent tasks, to-do lists, or form elements requiring completion.
Common uses
- To-do list item
- Form submission confirmation
- Task management status
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconListCheck } from '@tabler/icons-react';
<IconListCheck size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconListCheck size={24} stroke={2} />filled
<IconListCheckFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- to-dochecklistformtemplatetaskreminderscheduleagendalistchecktextchecked listtask completeto-do complete
FAQ
- What is the list check icon used for?
- It signifies completion or a checked item within a list or form, ideal for indicating completed tasks or selections.
- How do I use the list check icon in React?
- Import it using `import { IconListCheck } from '@tabler/icons-react'` and render it as a component: `<IconListCheck />`.
- What is the license for the Tabler list check icon?
- The Tabler icon library, including the list check icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →