The Phosphor chart donut icon visually represents data distribution in a circular format, commonly used in UIs to display proportions or percentages of a whole.
Common uses
- Displaying sales breakdown by region.
- Showing user engagement by platform.
- Illustrating budget allocation.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChartDonut } from '@phosphor-icons/react';
<ChartDonut size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChartDonut size={24} />thin
<ChartDonut size={24} weight="thin" />light
<ChartDonut size={24} weight="light" />bold
<ChartDonut size={24} weight="bold" />fill
<ChartDonut size={24} weight="fill" />duotone
<ChartDonut size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- graphsgraphingchartsstatisticsanalyzeanalysiscirclefinancesofficechartdonutdonut chartpie chartdata visualization
FAQ
- What is the chart donut icon used for?
- It's used to represent data broken down into proportions or percentages, similar to a pie chart but with a hole in the center.
- How do I use the chart donut icon in React?
- Import it using `import { ChartDonut } from '@phosphor-icons/react';` and then render it as a component: `<ChartDonut />`.
- What is the license for the Phosphor chart donut icon?
- The Phosphor icon library, including the chart donut icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.