Paperclip Pixel Art Icon
A paperclip icon for file attachments, linked documents, 'Attach file' buttons, and document-linking actions.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Paperclip icon
A curved wire paperclip, the universal symbol for attaching a file or linking a related document. Use it on an 'Attach file' button in an email composer or chat interface, a 'Linked documents' section in a project tool, or an 'Add attachment' control in a form. Its meaning is immediately understood across cultures. For image or media attachments specifically, a photo or media icon sets a clearer type expectation, while the paperclip remains the type-neutral default.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/paperclip.svg" width="24" height="24" alt="Paperclip" />
<!-- React -->
import { Paperclip } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="paperclip.svg" width="48" height="48" style="image-rendering: pixelated" />