The HugeIcons clipboard copy icon visually represents the action of copying content to the clipboard, commonly used for buttons or links that trigger a copy function.
Common uses
- Copying text to clipboard
- Sharing links
- Saving data
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ClipboardCopyIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ClipboardCopyIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- copypasteclipboardcontent
FAQ
- What is the clipboard copy icon used for?
- It signifies the action of copying selected content to the system clipboard, enabling users to paste it elsewhere.
- How do I use the ClipboardCopyIcon in React?
- Import both HugeiconsIcon and ClipboardCopyIcon, then render <HugeiconsIcon icon={ClipboardCopyIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →