The Phosphor check square icon visually represents a completed task or a selected option within a user interface, often used for checkboxes or to indicate a confirmed action.
Common uses
- Marking a to-do item as complete
- Selecting multiple options in a form
- Confirming a successful operation
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CheckSquare } from '@phosphor-icons/react';
<CheckSquare size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CheckSquare size={24} />thin
<CheckSquare size={24} weight="thin" />light
<CheckSquare size={24} weight="light" />bold
<CheckSquare size={24} weight="bold" />fill
<CheckSquare size={24} weight="fill" />duotone
<CheckSquare size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- todoto-dotasklistcheckboxrectangleokdonesystemchecksquarecompleted taskselected
FAQ
- What does the check square icon represent?
- It typically signifies a completed task, a selected item, or a confirmed action, similar to a checked checkbox.
- How do I use the check square icon in React?
- You can import and use it like this: import { CheckSquare } from '@phosphor-icons/react'; <CheckSquare />.
- 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 →