The Phosphor paperclip icon visually represents an attachment, commonly used in user interfaces to signify the action of attaching files to emails or documents.
Common uses
- Attach file button in an email client
- Link to a document in a project management tool
- Add attachment option in a messaging app
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Paperclip } from '@phosphor-icons/react';
<Paperclip size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Paperclip size={24} />thin
<Paperclip size={24} weight="thin" />light
<Paperclip size={24} weight="light" />bold
<Paperclip size={24} weight="bold" />fill
<Paperclip size={24} weight="fill" />duotone
<Paperclip size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- attachmentsmailemailofficecommunicationseditorobjectspaperclipattachmentlinkattach fileclip
FAQ
- What does the paperclip icon represent?
- It represents an attachment, typically used for actions related to adding or managing attached files in digital contexts like email or document editing.
- How do I use the paperclip icon in React?
- You can import and use it directly from the Phosphor library: `import { Paperclip } from '@phosphor-icons/react'`. Then render it as `<Paperclip />`.
- What is the license for the Phosphor paperclip icon?
- The Phosphor icon library, including the paperclip icon, is available under the MIT license.
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 →