Attachment Pixel Art Icon
A paperclip attachment icon for file attachments, email attachments, and adding files to messages or records.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Attachment icon
A paperclip: the universally recognized symbol for attaching a file to a message or record. It appears in email compose windows, chat message composers, task management tools that allow file uploads, and any form field that accepts attached documents. Because the paperclip meaning is so entrenched, no label is usually needed. Attachment-plus and attachment-minus offer action-specific variants for adding and removing attachments in the same interface.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/attachment.svg" width="24" height="24" alt="Attachment" />
<!-- React -->
import { Attachment } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="attachment.svg" width="48" height="48" style="image-rendering: pixelated" />