The Tabler chart pie icon visually represents statistical data broken down into proportional segments, commonly used in dashboards and reports to show distribution.
Common uses
- Displaying sales by category
- Showing survey response distribution
- Illustrating budget allocation
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChartPie } from '@tabler/icons-react';
<IconChartPie size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconChartPie size={24} stroke={2} />filled
<IconChartPieFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Charts
- Keywords
- statisticsdiagramgraphrhythmdataanalysischartpievisualizationanalyticschartspie chartdata visualizationstatistics graphdoughnut chart
FAQ
- What is the chart pie icon used for?
- It's used to represent data as slices of a circle, illustrating proportions and percentages of a whole.
- How do I use the chart pie icon in React?
- Import it using `import { IconChartPie } from '@tabler/icons-react';` and then use it as a React component: `<IconChartPie />`.
- What is the license for the Tabler chart pie icon?
- The Tabler icons, including chart pie, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →