gauge-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
gauge-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m1.819-12.66a5.002 5.002 0 0 0-5.355 8.196a.5.5 0 0 1-.707.707a6 6 0 0 1 6.425-9.834a.5.5 0 0 1-.364.932m3.772 2.478a6 6 0 0 1-1.348 6.425a.5.5 0 1 1-.707-.707a5 5 0 0 0 1.123-5.354a.5.5 0 0 1 .932-.364M14.085 5.82a.5.5 0 0 1 .111.626l-.11.196l-.686 1.206l-.23.402l-.298.518l-.422.727c-.2.345-.395.675-.567.963a30 30 0 0 1-.492.793l-.074.108a1.5 1.5 0 1 1-2.371-1.83c.072-.085.203-.205.343-.329c.15-.132.343-.296.56-.479a236 236 0 0 1 2.957-2.4l.275-.219l.369-.293a.5.5 0 0 1 .635.011"/></svg>

React

import type { SVGProps } from "react";

export function FluentGauge20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m1.819-12.66a5.002 5.002 0 0 0-5.355 8.196a.5.5 0 0 1-.707.707a6 6 0 0 1 6.425-9.834a.5.5 0 0 1-.364.932m3.772 2.478a6 6 0 0 1-1.348 6.425a.5.5 0 1 1-.707-.707a5 5 0 0 0 1.123-5.354a.5.5 0 0 1 .932-.364M14.085 5.82a.5.5 0 0 1 .111.626l-.11.196l-.686 1.206l-.23.402l-.298.518l-.422.727c-.2.345-.395.675-.567.963a30 30 0 0 1-.492.793l-.074.108a1.5 1.5 0 1 1-2.371-1.83c.072-.085.203-.205.343-.329c.15-.132.343-.296.56-.479a236 236 0 0 1 2.957-2.4l.275-.219l.369-.293a.5.5 0 0 1 .635.011"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m1.819-12.66a5.002 5.002 0 0 0-5.355 8.196a.5.5 0 0 1-.707.707a6 6 0 0 1 6.425-9.834a.5.5 0 0 1-.364.932m3.772 2.478a6 6 0 0 1-1.348 6.425a.5.5 0 1 1-.707-.707a5 5 0 0 0 1.123-5.354a.5.5 0 0 1 .932-.364M14.085 5.82a.5.5 0 0 1 .111.626l-.11.196l-.686 1.206l-.23.402l-.298.518l-.422.727c-.2.345-.395.675-.567.963a30 30 0 0 1-.492.793l-.074.108a1.5 1.5 0 1 1-2.371-1.83c.072-.085.203-.205.343-.329c.15-.132.343-.296.56-.479a236 236 0 0 1 2.957-2.4l.275-.219l.369-.293a.5.5 0 0 1 .635.011"/></svg>
</template>

CSS

.icon-gauge-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m1.819-12.66a5.002%205.002%200%200%200-5.355%208.196a.5.5%200%200%201-.707.707a6%206%200%200%201%206.425-9.834a.5.5%200%200%201-.364.932m3.772%202.478a6%206%200%200%201-1.348%206.425a.5.5%200%201%201-.707-.707a5%205%200%200%200%201.123-5.354a.5.5%200%200%201%20.932-.364M14.085%205.82a.5.5%200%200%201%20.111.626l-.11.196l-.686%201.206l-.23.402l-.298.518l-.422.727c-.2.345-.395.675-.567.963a30%2030%200%200%201-.492.793l-.074.108a1.5%201.5%200%201%201-2.371-1.83c.072-.085.203-.205.343-.329c.15-.132.343-.296.56-.479a236%20236%200%200%201%202.957-2.4l.275-.219l.369-.293a.5.5%200%200%201%20.635.011%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m1.819-12.66a5.002%205.002%200%200%200-5.355%208.196a.5.5%200%200%201-.707.707a6%206%200%200%201%206.425-9.834a.5.5%200%200%201-.364.932m3.772%202.478a6%206%200%200%201-1.348%206.425a.5.5%200%201%201-.707-.707a5%205%200%200%200%201.123-5.354a.5.5%200%200%201%20.932-.364M14.085%205.82a.5.5%200%200%201%20.111.626l-.11.196l-.686%201.206l-.23.402l-.298.518l-.422.727c-.2.345-.395.675-.567.963a30%2030%200%200%201-.492.793l-.074.108a1.5%201.5%200%201%201-2.371-1.83c.072-.085.203-.205.343-.329c.15-.132.343-.296.56-.479a236%20236%200%200%201%202.957-2.4l.275-.219l.369-.293a.5.5%200%200%201%20.635.011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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