John KuehJohn Kueh

check icon

Tabler · check · MIT

Download SVG

The Tabler check icon depicts a checkmark, commonly used to indicate completion, confirmation, or success in user interfaces.

Common uses

  • Form submission success message
  • Task completion status
  • To-do list item marked as done

Use it in React

Install
npm i @tabler/icons-react
Import & render
import { IconCheck } from '@tabler/icons-react';

<IconCheck size={24} stroke={2} />

Styles

Tabler ships this icon in 2 styles — each its own import:

outline
<IconCheck size={24} stroke={2} />
filled
<IconCheckFilled size={24} stroke={2} />

Details

Library
Tabler (5,093 icons)
License
MIT
viewBox
0 0 24 24
Category
System
Keywords
tickyesconfirmcheckcontroloperationapprovefunctioninterfacemanagementsystem

FAQ

What is the check icon used for?
It signifies confirmation, completion, or a positive status. It's often used for successful actions or to mark items as done.
How do I use the check icon in React?
Import it from '@tabler/icons-react' like this: `import { IconCheck } from '@tabler/icons-react'`. Then use it as a component: `<IconCheck />`.
What is the license for the Tabler check icon?
The Tabler icon library, including the 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 →