The Phosphor copy icon depicts a document with a smaller, overlapping document, commonly used to represent the action of copying content to a clipboard.
Common uses
- Copying text to clipboard
- Duplicating an item
- Saving a draft
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Copy } from '@phosphor-icons/react';
<Copy size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Copy size={24} />thin
<Copy size={24} weight="thin" />light
<Copy size={24} weight="light" />bold
<Copy size={24} weight="bold" />fill
<Copy size={24} weight="fill" />duotone
<Copy size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- editor
- Keywords
- duplicatedcopiedclipboardeditorsystemcopyduplicatepastecopy to clipboard
FAQ
- What does the copy icon represent?
- It visually signifies the action of duplicating content or copying information, often to a clipboard for later use.
- How do I use the copy icon in React?
- You can import and use it like this: `import { Copy } from '@phosphor-icons/react'`. Then render it as `<Copy />`.
- What is the license for the Phosphor copy icon?
- The Phosphor icon library, including the copy icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →