The Lucide clipboard copy icon visually represents the action of copying content to a clipboard, commonly used for buttons or links that trigger a copy function.
Common uses
- Copy code snippets
- Copy text to clipboard
- Duplicate item
Use it in React
Install
npm i lucide-reactImport & render
import { ClipboardCopy } from 'lucide-react';
<ClipboardCopy size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- copypasteclipboardcopy to clipboardcontent copyduplicate
FAQ
- What does the clipboard copy icon represent?
- It signifies the action of copying data to the system clipboard, often used for buttons that duplicate text or code.
- How do I use the clipboard copy icon in React?
- You can import and use it like this: import { ClipboardCopy } from 'lucide-react'. Then render it as <ClipboardCopy />.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →