Charts Pixel Art Icon
A general charts icon for analytics dashboards, data overview pages, reporting navigation, and BI tool launchers.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Charts icon
Multiple chart shapes combined into one icon, representing data visualization broadly rather than one specific chart type. It suits a top-level 'Analytics' nav item, the header of a reporting section, or a dashboard home button when no single chart type dominates the content. Because it is intentionally generic, it works best at a high level; for specific chart interactions, a named variant like chart-line or chart-pie communicates more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/charts.svg" width="24" height="24" alt="Charts" />
<!-- React -->
import { Charts } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="charts.svg" width="48" height="48" style="image-rendering: pixelated" />