The Tabler clipboard check icon visually represents a completed task or a confirmed action related to a document or record.
Common uses
- Confirming a successful copy operation.
- Indicating a task or to-do item is marked as complete.
- Showing an approved or verified document status.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconClipboardCheck } from '@tabler/icons-react';
<IconClipboardCheck size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconClipboardCheck size={24} stroke={2} />filled
<IconClipboardCheckFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- copyyesclipboardcheckconfirmapprovefilepapertextrecorddocumenttask completeapproved documentcopy successverified record
FAQ
- What does the clipboard check icon represent?
- It signifies a completed action, confirmation, or approval, often associated with documents or records.
- How do I use this icon in React?
- You can import and use it like this: import { IconClipboardCheck } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icon library, including this 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 →