Zoom Out Pixel Art Icon
A zoom-out icon for reducing magnification, shrinking map views, fitting content to screen and 'Make smaller' controls.
Tags
zoomcallmeetingout
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Zoom Out icon
A magnifying glass with a minus sign inside, indicating reduced magnification. Use it beside zoom-in on map controls, image viewers, presentation tools, and canvas editors so users can step back to see more context. It is one of the most intuitive icon pairs in software and rarely needs a label. For a fit-to-screen action that resets zoom entirely, a dedicated 'fit' icon is clearer, but zoom-out serves well as the step-down control.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/zoom-out.svg" width="24" height="24" alt="Zoom Out" />
<!-- React -->
import { ZoomOut } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="zoom-out.svg" width="48" height="48" style="image-rendering: pixelated" />