The Tabler gauge icon depicts a speedometer or dial, commonly used in UIs to represent performance metrics, settings, or operational status.
Common uses
- Displaying system load or CPU usage.
- Indicating a progress bar or completion percentage.
- Representing a setting or control level.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGauge } from '@tabler/icons-react';
<IconGauge size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconGauge size={24} stroke={2} />filled
<IconGaugeFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- cardashboardgaugecontroloperationfunctioninterfacemanagementsystemspeedometerdialmeter
FAQ
- What is the gauge icon used for?
- It's typically used to visualize data that changes over time or represents a level, like performance metrics or settings.
- How do I use the gauge icon in React?
- Import it using `import { IconGauge } from '@tabler/icons-react'` and use it as a component: `<IconGauge />`.
- What is the license for the Tabler gauge icon?
- The Tabler icons, including the gauge icon, 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 →