Zoom In Pixel Art Icon
A zoom-in icon for increasing magnification, enlarging map views, growing canvas scale and 'Make larger' controls.
Tags
zoomcallmeetingin
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Zoom In icon
A magnifying glass with a plus sign inside the lens, indicating increased magnification. Use it on 'Zoom in' buttons in image viewers, map applications, PDF readers, design canvases, and document editors. Keyboard shortcut hints often accompany it (Ctrl+). Pair it with zoom-out to create the standard zoom-in/zoom-out pair. For a secondary variant without a keyboard connotation, zoom-in-2 provides an alternative lens shape that suits different design grid densities.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/zoom-in.svg" width="24" height="24" alt="Zoom In" />
<!-- React -->
import { ZoomIn } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="zoom-in.svg" width="48" height="48" style="image-rendering: pixelated" />