Archive X Pixel Art Icon
An archive-X icon for failed archive actions, rejected items, or discarding content from an archive queue.
Tags
archiveclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Archive X icon
An archive box overlaid with an X, signaling that an archiving action was canceled, failed, or that an item is being removed from the archive entirely. Use it on a 'Reject from Archive' action, an error state for a failed archiving operation, or a bulk-delete control inside an archived items view. The X distinguishes this from the restore action (archive-restore), making it clear that the item is not being restored but discarded.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/archive-x.svg" width="24" height="24" alt="Archive X" />
<!-- React -->
import { ArchiveX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="archive-x.svg" width="48" height="48" style="image-rendering: pixelated" />