The Tabler circle check icon depicts a checkmark inside a circle, commonly used to indicate completion, success, or confirmation.
Common uses
- Success message confirmation
- Task completion indicator
- Approved status marker
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleCheck } from '@tabler/icons-react';
<IconCircleCheck size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleCheck size={24} stroke={2} />filled
<IconCircleCheckFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- acceptyestickdonecirclecheckroundcircularconfirmapproveshapescheckmarksuccesscompletedapproved
FAQ
- What is the purpose of the circle check icon?
- It visually signifies a positive status, such as a task being completed, an item being approved, or a successful action.
- How do I use this icon in React?
- Import it using `import { IconCircleCheck } from '@tabler/icons-react'` and then render it as a component: `<IconCircleCheck />`.
- What is the license for this icon?
- The Tabler icon set, including the circle check icon, is available 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 →