Printer Minimal X Pixel Art Icon
A minimal printer with an X for print-failure states, canceled print jobs, and lightweight error indicators in print flows.
Tags
printerminimalclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Printer Minimal X icon
A simplified printer shape marked with an X, signaling a print failure or cancellation in a minimal icon style. Drop it on a 'Print failed' status in a mobile print queue, a compact toolbar's error state after a canceled print job, or a lightweight print dialog that shows a failed state without heavy UI decoration. It pairs with printer-minimal-check for success and failure states within the same minimal design system. For the full-weight error state, printer-x carries more visual prominence.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/printer-minimal-x.svg" width="24" height="24" alt="Printer Minimal X" />
<!-- React -->
import { PrinterMinimalX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="printer-minimal-x.svg" width="48" height="48" style="image-rendering: pixelated" />