The HugeIcons pie chart 02 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 category
- Showing user engagement metrics
- Illustrating budget allocation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PieChart02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PieChart02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- chartgraphdata visualizationstatistics
FAQ
- What is this icon used for?
- This icon represents a pie chart, typically used to show how a whole is divided into parts or percentages.
- How do I use this icon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { PieChart02Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={PieChart02Icon} />.
- What is the license for this icon?
- This icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.