Stacked pictures, for a gallery, an album and a media library. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 8V18C3 19.6569 4.3431 21 6 21H16M10 3H18C19.6569 3 21 4.3431 21 6V14C21 15.6569 19.6569 17 18 17H10C8.3431 17 7 15.6569 7 14V6C7 4.3431 8.3431 3 10 3ZM7 14L14.3292 10.3354C14.7515 10.1243 15.2485 10.1243 15.6708 10.3354L21 13"/>
<path d="M12 7C12 7.5522847498 11.5522847498 8 11 8C10.4477152502 8 10 7.5522847498 10 7C10 6.4477152502 10.4477152502 6 11 6C11.5522847498 6 12 6.4477152502 12 7Z" fill="currentColor" stroke="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- photos
- gallery
- album
- pictures
- stack
- media library
Related icons
The rest of the images family first, then the Media shelf.
FAQ
Answered from images's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the images icon for?
- Stacked pictures, for a gallery, an album and a media library. It is filed under Media in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as photos, gallery, album, pictures, stack and media library, and the browser's search matches all of those.
- What styles does the images icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of images?
- No. images is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with images?
- audio-lines, camera, camera-off, captions, cast and circle-pause, and 12 more, all shown below. They are the Media shelf: nothing else in the set is named after images.
- How do I import images in React?
- <Images /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Images size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the images SVG?
- icons/stroke/images.svg, icons/duotone/images.svg and icons/fill/images.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was images added to the set?
- Added 18 Aug 2026. It ships in v0.1.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.