The Phosphor check icon depicts a checkmark, commonly used to indicate completion, confirmation, or selection in user interfaces.
Common uses
- Marking a task as complete in a to-do list.
- Confirming a successful form submission.
- Selecting an option in a checkbox or radio button group.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Check } from '@phosphor-icons/react';
<Check size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Check size={24} />thin
<Check size={24} weight="thin" />light
<Check size={24} weight="light" />bold
<Check size={24} weight="bold" />fill
<Check size={24} weight="fill" />duotone
<Check size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- todoto-dotasklistcheckboxokdonesystemcheckcheckmarkcompletesuccess
FAQ
- What is the check icon used for?
- It's used to signify completion, confirmation, or selection. Think of marking tasks done or confirming an action.
- How do I use the check icon in React?
- Import it from the library and use it as a component: `import { Check } from '@phosphor-icons/react'; <Check />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →