Attachment Minus Pixel Art Icon
An attachment-minus icon for removing a file attachment, detaching a document, and clearing an uploaded file.
Tags
attachmentminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Attachment Minus icon
A paperclip with a minus sign, indicating that an existing attachment will be removed. Use it on a 'Remove Attachment' button next to an attached file in a compose window, an 'Unlink File' action in a task record, or a clear control on an uploaded document preview. The minus reads as a soft removal; the attachment can typically be re-added. For permanently deleting the underlying file, a trash icon alongside the attachment conveys stronger finality.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/attachment-minus.svg" width="24" height="24" alt="Attachment Minus" />
<!-- React -->
import { AttachmentMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="attachment-minus.svg" width="48" height="48" style="image-rendering: pixelated" />