File Delete Pixel Art Icon
A file icon with a delete indicator for removing documents, discarding uploads, and 'Delete file' confirmation actions.
Tags
filepaperpagedeleteremovetrasherase
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the File Delete icon
A document combined with a deletion marker, typically an X or trash symbol. Drop it on a 'Delete file' button in a file manager, a 'Remove document' action in a CMS, or a confirmation dialog that warns before permanently discarding an upload. Pairing it with an undo or confirmation step reduces accidental loss. For soft-deleting (moving to trash rather than permanent removal), a trash or archive icon better signals reversibility.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/file-delete.svg" width="24" height="24" alt="File Delete" />
<!-- React -->
import { FileDelete } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="file-delete.svg" width="48" height="48" style="image-rendering: pixelated" />