Zoom In 2 Pixel Art Icon
An alternate zoom-in icon for magnifying map views, scaling canvas elements and increasing detail in image and document editors.
Tags
zoomcallmeetingin
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Zoom In 2 icon
A second magnifying-glass-plus icon drawn at a slightly different size or weight than zoom-in. Use it when your product already uses zoom-in for one context (for example, a map) and needs a visually distinct zoom icon for another context (for example, a document viewer). Both icons communicate the same action; choose based on which fits your pixel grid and visual weight best. The zoom-out-2 icon pairs with this one.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/zoom-in-2.svg" width="24" height="24" alt="Zoom In 2" />
<!-- React -->
import { ZoomIn2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="zoom-in-2.svg" width="48" height="48" style="image-rendering: pixelated" />