Pixelarticons

Dashboard Pixel Art Icon

A dashboard icon for admin panels, analytics overviews, home screens, and main navigation entry points in web apps.

devices Pro 4 variants

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

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 Dashboard icon

A dashboard or speedometer-style icon representing a high-level overview or control panel. Use it as the home icon for an admin area, the entry point to an analytics overview, or a navigation item leading to key metrics and stats. It sets expectations that clicking leads to a bird's-eye view of activity. For specific chart types like bar or line graphs, a chart icon is more precise; dashboard excels when the page combines mixed metrics and controls.

Usage

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

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

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

Related icons