The HugeIcons pie chart icon visually represents data distribution and is commonly used in user interfaces to display proportions or percentages of a whole.
Common uses
- Displaying sales performance by region
- Showing user demographics breakdown
- Illustrating budget allocation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PieChartIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PieChartIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- chartgraphdataanalytics
FAQ
- What is the pie chart icon used for?
- It's used to visualize data as slices of a circle, representing proportions or percentages of a whole. This helps users quickly understand data distribution.
- How do I use the PieChartIcon in React?
- Import both HugeiconsIcon and PieChartIcon, then render <HugeiconsIcon icon={PieChartIcon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.