Torus Pixel Art Icon
A torus shape icon for 3D donut primitives, topology visualization, circular tube objects, and modeling shape libraries.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Torus icon
A donut-shaped solid with a hole through its center, a standard 3D primitive in modeling software. It appears in shape pickers alongside sphere, cube, and cylinder in 3D editors. Beyond modeling, the torus silhouette occasionally represents a donut chart, though a dedicated chart icon is usually preferable. Use it as the 'Torus' or 'Ring' shape button in any 3D tool; users familiar with 3D software recognize it immediately.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/torus.svg" width="24" height="24" alt="Torus" />
<!-- React -->
import { Torus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="torus.svg" width="48" height="48" style="image-rendering: pixelated" />