Printer Minimal Pixel Art Icon
A minimal-style printer icon for lightweight interfaces, print buttons in compact toolbars, and simplified print actions.
Tags
printerminimal
Style variants
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Printer Minimal icon
A simplified or lower-detail version of the printer icon, using fewer lines or a more abstract silhouette. Use it in compact toolbars where space is tight, a minimal UI design system that avoids heavy iconography, or a mobile interface where the full-detail printer icon does not render clearly at small sizes. It carries the same print meaning as the standard printer. Printer-minimal-check and printer-minimal-x extend this style with status indicators for success and failure states.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/printer-minimal.svg" width="24" height="24" alt="Printer Minimal" />
<!-- React -->
import { PrinterMinimal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="printer-minimal.svg" width="48" height="48" style="image-rendering: pixelated" />