Gallery Horizontal Pixel Art Icon
A horizontal gallery icon for image carousels, side-scrolling media strips, and horizontal photo browsers.
Tags
galleryhorizontal
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Gallery Horizontal icon
A row of rectangles arranged side by side to represent a horizontally scrolling image gallery or carousel. Use it on a 'Gallery View' toggle that switches a media library to a filmstrip layout, or as a label for a horizontal swipe section in a mobile app. The layout cue is clear: images flow left to right. For a vertically stacked arrangement, gallery-vertical is the natural contrast in the same toggle group.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/gallery-horizontal.svg" width="24" height="24" alt="Gallery Horizontal" />
<!-- React -->
import { GalleryHorizontal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="gallery-horizontal.svg" width="48" height="48" style="image-rendering: pixelated" />