The Lucide chart column stacked icon visually represents data broken down into categories, with each category's total value further divided into sub-components, commonly used to show proportions within a whole across different groups.
Common uses
- Displaying sales figures by region and product line.
- Illustrating survey results by demographic and response type.
- Showing budget allocation across departments and expense types.
Use it in React
Install
npm i lucide-reactImport & render
import { ChartColumnStacked } from 'lucide-react';
<ChartColumnStacked size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- statisticsanalyticsdiagramgraphmultivariatecategoricalcomparisonchartcolumnstackedstacked bar chartmultivariate columnsegmented chartdata comparison
FAQ
- What does the chart column stacked icon represent?
- It depicts a bar chart where each bar is segmented to show the composition of a category, useful for comparing parts of a whole across different groups.
- How do I use this icon in React?
- Import it from 'lucide-react' with `import { ChartColumnStacked } from 'lucide-react'` and use it as a component: `<ChartColumnStacked />`.
- What is the license for this icon?
- This icon is provided under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →