The Tabler chart area icon visually represents a data visualization showing trends over time, commonly used in dashboards and reports to display cumulative data or magnitude.
Common uses
- Displaying sales trends over months
- Showing website traffic growth
- Illustrating resource utilization over time
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChartArea } from '@tabler/icons-react';
<IconChartArea size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconChartArea size={24} stroke={2} />filled
<IconChartAreaFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Charts
- Keywords
- statisticsdiagramgraphrhythmdataanalysischartareavisualizationanalyticschartsarea graphfilled charttrend visualizationdata plot
FAQ
- What does the chart area icon represent?
- It depicts a filled area graph, often used to show how a value changes over a continuous period or range.
- How do I use this icon in React?
- Import it using `import { IconChartArea } from '@tabler/icons-react';` and then use it as a React component.
- What is the license for this icon?
- The Tabler icon is distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →