The Tabler chart pie 3 icon visually represents a pie chart, commonly used in user interfaces to display proportional data and statistical breakdowns.
Common uses
- Displaying sales figures by product category.
- Showing user demographics in a dashboard.
- Illustrating budget allocation percentages.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChartPie3 } from '@tabler/icons-react';
<IconChartPie3 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconChartPie3 size={24} stroke={2} />filled
<IconChartPie3Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Charts
- Keywords
- statisticsdiagramgraphrhythmdataanalysischartpievisualizationanalyticscharts3statistics chartdata visualizationanalytics graphpie diagram
FAQ
- What is the chart pie 3 icon used for?
- This icon is used to represent data presented in a pie chart format, ideal for showing parts of a whole.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconChartPie3 } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including the chart pie 3 icon, is 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 →