Pyramid Pixel Art Icon
A pyramid icon for hierarchical data visualizations, tier diagrams, organizational charts, and 3D shape libraries.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Pyramid icon
A triangular solid tapering to a point, recognizable from both geometry and data visualization conventions. In analytics dashboards it often represents a funnel or tier model (priority, hierarchy, maturity levels). Design tools include it as a 3D primitive in shape pickers. For a 2D triangle, the triangle icon is simpler; the pyramid implies three-dimensionality or layered hierarchy. It works well as an icon for 'Priority levels' or 'Sales funnel' sections in business intelligence tools.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/pyramid.svg" width="24" height="24" alt="Pyramid" />
<!-- React -->
import { Pyramid } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="pyramid.svg" width="48" height="48" style="image-rendering: pixelated" />