Images Pixel Art Icon
An images icon for multi-photo galleries, batch image operations, and photo media library entry points.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Images icon
Multiple overlapping or stacked image frames, indicating a collection rather than a single photo. Use it on a 'Photos' or 'Gallery' tab, a media library header, or a batch-selection control that operates on many images at once. The plural framing is the key distinction from the singular image icon: reach for images when the context is always about a set. For single-photo operations, the base image icon keeps the scope precise.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/images.svg" width="24" height="24" alt="Images" />
<!-- React -->
import { Images } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="images.svg" width="48" height="48" style="image-rendering: pixelated" />