Gallery Thumbnails Pixel Art Icon
A gallery-thumbnails icon for grid photo views, thumbnail browsers, and multi-image selection interfaces.
Tags
gallerythumbnails
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 Gallery Thumbnails icon
A grid of small image boxes, representing the thumbnail view that most photo libraries default to. Reach for it on a 'Thumbnails' view toggle in a media manager, or as the label for the grid layout option in a photo picker sheet. Users expect this icon to mean 'show me many small images at once.' For a single large focused image, a plain image icon communicates that state more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/gallery-thumbnails.svg" width="24" height="24" alt="Gallery Thumbnails" />
<!-- React -->
import { GalleryThumbnails } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="gallery-thumbnails.svg" width="48" height="48" style="image-rendering: pixelated" />