The Tabler chart area line icon visually represents a statistical area chart with a prominent line, commonly used to display trends and data over time in user interfaces.
Common uses
- Displaying stock market trends
- Tracking website traffic over a period
- Visualizing user engagement metrics
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChartAreaLine } from '@tabler/icons-react';
<IconChartAreaLine size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconChartAreaLine size={24} stroke={2} />filled
<IconChartAreaLineFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Charts
- Keywords
- statisticsdiagramgraphrhythmdataanalysischartarealinevisualizationchartsarea chartline graphdata visualizationstatistics graph
FAQ
- What is the chart area line icon used for?
- This icon is typically used in UI elements to represent data visualizations like area charts or line graphs, often indicating statistics or trends.
- How do I use the chart area line icon in React?
- You can import and use it in your React application with: import { IconChartAreaLine } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icons, including chart-area-line, are available under the MIT license.
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 →