gauge icon
gauge-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- gauge-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m3.88-15.333a.625.625 0 0 1 .961.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.003zm-7.946 10.46a.75.75 0 0 1-1.06 0a7.25 7.25 0 0 1 6.798-12.182a.75.75 0 1 1-.344 1.46a5.75 5.75 0 0 0-5.393 9.661a.75.75 0 0 1 0 1.06m9.954-7.985a.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-.955"/></svg>
React
import type { SVGProps } from "react";
export function FluentGauge24Filled(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="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m3.88-15.333a.625.625 0 0 1 .961.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.003zm-7.946 10.46a.75.75 0 0 1-1.06 0a7.25 7.25 0 0 1 6.798-12.182a.75.75 0 1 1-.344 1.46a5.75 5.75 0 0 0-5.393 9.661a.75.75 0 0 1 0 1.06m9.954-7.985a.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-.955"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m3.88-15.333a.625.625 0 0 1 .961.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.003zm-7.946 10.46a.75.75 0 0 1-1.06 0a7.25 7.25 0 0 1 6.798-12.182a.75.75 0 1 1-.344 1.46a5.75 5.75 0 0 0-5.393 9.661a.75.75 0 0 1 0 1.06m9.954-7.985a.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-.955"/></svg> </template>
CSS
.icon-gauge-24-filled {
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%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010m3.88-15.333a.625.625%200%200%201%20.961.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.003zm-7.946%2010.46a.75.75%200%200%201-1.06%200a7.25%207.25%200%200%201%206.798-12.182a.75.75%200%201%201-.344%201.46a5.75%205.75%200%200%200-5.393%209.661a.75.75%200%200%201%200%201.06m9.954-7.985a.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-.955%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%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010m3.88-15.333a.625.625%200%200%201%20.961.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.003zm-7.946%2010.46a.75.75%200%200%201-1.06%200a7.25%207.25%200%200%201%206.798-12.182a.75.75%200%201%201-.344%201.46a5.75%205.75%200%200%200-5.393%209.661a.75.75%200%200%201%200%201.06m9.954-7.985a.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-.955%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gauge-24-filled.svg?color=%231a73e8&size=48