The Tabler chart pie 2 icon visually represents a pie chart, commonly used in user interfaces to display proportional data or statistical breakdowns.
Common uses
- Displaying sales by category
- Showing user demographics
- Illustrating budget allocation
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChartPie2 } from '@tabler/icons-react';
<IconChartPie2 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconChartPie2 size={24} stroke={2} />filled
<IconChartPie2Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Charts
- Keywords
- statisticsdiagramgraphrhythmdataanalysischartpievisualizationanalyticscharts2statistics chartdata visualizationdoughnut chartanalysis graph
FAQ
- What is this icon for?
- This icon represents a pie chart, useful for visualizing data as slices of a whole.
- How do I use this in React?
- Import it using `import { IconChartPie2 } from '@tabler/icons-react';` and use it as a component.
- What is the license for this icon?
- This icon is distributed 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 →