The HugeIcons chart column stacked icon visually represents data broken down into multiple segments within distinct columns, commonly used to show proportions or composition within categories.
Common uses
- Displaying sales figures by product category.
- Illustrating user demographics by age group.
- Showing budget allocation across different departments.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChartColumnStackedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChartColumnStackedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- stacked bar chartdata visualizationcolumn chartproportional data
FAQ
- What does the chart column stacked icon represent?
- This icon represents stacked column charts, which are used to visualize how a total amount is divided into parts across different categories.
- How do I use the ChartColumnStackedIcon in React?
- Import both HugeiconsIcon and ChartColumnStackedIcon, then render the icon using <HugeiconsIcon icon={ChartColumnStackedIcon} />.
- What is the license for this icon?
- The HugeIcons chart column stacked icon is available under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →