gauge icon
gauge-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.
- Name
- gauge-20
- Set
- Fluent UI System Color Icons
- Style
- 20
- Viewbox
- 20×20
- License
- MIT
2 other variants in Fluent UI System Color Icons
The same icon in other sets
Use the gauge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGYyBtgd8X)" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16"/><path fill="url(#SVGkB8EwcSD)" d="M10 5.25a4.75 4.75 0 0 0-3.455 8.01a.75.75 0 1 1-1.09 1.03a6.25 6.25 0 0 1 6.818-10.113a.75.75 0 1 1-.546 1.397A4.7 4.7 0 0 0 10 5.25"/><path fill="url(#SVGkYEqtedv)" d="M10 5.25a4.75 4.75 0 0 0-3.455 8.01a.75.75 0 1 1-1.09 1.03a6.25 6.25 0 0 1 6.818-10.113a.75.75 0 1 1-.546 1.397A4.7 4.7 0 0 0 10 5.25"/><path fill="url(#SVG2LnFjbyE)" d="M10 5.25a4.75 4.75 0 0 0-3.455 8.01a.75.75 0 1 1-1.09 1.03a6.25 6.25 0 0 1 6.818-10.113a.75.75 0 1 1-.546 1.397A4.7 4.7 0 0 0 10 5.25"/><path fill="url(#SVGkB8EwcSD)" d="M14.852 7.301a.75.75 0 0 1 .972.426c.275.706.426 1.473.426 2.273c0 1.66-.649 3.171-1.705 4.29a.75.75 0 0 1-1.09-1.03A4.73 4.73 0 0 0 14.75 10a4.7 4.7 0 0 0-.324-1.727a.75.75 0 0 1 .426-.972"/><path fill="url(#SVGkYEqtedv)" d="M14.852 7.301a.75.75 0 0 1 .972.426c.275.706.426 1.473.426 2.273c0 1.66-.649 3.171-1.705 4.29a.75.75 0 0 1-1.09-1.03A4.73 4.73 0 0 0 14.75 10a4.7 4.7 0 0 0-.324-1.727a.75.75 0 0 1 .426-.972"/><path fill="url(#SVG2LnFjbyE)" d="M14.852 7.301a.75.75 0 0 1 .972.426c.275.706.426 1.473.426 2.273c0 1.66-.649 3.171-1.705 4.29a.75.75 0 0 1-1.09-1.03A4.73 4.73 0 0 0 14.75 10a4.7 4.7 0 0 0-.324-1.727a.75.75 0 0 1 .426-.972"/><path fill="url(#SVGRI03zehI)" d="M14.085 5.82a.5.5 0 0 1 .111.625l-.11.196l-.296.52l-.39.686l-.23.402l-.298.518a184 184 0 0 1-.99 1.69a30 30 0 0 1-.49.793l-.075.108a1.5 1.5 0 1 1-2.371-1.831c.072-.084.203-.204.343-.328c.15-.132.343-.296.56-.478c.436-.365.982-.81 1.515-1.242c.532-.43 1.054-.849 1.442-1.159l.274-.218l.37-.294a.5.5 0 0 1 .635.011"/><defs><linearGradient id="SVGYyBtgd8X" x1="7.714" x2="13.844" y1="2" y2="17.137" gradientUnits="userSpaceOnUse"><stop stop-color="#f4f4f4"/><stop offset="1" stop-color="#cbcbcb"/></linearGradient><linearGradient id="SVGkYEqtedv" x1="8" x2="5" y1="11.5" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870" stop-opacity="0"/><stop offset=".716" stop-color="#42b870"/></linearGradient><linearGradient id="SVG2LnFjbyE" x1="13" x2="15" y1="12" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#e82c41" stop-opacity="0"/><stop offset=".563" stop-color="#e82c41"/></linearGradient><linearGradient id="SVGRI03zehI" x1="8.587" x2="12.566" y1="5.699" y2="11.081" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient><radialGradient id="SVGkB8EwcSD" cx="0" cy="0" r="1" gradientTransform="matrix(13.5 0 0 20.2556 3.5 14.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset=".59" stop-color="#ff921f"/><stop offset="1" stop-color="#e82c41"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorGauge20(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGYyBtgd8X)" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16"/><path fill="url(#SVGkB8EwcSD)" d="M10 5.25a4.75 4.75 0 0 0-3.455 8.01a.75.75 0 1 1-1.09 1.03a6.25 6.25 0 0 1 6.818-10.113a.75.75 0 1 1-.546 1.397A4.7 4.7 0 0 0 10 5.25"/><path fill="url(#SVGkYEqtedv)" d="M10 5.25a4.75 4.75 0 0 0-3.455 8.01a.75.75 0 1 1-1.09 1.03a6.25 6.25 0 0 1 6.818-10.113a.75.75 0 1 1-.546 1.397A4.7 4.7 0 0 0 10 5.25"/><path fill="url(#SVG2LnFjbyE)" d="M10 5.25a4.75 4.75 0 0 0-3.455 8.01a.75.75 0 1 1-1.09 1.03a6.25 6.25 0 0 1 6.818-10.113a.75.75 0 1 1-.546 1.397A4.7 4.7 0 0 0 10 5.25"/><path fill="url(#SVGkB8EwcSD)" d="M14.852 7.301a.75.75 0 0 1 .972.426c.275.706.426 1.473.426 2.273c0 1.66-.649 3.171-1.705 4.29a.75.75 0 0 1-1.09-1.03A4.73 4.73 0 0 0 14.75 10a4.7 4.7 0 0 0-.324-1.727a.75.75 0 0 1 .426-.972"/><path fill="url(#SVGkYEqtedv)" d="M14.852 7.301a.75.75 0 0 1 .972.426c.275.706.426 1.473.426 2.273c0 1.66-.649 3.171-1.705 4.29a.75.75 0 0 1-1.09-1.03A4.73 4.73 0 0 0 14.75 10a4.7 4.7 0 0 0-.324-1.727a.75.75 0 0 1 .426-.972"/><path fill="url(#SVG2LnFjbyE)" d="M14.852 7.301a.75.75 0 0 1 .972.426c.275.706.426 1.473.426 2.273c0 1.66-.649 3.171-1.705 4.29a.75.75 0 0 1-1.09-1.03A4.73 4.73 0 0 0 14.75 10a4.7 4.7 0 0 0-.324-1.727a.75.75 0 0 1 .426-.972"/><path fill="url(#SVGRI03zehI)" d="M14.085 5.82a.5.5 0 0 1 .111.625l-.11.196l-.296.52l-.39.686l-.23.402l-.298.518a184 184 0 0 1-.99 1.69a30 30 0 0 1-.49.793l-.075.108a1.5 1.5 0 1 1-2.371-1.831c.072-.084.203-.204.343-.328c.15-.132.343-.296.56-.478c.436-.365.982-.81 1.515-1.242c.532-.43 1.054-.849 1.442-1.159l.274-.218l.37-.294a.5.5 0 0 1 .635.011"/><defs><linearGradient id="SVGYyBtgd8X" x1="7.714" x2="13.844" y1="2" y2="17.137" gradientUnits="userSpaceOnUse"><stop stopColor="#f4f4f4"/><stop offset="1" stopColor="#cbcbcb"/></linearGradient><linearGradient id="SVGkYEqtedv" x1="8" x2="5" y1="11.5" y2="14" gradientUnits="userSpaceOnUse"><stop stopColor="#42b870" stopOpacity="0"/><stop offset=".716" stopColor="#42b870"/></linearGradient><linearGradient id="SVG2LnFjbyE" x1="13" x2="15" y1="12" y2="14" gradientUnits="userSpaceOnUse"><stop stopColor="#e82c41" stopOpacity="0"/><stop offset=".563" stopColor="#e82c41"/></linearGradient><linearGradient id="SVGRI03zehI" x1="8.587" x2="12.566" y1="5.699" y2="11.081" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#2764e7"/></linearGradient><radialGradient id="SVGkB8EwcSD" cx="0" cy="0" r="1" gradientTransform="matrix(13.5 0 0 20.2556 3.5 14.5)" gradientUnits="userSpaceOnUse"><stop stopColor="#42b870"/><stop offset=".59" stopColor="#ff921f"/><stop offset="1" stopColor="#e82c41"/></radialGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGYyBtgd8X)" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16"/><path fill="url(#SVGkB8EwcSD)" d="M10 5.25a4.75 4.75 0 0 0-3.455 8.01a.75.75 0 1 1-1.09 1.03a6.25 6.25 0 0 1 6.818-10.113a.75.75 0 1 1-.546 1.397A4.7 4.7 0 0 0 10 5.25"/><path fill="url(#SVGkYEqtedv)" d="M10 5.25a4.75 4.75 0 0 0-3.455 8.01a.75.75 0 1 1-1.09 1.03a6.25 6.25 0 0 1 6.818-10.113a.75.75 0 1 1-.546 1.397A4.7 4.7 0 0 0 10 5.25"/><path fill="url(#SVG2LnFjbyE)" d="M10 5.25a4.75 4.75 0 0 0-3.455 8.01a.75.75 0 1 1-1.09 1.03a6.25 6.25 0 0 1 6.818-10.113a.75.75 0 1 1-.546 1.397A4.7 4.7 0 0 0 10 5.25"/><path fill="url(#SVGkB8EwcSD)" d="M14.852 7.301a.75.75 0 0 1 .972.426c.275.706.426 1.473.426 2.273c0 1.66-.649 3.171-1.705 4.29a.75.75 0 0 1-1.09-1.03A4.73 4.73 0 0 0 14.75 10a4.7 4.7 0 0 0-.324-1.727a.75.75 0 0 1 .426-.972"/><path fill="url(#SVGkYEqtedv)" d="M14.852 7.301a.75.75 0 0 1 .972.426c.275.706.426 1.473.426 2.273c0 1.66-.649 3.171-1.705 4.29a.75.75 0 0 1-1.09-1.03A4.73 4.73 0 0 0 14.75 10a4.7 4.7 0 0 0-.324-1.727a.75.75 0 0 1 .426-.972"/><path fill="url(#SVG2LnFjbyE)" d="M14.852 7.301a.75.75 0 0 1 .972.426c.275.706.426 1.473.426 2.273c0 1.66-.649 3.171-1.705 4.29a.75.75 0 0 1-1.09-1.03A4.73 4.73 0 0 0 14.75 10a4.7 4.7 0 0 0-.324-1.727a.75.75 0 0 1 .426-.972"/><path fill="url(#SVGRI03zehI)" d="M14.085 5.82a.5.5 0 0 1 .111.625l-.11.196l-.296.52l-.39.686l-.23.402l-.298.518a184 184 0 0 1-.99 1.69a30 30 0 0 1-.49.793l-.075.108a1.5 1.5 0 1 1-2.371-1.831c.072-.084.203-.204.343-.328c.15-.132.343-.296.56-.478c.436-.365.982-.81 1.515-1.242c.532-.43 1.054-.849 1.442-1.159l.274-.218l.37-.294a.5.5 0 0 1 .635.011"/><defs><linearGradient id="SVGYyBtgd8X" x1="7.714" x2="13.844" y1="2" y2="17.137" gradientUnits="userSpaceOnUse"><stop stop-color="#f4f4f4"/><stop offset="1" stop-color="#cbcbcb"/></linearGradient><linearGradient id="SVGkYEqtedv" x1="8" x2="5" y1="11.5" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870" stop-opacity="0"/><stop offset=".716" stop-color="#42b870"/></linearGradient><linearGradient id="SVG2LnFjbyE" x1="13" x2="15" y1="12" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#e82c41" stop-opacity="0"/><stop offset=".563" stop-color="#e82c41"/></linearGradient><linearGradient id="SVGRI03zehI" x1="8.587" x2="12.566" y1="5.699" y2="11.081" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient><radialGradient id="SVGkB8EwcSD" cx="0" cy="0" r="1" gradientTransform="matrix(13.5 0 0 20.2556 3.5 14.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset=".59" stop-color="#ff921f"/><stop offset="1" stop-color="#e82c41"/></radialGradient></defs></g></svg> </template>
CSS
.icon-gauge-20 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGYyBtgd8X)%22%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkB8EwcSD)%22%20d%3D%22M10%205.25a4.75%204.75%200%200%200-3.455%208.01a.75.75%200%201%201-1.09%201.03a6.25%206.25%200%200%201%206.818-10.113a.75.75%200%201%201-.546%201.397A4.7%204.7%200%200%200%2010%205.25%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkYEqtedv)%22%20d%3D%22M10%205.25a4.75%204.75%200%200%200-3.455%208.01a.75.75%200%201%201-1.09%201.03a6.25%206.25%200%200%201%206.818-10.113a.75.75%200%201%201-.546%201.397A4.7%204.7%200%200%200%2010%205.25%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2LnFjbyE)%22%20d%3D%22M10%205.25a4.75%204.75%200%200%200-3.455%208.01a.75.75%200%201%201-1.09%201.03a6.25%206.25%200%200%201%206.818-10.113a.75.75%200%201%201-.546%201.397A4.7%204.7%200%200%200%2010%205.25%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkB8EwcSD)%22%20d%3D%22M14.852%207.301a.75.75%200%200%201%20.972.426c.275.706.426%201.473.426%202.273c0%201.66-.649%203.171-1.705%204.29a.75.75%200%200%201-1.09-1.03A4.73%204.73%200%200%200%2014.75%2010a4.7%204.7%200%200%200-.324-1.727a.75.75%200%200%201%20.426-.972%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkYEqtedv)%22%20d%3D%22M14.852%207.301a.75.75%200%200%201%20.972.426c.275.706.426%201.473.426%202.273c0%201.66-.649%203.171-1.705%204.29a.75.75%200%200%201-1.09-1.03A4.73%204.73%200%200%200%2014.75%2010a4.7%204.7%200%200%200-.324-1.727a.75.75%200%200%201%20.426-.972%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2LnFjbyE)%22%20d%3D%22M14.852%207.301a.75.75%200%200%201%20.972.426c.275.706.426%201.473.426%202.273c0%201.66-.649%203.171-1.705%204.29a.75.75%200%200%201-1.09-1.03A4.73%204.73%200%200%200%2014.75%2010a4.7%204.7%200%200%200-.324-1.727a.75.75%200%200%201%20.426-.972%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRI03zehI)%22%20d%3D%22M14.085%205.82a.5.5%200%200%201%20.111.625l-.11.196l-.296.52l-.39.686l-.23.402l-.298.518a184%20184%200%200%201-.99%201.69a30%2030%200%200%201-.49.793l-.075.108a1.5%201.5%200%201%201-2.371-1.831c.072-.084.203-.204.343-.328c.15-.132.343-.296.56-.478c.436-.365.982-.81%201.515-1.242c.532-.43%201.054-.849%201.442-1.159l.274-.218l.37-.294a.5.5%200%200%201%20.635.011%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGYyBtgd8X%22%20x1%3D%227.714%22%20x2%3D%2213.844%22%20y1%3D%222%22%20y2%3D%2217.137%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f4f4f4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cbcbcb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkYEqtedv%22%20x1%3D%228%22%20x2%3D%225%22%20y1%3D%2211.5%22%20y2%3D%2214%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.716%22%20stop-color%3D%22%2342b870%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2LnFjbyE%22%20x1%3D%2213%22%20x2%3D%2215%22%20y1%3D%2212%22%20y2%3D%2214%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e82c41%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.563%22%20stop-color%3D%22%23e82c41%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRI03zehI%22%20x1%3D%228.587%22%20x2%3D%2212.566%22%20y1%3D%225.699%22%20y2%3D%2211.081%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGkB8EwcSD%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(13.5%200%200%2020.2556%203.5%2014.5)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%22.59%22%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e82c41%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGYyBtgd8X)%22%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkB8EwcSD)%22%20d%3D%22M10%205.25a4.75%204.75%200%200%200-3.455%208.01a.75.75%200%201%201-1.09%201.03a6.25%206.25%200%200%201%206.818-10.113a.75.75%200%201%201-.546%201.397A4.7%204.7%200%200%200%2010%205.25%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkYEqtedv)%22%20d%3D%22M10%205.25a4.75%204.75%200%200%200-3.455%208.01a.75.75%200%201%201-1.09%201.03a6.25%206.25%200%200%201%206.818-10.113a.75.75%200%201%201-.546%201.397A4.7%204.7%200%200%200%2010%205.25%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2LnFjbyE)%22%20d%3D%22M10%205.25a4.75%204.75%200%200%200-3.455%208.01a.75.75%200%201%201-1.09%201.03a6.25%206.25%200%200%201%206.818-10.113a.75.75%200%201%201-.546%201.397A4.7%204.7%200%200%200%2010%205.25%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkB8EwcSD)%22%20d%3D%22M14.852%207.301a.75.75%200%200%201%20.972.426c.275.706.426%201.473.426%202.273c0%201.66-.649%203.171-1.705%204.29a.75.75%200%200%201-1.09-1.03A4.73%204.73%200%200%200%2014.75%2010a4.7%204.7%200%200%200-.324-1.727a.75.75%200%200%201%20.426-.972%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkYEqtedv)%22%20d%3D%22M14.852%207.301a.75.75%200%200%201%20.972.426c.275.706.426%201.473.426%202.273c0%201.66-.649%203.171-1.705%204.29a.75.75%200%200%201-1.09-1.03A4.73%204.73%200%200%200%2014.75%2010a4.7%204.7%200%200%200-.324-1.727a.75.75%200%200%201%20.426-.972%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2LnFjbyE)%22%20d%3D%22M14.852%207.301a.75.75%200%200%201%20.972.426c.275.706.426%201.473.426%202.273c0%201.66-.649%203.171-1.705%204.29a.75.75%200%200%201-1.09-1.03A4.73%204.73%200%200%200%2014.75%2010a4.7%204.7%200%200%200-.324-1.727a.75.75%200%200%201%20.426-.972%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRI03zehI)%22%20d%3D%22M14.085%205.82a.5.5%200%200%201%20.111.625l-.11.196l-.296.52l-.39.686l-.23.402l-.298.518a184%20184%200%200%201-.99%201.69a30%2030%200%200%201-.49.793l-.075.108a1.5%201.5%200%201%201-2.371-1.831c.072-.084.203-.204.343-.328c.15-.132.343-.296.56-.478c.436-.365.982-.81%201.515-1.242c.532-.43%201.054-.849%201.442-1.159l.274-.218l.37-.294a.5.5%200%200%201%20.635.011%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGYyBtgd8X%22%20x1%3D%227.714%22%20x2%3D%2213.844%22%20y1%3D%222%22%20y2%3D%2217.137%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f4f4f4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cbcbcb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkYEqtedv%22%20x1%3D%228%22%20x2%3D%225%22%20y1%3D%2211.5%22%20y2%3D%2214%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.716%22%20stop-color%3D%22%2342b870%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2LnFjbyE%22%20x1%3D%2213%22%20x2%3D%2215%22%20y1%3D%2212%22%20y2%3D%2214%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e82c41%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.563%22%20stop-color%3D%22%23e82c41%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRI03zehI%22%20x1%3D%228.587%22%20x2%3D%2212.566%22%20y1%3D%225.699%22%20y2%3D%2211.081%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGkB8EwcSD%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(13.5%200%200%2020.2556%203.5%2014.5)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%22.59%22%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e82c41%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/gauge-20.svg?color=%231a73e8&size=48