Printer X Pixel Art Icon
A printer with an X for print errors, canceled print jobs, printer-offline states, and 'Print failed' notifications.
Tags
printerclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Printer X icon
A full-detail printer icon combined with an X mark, clearly communicating a failed, canceled, or offline print state. Use it on a 'Print failed' notification in a document viewer, a 'Printer offline' alert in an admin panel, a 'Job canceled' status in a print queue, or a 'Remove from print queue' action. The X makes the negative state unambiguous. For a successful print the printer-check icon is the positive counterpart; for a minimal-style failure indicator, printer-minimal-x is the lighter alternative.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/printer-x.svg" width="24" height="24" alt="Printer X" />
<!-- React -->
import { PrinterX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="printer-x.svg" width="48" height="48" style="image-rendering: pixelated" />