gauge icon
gauge-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- gauge-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="M204.23 75.5A107.37 107.37 0 0 0 127.62 44C68.28 44.21 20 93.16 20 153.13V176a12 12 0 0 0 12 12h192a12 12 0 0 0 12-12v-24a107.25 107.25 0 0 0-31.77-76.5M228 176a4 4 0 0 1-4 4H111.85l59.38-81.65a4 4 0 1 0-6.46-4.7L102 180H32a4 4 0 0 1-4-4v-22.87a103 103 0 0 1 .84-13.13H56a4 4 0 0 0 0-8H30.21C39.59 87.66 77.84 53.93 124 52.09V80a4 4 0 0 0 8 0V52.08A100.08 100.08 0 0 1 226 132h-26a4 4 0 0 0 0 8h27.29a102 102 0 0 1 .71 12Z"/></svg>
React
import type { SVGProps } from "react";
export function PhGaugeThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204.23 75.5A107.37 107.37 0 0 0 127.62 44C68.28 44.21 20 93.16 20 153.13V176a12 12 0 0 0 12 12h192a12 12 0 0 0 12-12v-24a107.25 107.25 0 0 0-31.77-76.5M228 176a4 4 0 0 1-4 4H111.85l59.38-81.65a4 4 0 1 0-6.46-4.7L102 180H32a4 4 0 0 1-4-4v-22.87a103 103 0 0 1 .84-13.13H56a4 4 0 0 0 0-8H30.21C39.59 87.66 77.84 53.93 124 52.09V80a4 4 0 0 0 8 0V52.08A100.08 100.08 0 0 1 226 132h-26a4 4 0 0 0 0 8h27.29a102 102 0 0 1 .71 12Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204.23 75.5A107.37 107.37 0 0 0 127.62 44C68.28 44.21 20 93.16 20 153.13V176a12 12 0 0 0 12 12h192a12 12 0 0 0 12-12v-24a107.25 107.25 0 0 0-31.77-76.5M228 176a4 4 0 0 1-4 4H111.85l59.38-81.65a4 4 0 1 0-6.46-4.7L102 180H32a4 4 0 0 1-4-4v-22.87a103 103 0 0 1 .84-13.13H56a4 4 0 0 0 0-8H30.21C39.59 87.66 77.84 53.93 124 52.09V80a4 4 0 0 0 8 0V52.08A100.08 100.08 0 0 1 226 132h-26a4 4 0 0 0 0 8h27.29a102 102 0 0 1 .71 12Z"/></svg> </template>
CSS
.icon-gauge-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M204.23%2075.5A107.37%20107.37%200%200%200%20127.62%2044C68.28%2044.21%2020%2093.16%2020%20153.13V176a12%2012%200%200%200%2012%2012h192a12%2012%200%200%200%2012-12v-24a107.25%20107.25%200%200%200-31.77-76.5M228%20176a4%204%200%200%201-4%204H111.85l59.38-81.65a4%204%200%201%200-6.46-4.7L102%20180H32a4%204%200%200%201-4-4v-22.87a103%20103%200%200%201%20.84-13.13H56a4%204%200%200%200%200-8H30.21C39.59%2087.66%2077.84%2053.93%20124%2052.09V80a4%204%200%200%200%208%200V52.08A100.08%20100.08%200%200%201%20226%20132h-26a4%204%200%200%200%200%208h27.29a102%20102%200%200%201%20.71%2012Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M204.23%2075.5A107.37%20107.37%200%200%200%20127.62%2044C68.28%2044.21%2020%2093.16%2020%20153.13V176a12%2012%200%200%200%2012%2012h192a12%2012%200%200%200%2012-12v-24a107.25%20107.25%200%200%200-31.77-76.5M228%20176a4%204%200%200%201-4%204H111.85l59.38-81.65a4%204%200%201%200-6.46-4.7L102%20180H32a4%204%200%200%201-4-4v-22.87a103%20103%200%200%201%20.84-13.13H56a4%204%200%200%200%200-8H30.21C39.59%2087.66%2077.84%2053.93%20124%2052.09V80a4%204%200%200%200%208%200V52.08A100.08%20100.08%200%200%201%20226%20132h-26a4%204%200%200%200%200%208h27.29a102%20102%200%200%201%20.71%2012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/gauge-thin.svg?color=%231a73e8&size=48