The Phosphor list checks icon depicts a checklist with completed items, commonly used to represent tasks, to-do lists, or confirmation of completed actions in a user interface.
Common uses
- Marking a to-do list item as complete.
- Indicating a successfully completed step in a process.
- Representing a 'tasks' or 'checklist' section in an application.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ListChecks } from '@phosphor-icons/react';
<ListChecks size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ListChecks size={24} />thin
<ListChecks size={24} weight="thin" />light
<ListChecks size={24} weight="light" />bold
<ListChecks size={24} weight="bold" />fill
<ListChecks size={24} weight="fill" />duotone
<ListChecks size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- *updated*checklisttodoofficeeditorlistcheckstodo listcompleted taskstask complete
FAQ
- What is the list checks icon used for?
- It's typically used to signify completed tasks, to-do lists, or confirmation of actions.
- How do I use this icon in React?
- Import it as `ListChecks` from '@phosphor-icons/react' and use it as a component: `<ListChecks />`.
- What is the license for this icon?
- The Phosphor icon set, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →