File Minus Pixel Art Icon
A file icon with a minus sign for removing a document from a collection, reducing file count, or 'Remove file' actions.
Tags
filepaperpageminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the File Minus icon
A file shape marked with a minus symbol, signaling the removal of a document from a set or list. Place it on a 'Remove file' button in a multi-file uploader, a 'Detach document' action in a project tool, or a control that decrements the number of attached files. It complements file-plus as part of an add/remove file pair. When the goal is permanent deletion rather than a simple removal from a selection, the file-delete icon conveys the irreversibility more explicitly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/file-minus.svg" width="24" height="24" alt="File Minus" />
<!-- React -->
import { FileMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="file-minus.svg" width="48" height="48" style="image-rendering: pixelated" />