The HugeIcons pie chart 05 icon visually represents data distribution and is commonly used to display proportions or percentages within a whole in user interfaces.
Common uses
- Displaying sales by product category
- Showing user demographics
- Illustrating survey results
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PieChart05Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PieChart05Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- data chartpercentage graphproportion icondonut chart
FAQ
- What is the pie chart 05 icon used for?
- It's used to visualize data as slices of a circle, representing proportions or percentages of a whole. This is common for dashboards and reports.
- How do I use the PieChart05Icon in React?
- Import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { PieChart05Icon } from '@hugeicons/core-free-icons'; import { HugeiconsIcon } from '@hugeicons'; <HugeiconsIcon icon={PieChart05Icon} />
- What is the license for this icon?
- This icon is distributed 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.