Pixelarticons

Chart Pixel Art Icon

A generic chart icon for data dashboards, analytics sections, report pages and statistics navigation items.

finance Free 4 variants

Tags

graphstatisticsanalyticsdata

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Chart icon

A generic chart shape (often a rising line or bar outline) representing data visualization in general. Use it for a 'Reports,' 'Stats,' or 'Data' navigation item when the specific chart type matters less than the concept of 'data as a visual.' When the chart type does matter, more specific icons like chart-bar, chart-gantt, or chart-column-increasing communicate the visualization shape before the user opens the panel, reducing confusion in data-heavy products.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/chart.svg" width="24" height="24" alt="Chart" />

<!-- React -->
import { Chart } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="chart.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons