The Tabler copy check icon depicts a document with a checkmark, signifying successful copying or validation of text or data.
Common uses
- Indicate successful copy-to-clipboard action.
- Confirm data validation or entry.
- Show approval or endorsement of a text field.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCopyCheck } from '@tabler/icons-react';
<IconCopyCheck size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCopyCheck size={24} stroke={2} />filled
<IconCopyCheckFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- duplicatevalidateapproveconfirmreplicateverificationcloneauthorizeendorseaffirmtextcopycheckclipboard checkverified copyconfirm copy
FAQ
- What does the copy check icon represent?
- It represents a successful copy operation or a validation/confirmation status.
- How do I use this icon in React?
- Import it using `import { IconCopyCheck } from '@tabler/icons-react';` and use it as a component: `<IconCopyCheck />`.
- 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 →