The Tabler copy icon depicts two overlapping documents, commonly used in UI to represent the action of copying selected content to the clipboard.
Common uses
- Copy text to clipboard button
- Duplicate item action
- Content sharing option
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCopy } from '@tabler/icons-react';
<IconCopy size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCopy size={24} stroke={2} />filled
<IconCopyFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- clipboardcloneduplicatecopytypographywritingfontcharacterwordtextpaste
FAQ
- What does the copy icon represent?
- It visually signifies the action of duplicating content, such as text or files, to be pasted elsewhere.
- How do I use the copy icon in React?
- Import it using `import { IconCopy } from '@tabler/icons-react'` and then render it as a component: `<IconCopy />`.
- What is the license for the Tabler copy icon?
- The Tabler icon library, including the copy 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 →