The Tabler graph icon visually represents data trends and is commonly used in user interfaces to signify sections related to analytics, reporting, or statistics.
Common uses
- Displaying a dashboard overview of key metrics.
- Illustrating sales performance over time.
- Representing user engagement statistics.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGraph } from '@tabler/icons-react';
<IconGraph size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconGraph size={24} stroke={2} />filled
<IconGraphFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- analyticsraportstatisticschartgraphsystemreport
FAQ
- What is the graph icon used for?
- It's typically used to represent data visualization, analytics, or statistical information within a UI.
- How do I use the graph icon in React?
- You can import it using `import { IconGraph } from '@tabler/icons-react'` and then use it as a React component.
- What is the license for the Tabler graph icon?
- The Tabler icon library, including the graph icon, is 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 →