John KuehJohn Kueh

chart bar icon

Phosphor · chart-bar · MIT

Download SVG

The Phosphor chart bar icon depicts a bar chart, commonly used in UI to represent statistical data, financial reports, or performance metrics.

Common uses

  • Displaying sales figures over time.
  • Visualizing user engagement statistics.
  • Showing budget allocation breakdowns.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { ChartBar } from '@phosphor-icons/react';

<ChartBar size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<ChartBar size={24} />
thin
<ChartBar size={24} weight="thin" />
light
<ChartBar size={24} weight="light" />
bold
<ChartBar size={24} weight="bold" />
fill
<ChartBar size={24} weight="fill" />
duotone
<ChartBar size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
finances
Keywords
graphsgraphingchartsstatisticshistogramanalyzeanalysisfinancesofficechartbarbar chart

FAQ

What is the chart bar icon used for?
It's used to visually represent data, such as statistics, financial reports, or performance metrics in a user interface.
How do I use the chart bar icon in React?
You can import it from the Phosphor React library like this: import { ChartBar } from '@phosphor-icons/react'.
What is the license for this icon?
The Phosphor icon library, including the chart bar icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →