gauge-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
gauge-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the gauge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.934 16.066a.75.75 0 1 1-1.06 1.06a7.25 7.25 0 0 1 6.798-12.181a.75.75 0 1 1-.344 1.46a5.75 5.75 0 0 0-5.393 9.661m9.954-6.924a.75.75 0 0 1 .955.46a7.25 7.25 0 0 1-1.716 7.525a.75.75 0 1 1-1.061-1.061a5.75 5.75 0 0 0 1.362-5.969a.75.75 0 0 1 .46-.955M15.88 6.667a.625.625 0 0 1 .962.761l-.13.25a355 355 0 0 1-1.415 2.713a155 155 0 0 1-1.156 2.157c-.171.31-.326.586-.452.803a5 5 0 0 1-.32.5a1.875 1.875 0 0 1-2.94-2.327c.086-.109.244-.265.413-.425c.182-.173.414-.387.678-.625a154 154 0 0 1 1.832-1.62a375 375 0 0 1 2.314-2.003zM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10M3.5 12a8.5 8.5 0 1 0 17 0a8.5 8.5 0 0 0-17 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentGauge24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.934 16.066a.75.75 0 1 1-1.06 1.06a7.25 7.25 0 0 1 6.798-12.181a.75.75 0 1 1-.344 1.46a5.75 5.75 0 0 0-5.393 9.661m9.954-6.924a.75.75 0 0 1 .955.46a7.25 7.25 0 0 1-1.716 7.525a.75.75 0 1 1-1.061-1.061a5.75 5.75 0 0 0 1.362-5.969a.75.75 0 0 1 .46-.955M15.88 6.667a.625.625 0 0 1 .962.761l-.13.25a355 355 0 0 1-1.415 2.713a155 155 0 0 1-1.156 2.157c-.171.31-.326.586-.452.803a5 5 0 0 1-.32.5a1.875 1.875 0 0 1-2.94-2.327c.086-.109.244-.265.413-.425c.182-.173.414-.387.678-.625a154 154 0 0 1 1.832-1.62a375 375 0 0 1 2.314-2.003zM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10M3.5 12a8.5 8.5 0 1 0 17 0a8.5 8.5 0 0 0-17 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.934 16.066a.75.75 0 1 1-1.06 1.06a7.25 7.25 0 0 1 6.798-12.181a.75.75 0 1 1-.344 1.46a5.75 5.75 0 0 0-5.393 9.661m9.954-6.924a.75.75 0 0 1 .955.46a7.25 7.25 0 0 1-1.716 7.525a.75.75 0 1 1-1.061-1.061a5.75 5.75 0 0 0 1.362-5.969a.75.75 0 0 1 .46-.955M15.88 6.667a.625.625 0 0 1 .962.761l-.13.25a355 355 0 0 1-1.415 2.713a155 155 0 0 1-1.156 2.157c-.171.31-.326.586-.452.803a5 5 0 0 1-.32.5a1.875 1.875 0 0 1-2.94-2.327c.086-.109.244-.265.413-.425c.182-.173.414-.387.678-.625a154 154 0 0 1 1.832-1.62a375 375 0 0 1 2.314-2.003zM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10M3.5 12a8.5 8.5 0 1 0 17 0a8.5 8.5 0 0 0-17 0"/></svg>
</template>

CSS

.icon-gauge-24-regular {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.934%2016.066a.75.75%200%201%201-1.06%201.06a7.25%207.25%200%200%201%206.798-12.181a.75.75%200%201%201-.344%201.46a5.75%205.75%200%200%200-5.393%209.661m9.954-6.924a.75.75%200%200%201%20.955.46a7.25%207.25%200%200%201-1.716%207.525a.75.75%200%201%201-1.061-1.061a5.75%205.75%200%200%200%201.362-5.969a.75.75%200%200%201%20.46-.955M15.88%206.667a.625.625%200%200%201%20.962.761l-.13.25a355%20355%200%200%201-1.415%202.713a155%20155%200%200%201-1.156%202.157c-.171.31-.326.586-.452.803a5%205%200%200%201-.32.5a1.875%201.875%200%200%201-2.94-2.327c.086-.109.244-.265.413-.425c.182-.173.414-.387.678-.625a154%20154%200%200%201%201.832-1.62a375%20375%200%200%201%202.314-2.003zM22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010M3.5%2012a8.5%208.5%200%201%200%2017%200a8.5%208.5%200%200%200-17%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.934%2016.066a.75.75%200%201%201-1.06%201.06a7.25%207.25%200%200%201%206.798-12.181a.75.75%200%201%201-.344%201.46a5.75%205.75%200%200%200-5.393%209.661m9.954-6.924a.75.75%200%200%201%20.955.46a7.25%207.25%200%200%201-1.716%207.525a.75.75%200%201%201-1.061-1.061a5.75%205.75%200%200%200%201.362-5.969a.75.75%200%200%201%20.46-.955M15.88%206.667a.625.625%200%200%201%20.962.761l-.13.25a355%20355%200%200%201-1.415%202.713a155%20155%200%200%201-1.156%202.157c-.171.31-.326.586-.452.803a5%205%200%200%201-.32.5a1.875%201.875%200%200%201-2.94-2.327c.086-.109.244-.265.413-.425c.182-.173.414-.387.678-.625a154%20154%200%200%201%201.832-1.62a375%20375%200%200%201%202.314-2.003zM22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010M3.5%2012a8.5%208.5%200%201%200%2017%200a8.5%208.5%200%200%200-17%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gauge-24-regular.svg?color=%231a73e8&size=48

Gauge 24 regular icon — Fluent UI System Icons · IconsDB