The HugeIcons clip icon depicts a paperclip, commonly used to represent attachments, documents, or linking related items in a user interface.
Common uses
- Attaching files to an email or form
- Linking to related documents or resources
- Representing a saved or bookmarked item
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ClipIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ClipIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- paperclipattachmentlinkattach
FAQ
- What does the clip icon represent?
- The clip icon represents a paperclip, symbolizing attachments, links, or the act of connecting items.
- How do I use the ClipIcon in React?
- Import both HugeiconsIcon and ClipIcon, then render <HugeiconsIcon icon={ClipIcon} />.
- What is the license for this icon?
- The HugeIcons clip icon is available under the MIT license.
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 →