Printer Pixel Art Icon
A printer icon for 'Print' buttons, print preview triggers, document printing actions, and print queue navigation.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Printer icon
A desktop printer, the universal icon for sending a document to a physical printer. Use it on a 'Print' button in a document viewer, a 'Print invoice' action in a billing portal, a print-preview trigger in a web app, or a print queue section in an admin panel. Keyboard shortcuts (Ctrl+P) duplicate the action, but the icon still anchors the visual affordance. For confirmed jobs, printer-check signals success; for failures, printer-x conveys the error clearly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/printer.svg" width="24" height="24" alt="Printer" />
<!-- React -->
import { Printer } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="printer.svg" width="48" height="48" style="image-rendering: pixelated" />