Image Pixel Art Icon
A standard image icon for photo galleries, media uploads, broken image placeholders, and picture file references.
Tags
picturephotojpgpng
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 Image icon
A landscape rectangle with a small sun in the corner and a hill-shaped horizon: the canonical placeholder for any raster image. Use it on 'Upload Image' buttons, empty-state placeholders in content fields, image file type indicators, and media library entry points. It reads as universally understood across products and audiences. When you need to signal multiple images at once, the images (plural) icon adds that layer of meaning.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/image.svg" width="24" height="24" alt="Image" />
<!-- React -->
import { Image } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="image.svg" width="48" height="48" style="image-rendering: pixelated" />