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

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

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the gauge add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.406 16.988a7 7 0 1 0-7.394-7.394q-.543.276-1.008.66L2 10a8 8 0 1 1 7.746 7.996q.384-.466.66-1.008m2.06-11.931a.5.5 0 0 1-.647.284a5 5 0 0 0-6.721 3.673a5.5 5.5 0 0 0-1.044.178a6 6 0 0 1 8.127-4.783a.5.5 0 0 1 .285.648M8.67 10.005a5.5 5.5 0 0 1 1.715 1.966a1.5 1.5 0 0 0 .842-.496c.072-.084.17-.232.27-.39c.107-.17.239-.385.385-.628c.292-.488.646-1.096.989-1.69a301 301 0 0 0 1.213-2.126l.111-.196a.5.5 0 0 0-.746-.637l-.177.14a335 335 0 0 0-1.91 1.531c-.532.431-1.078.877-1.513 1.242c-.218.182-.41.346-.56.478a4 4 0 0 0-.344.328a1.5 1.5 0 0 0-.275.479m6.273-2.47a.5.5 0 0 1 .647.284a6 6 0 0 1-1.348 6.424a.5.5 0 1 1-.707-.707a5 5 0 0 0 1.123-5.354a.5.5 0 0 1 .284-.648M8 18.241a4.5 4.5 0 1 1-5-7.483a4.5 4.5 0 0 1 5 7.483m-2.146-6.096A.5.5 0 0 0 5 12.5V14H3.5a.5.5 0 0 0 0 1H5v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H6v-1.5a.5.5 0 0 0-.146-.354"/></svg>

React

import type { SVGProps } from "react";

