The HugeIcons copy link icon visually represents the action of copying a URL or link, commonly used in user interfaces to allow users to easily duplicate a web address.
Common uses
- Copying a shareable link to a document
- Copying a direct URL to a product page
- Copying a link to a user profile
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CopyLinkIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CopyLinkIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- link iconshare linkcopy urlduplicate link
FAQ
- What is the purpose of the copy link icon?
- This icon signifies the action of copying a link or URL. It's used when users need to duplicate a web address for sharing or other purposes.
- How do I use the CopyLinkIcon in React?
- Import both HugeiconsIcon and CopyLinkIcon, then render the icon using: <HugeiconsIcon icon={CopyLinkIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the CopyLinkIcon, is distributed 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 →