Cuboid Pixel Art Icon
A 3D cuboid shape icon for box primitives in 3D tools, product packaging design and geometric object selectors.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cuboid icon
A three-dimensional rectangular box (cuboid) shown in isometric or perspective view, representing a box or rectangular prism primitive. Use it in a 3D modeling tool's shape library, a product-packaging design app, an augmented-reality object picker, or a geometry-education interface. It is more specific than a simple square because the visible faces convey depth. For a perfect cube rather than a stretched box, a cube icon is the cleaner label; for 2D rectangles, drop the 3D cues entirely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cuboid.svg" width="24" height="24" alt="Cuboid" />
<!-- React -->
import { Cuboid } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cuboid.svg" width="48" height="48" style="image-rendering: pixelated" />