Shapes Pixel Art Icon
A shapes icon for shape libraries, geometry pickers, vector drawing menus, and visual element collections.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Shapes icon
Multiple primitive shapes grouped together (circle, triangle, square or similar), representing a collection of drawable geometry. It appears in vector editors as the gateway to a shape picker, in design systems as the entry to a shape library, and in no-code tools as the 'Insert shape' menu. When a specific shape is needed, its dedicated icon is clearer; shapes works as an aggregate symbol wherever multiple geometry types are grouped.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/shapes.svg" width="24" height="24" alt="Shapes" />
<!-- React -->
import { Shapes } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="shapes.svg" width="48" height="48" style="image-rendering: pixelated" />