A dial with a needle and its marks, for speed, performance meters and dashboards. On a 24×24 grid in stroke, two-tone, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 12C22 17.5228 17.5228 22 12 22C6.4772 22 2 17.5228 2 12C2 6.4772 6.4772 2 12 2C17.5228 2 22 6.4772 22 12ZM12 12L12 7"/>
<path d="M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM7 12C7 12.5523 6.5523 13 6 13C5.4477 13 5 12.5523 5 12C5 11.4477 5.4477 11 6 11C6.5523 11 7 11.4477 7 12ZM8.7574 7.7574C8.7574 8.3096 8.3096 8.7574 7.7574 8.7574C7.2051 8.7574 6.7574 8.3096 6.7574 7.7574C6.7574 7.2051 7.2051 6.7574 7.7574 6.7574C8.3096 6.7574 8.7574 7.2051 8.7574 7.7574ZM17.2426 7.7574C17.2426 8.3096 16.7949 8.7574 16.2426 8.7574C15.6904 8.7574 15.2426 8.3096 15.2426 7.7574C15.2426 7.2051 15.6904 6.7574 16.2426 6.7574C16.7949 6.7574 17.2426 7.2051 17.2426 7.7574ZM19 12C19 12.5523 18.5523 13 18 13C17.4477 13 17 12.5523 17 12C17 11.4477 17.4477 11 18 11C18.5523 11 19 11.4477 19 12Z" fill="currentColor" stroke="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- speedometer
- dashboard
- meter
- performance
- speed
- dial
Related icons
The rest of the gauge family first, then the Charts shelf.
FAQ
Answered from gauge's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the gauge icon for?
- A dial with a needle and its marks, for speed, performance meters and dashboards. It is filed under Charts in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as speedometer, dashboard, meter, performance, speed and dial, and the browser's search matches all of those.
- What styles does the gauge icon come in?
- All four: stroke, two-tone, duotone and fill. They are drawn from the same geometry, so swapping style never moves anything.
- Is there a square or circle version of gauge?
- No. gauge is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with gauge?
- activity, bar-chart, bar-chart-2, bar-chart-2-down, bar-chart-2-horizontal-end and bar-chart-2-horizontal-start, and 12 more, all shown below. They are the Charts shelf: nothing else in the set is named after gauge.
- How do I import gauge in React?
- <Gauge /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", two-tone from "@keyline-icons/react/two-tone", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Gauge size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the gauge SVG?
- icons/stroke/gauge.svg, icons/two-tone/gauge.svg, icons/duotone/gauge.svg and icons/fill/gauge.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was gauge added to the set?
- Added 17 Sept 2026. It ships in v1.0.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.