Analytics Pixel Art Icon
An analytics icon for dashboards, data-insight sections, traffic reports, KPI summaries and 'View stats' navigation items.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Analytics icon
A chart or graph shape representing measurement and data analysis. Use it in product dashboards, marketing analytics panels, admin portals with usage stats, and SaaS apps that surface engagement metrics. Place it in a navigation sidebar beside labels like 'Analytics,' 'Insights,' or 'Reports.' It is broader than a specific chart type: when the visualization needs to be explicit (bar chart, line chart), a more specific chart icon conveys the data structure more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/analytics.svg" width="24" height="24" alt="Analytics" />
<!-- React -->
import { Analytics } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="analytics.svg" width="48" height="48" style="image-rendering: pixelated" />