export function FluentGaugeAdd20Regular(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.406 16.988a7 7 0 1 0-7.394-7.394q-.543.276-1.008.66L2 10a8 8 0 1 1 7.746 7.996q.384-.466.66-1.008m2.06-11.931a.5.5 0 0 1-.647.284a5 5 0 0 0-6.721 3.673a5.5 5.5 0 0 0-1.044.178a6 6 0 0 1 8.127-4.783a.5.5 0 0 1 .285.648M8.67 10.005a5.5 5.5 0 0 1 1.715 1.966a1.5 1.5 0 0 0 .842-.496c.072-.084.17-.232.27-.39c.107-.17.239-.385.385-.628c.292-.488.646-1.096.989-1.69a301 301 0 0 0 1.213-2.126l.111-.196a.5.5 0 0 0-.746-.637l-.177.14a335 335 0 0 0-1.91 1.531c-.532.431-1.078.877-1.513 1.242c-.218.182-.41.346-.56.478a4 4 0 0 0-.344.328a1.5 1.5 0 0 0-.275.479m6.273-2.47a.5.5 0 0 1 .647.284a6 6 0 0 1-1.348 6.424a.5.5 0 1 1-.707-.707a5 5 0 0 0 1.123-5.354a.5.5 0 0 1 .284-.648M8 18.241a4.5 4.5 0 1 1-5-7.483a4.5 4.5 0 0 1 5 7.483m-2.146-6.096A.5.5 0 0 0 5 12.5V14H3.5a.5.5 0 0 0 0 1H5v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H6v-1.5a.5.5 0 0 0-.146-.354"/></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.406 16.988a7 7 0 1 0-7.394-7.394q-.543.276-1.008.66L2 10a8 8 0 1 1 7.746 7.996q.384-.466.66-1.008m2.06-11.931a.5.5 0 0 1-.647.284a5 5 0 0 0-6.721 3.673a5.5 5.5 0 0 0-1.044.178a6 6 0 0 1 8.127-4.783a.5.5 0 0 1 .285.648M8.67 10.005a5.5 5.5 0 0 1 1.715 1.966a1.5 1.5 0 0 0 .842-.496c.072-.084.17-.232.27-.39c.107-.17.239-.385.385-.628c.292-.488.646-1.096.989-1.69a301 301 0 0 0 1.213-2.126l.111-.196a.5.5 0 0 0-.746-.637l-.177.14a335 335 0 0 0-1.91 1.531c-.532.431-1.078.877-1.513 1.242c-.218.182-.41.346-.56.478a4 4 0 0 0-.344.328a1.5 1.5 0 0 0-.275.479m6.273-2.47a.5.5 0 0 1 .647.284a6 6 0 0 1-1.348 6.424a.5.5 0 1 1-.707-.707a5 5 0 0 0 1.123-5.354a.5.5 0 0 1 .284-.648M8 18.241a4.5 4.5 0 1 1-5-7.483a4.5 4.5 0 0 1 5 7.483m-2.146-6.096A.5.5 0 0 0 5 12.5V14H3.5a.5.5 0 0 0 0 1H5v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H6v-1.5a.5.5 0 0 0-.146-.354"/></svg>
</template>

CSS

.icon-gauge-add-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.406%2016.988a7%207%200%201%200-7.394-7.394q-.543.276-1.008.66L2%2010a8%208%200%201%201%207.746%207.996q.384-.466.66-1.008m2.06-11.931a.5.5%200%200%201-.647.284a5%205%200%200%200-6.721%203.673a5.5%205.5%200%200%200-1.044.178a6%206%200%200%201%208.127-4.783a.5.5%200%200%201%20.285.648M8.67%2010.005a5.5%205.5%200%200%201%201.715%201.966a1.5%201.5%200%200%200%20.842-.496c.072-.084.17-.232.27-.39c.107-.17.239-.385.385-.628c.292-.488.646-1.096.989-1.69a301%20301%200%200%200%201.213-2.126l.111-.196a.5.5%200%200%200-.746-.637l-.177.14a335%20335%200%200%200-1.91%201.531c-.532.431-1.078.877-1.513%201.242c-.218.182-.41.346-.56.478a4%204%200%200%200-.344.328a1.5%201.5%200%200%200-.275.479m6.273-2.47a.5.5%200%200%201%20.647.284a6%206%200%200%201-1.348%206.424a.5.5%200%201%201-.707-.707a5%205%200%200%200%201.123-5.354a.5.5%200%200%201%20.284-.648M8%2018.241a4.5%204.5%200%201%201-5-7.483a4.5%204.5%200%200%201%205%207.483m-2.146-6.096A.5.5%200%200%200%205%2012.5V14H3.5a.5.5%200%200%200%200%201H5v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%200%200%200-1H6v-1.5a.5.5%200%200%200-.146-.354%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.406%2016.988a7%207%200%201%200-7.394-7.394q-.543.276-1.008.66L2%2010a8%208%200%201%201%207.746%207.996q.384-.466.66-1.008m2.06-11.931a.5.5%200%200%201-.647.284a5%205%200%200%200-6.721%203.673a5.5%205.5%200%200%200-1.044.178a6%206%200%200%201%208.127-4.783a.5.5%200%200%201%20.285.648M8.67%2010.005a5.5%205.5%200%200%201%201.715%201.966a1.5%201.5%200%200%200%20.842-.496c.072-.084.17-.232.27-.39c.107-.17.239-.385.385-.628c.292-.488.646-1.096.989-1.69a301%20301%200%200%200%201.213-2.126l.111-.196a.5.5%200%200%200-.746-.637l-.177.14a335%20335%200%200%200-1.91%201.531c-.532.431-1.078.877-1.513%201.242c-.218.182-.41.346-.56.478a4%204%200%200%200-.344.328a1.5%201.5%200%200%200-.275.479m6.273-2.47a.5.5%200%200%201%20.647.284a6%206%200%200%201-1.348%206.424a.5.5%200%201%201-.707-.707a5%205%200%200%200%201.123-5.354a.5.5%200%200%201%20.284-.648M8%2018.241a4.5%204.5%200%201%201-5-7.483a4.5%204.5%200%200%201%205%207.483m-2.146-6.096A.5.5%200%200%200%205%2012.5V14H3.5a.5.5%200%200%200%200%201H5v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%200%200%200-1H6v-1.5a.5.5%200%200%200-.146-.354%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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