Gauge Rotate 0 icon

The Gauge Rotate 0 icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Gauge Rotate 0 icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { GaugeRotate024Regular, GaugeRotate024Filled } from "@fluentui/react-icons";

export function Example() {
  return <GaugeRotate024Regular aria-label="Gauge Rotate 0" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_gauge_rotate_0_24_regular.svg" width="24" height="24" alt="Gauge Rotate 0">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM11.3105 5.45801C11.554 4.84863 12.446 4.84863 12.6895 5.45801L12.7314 5.59863C13.1233 7.52207 13.5315 9.44467 13.8564 11.3809C13.9386 11.8702 14 12.2913 14 12.4971C14 13.6016 13.1046 14.4971 12 14.4971C10.8954 14.4971 10 13.6016 10 12.4971C10 12.2913 10.0614 11.8702 10.1436 11.3809C10.4009 9.84701 10.9502 7.14198 11.2686 5.59863L11.3105 5.45801Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/gauge_rotate_0_24_regular.svg";

Details

NameGauge Rotate 0
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_gauge_rotate_0_24_regular.svg
Filled fileic_fluent_gauge_rotate_0_24_filled.svg
React componentsGaugeRotate024Regular, GaugeRotate024Filled
LicenseMIT (© Microsoft Corporation)

Related icons