Iso Pixel Art Icon
An ISO icon for camera sensor sensitivity settings, photo-editing panels, and exposure controls in photography apps.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Iso icon
Letters or a symbol representing ISO, the standard measure of a camera sensor's light sensitivity. Photography and camera apps place it next to shutter speed and aperture in manual mode controls. In a settings panel it labels the ISO field precisely, signaling to photographers exactly which parameter they are adjusting. For broader exposure or brightness contexts, a sun or aperture icon may communicate more universally; iso is most at home in dedicated camera or RAW-editing interfaces.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/iso.svg" width="24" height="24" alt="Iso" />
<!-- React -->
import { Iso } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="iso.svg" width="48" height="48" style="image-rendering: pixelated" />