The Phosphor paperclip horizontal icon visually represents file attachments, commonly used in interfaces to indicate the presence or action of attaching files to emails, messages, or documents.
Common uses
- Attach file button
- Displaying active attachments
- Link to related documents
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PaperclipHorizontal } from '@phosphor-icons/react';
<PaperclipHorizontal size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PaperclipHorizontal size={24} />thin
<PaperclipHorizontal size={24} weight="thin" />light
<PaperclipHorizontal size={24} weight="light" />bold
<PaperclipHorizontal size={24} weight="bold" />fill
<PaperclipHorizontal size={24} weight="fill" />duotone
<PaperclipHorizontal size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- attachmentsmailemailofficecommunicationseditorobjectspapercliphorizontalattachmentlinkfileclip
FAQ
- What is the paperclip horizontal icon used for?
- It signifies file attachments, often seen in email clients, messaging apps, or document editors to represent the action of attaching or the presence of attached files.
- How do I use the paperclip horizontal icon in React?
- You can import it directly from the library using: import { PaperclipHorizontal } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →