The Phosphor speedometer icon visually represents speed or performance metrics, commonly used in dashboards and system monitoring interfaces.
Common uses
- Displaying loading progress or speed.
- Indicating system performance levels.
- Representing a dashboard or analytics section.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Speedometer } from '@phosphor-icons/react';
<Speedometer size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Speedometer size={24} />thin
<Speedometer size={24} weight="thin" />light
<Speedometer size={24} weight="light" />bold
<Speedometer size={24} weight="bold" />fill
<Speedometer size={24} weight="fill" />duotone
<Speedometer size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- technology & development
- Keywords
- *new*gaugedashboardmeterspeedodometerperformancetechnology & developmentobjectssystemspeedometer
FAQ
- What does the speedometer icon represent?
- It represents speed, performance, or a measured metric, often seen in dashboards or system status indicators.
- How do I use the speedometer icon in React?
- You can import and use it like this: import { Speedometer } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon set, including the speedometer icon, is available under the MIT license.