gauge icon
gauge-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- gauge-fill
- Set
- Phosphor
- Style
- Fill
- 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="M240 152v24a16 16 0 0 1-16 16H115.93a4 4 0 0 1-3.24-6.35L174.27 101a8.21 8.21 0 0 0-1.37-11.3a8 8 0 0 0-11.37 1.61l-72 99.06a4 4 0 0 1-3.28 1.63H32a16 16 0 0 1-16-16v-22.87c0-1.79 0-3.57.13-5.33a4 4 0 0 1 4-3.8H48a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.27-7.47H23.92a4 4 0 0 1-3.87-5c12-43.84 49.66-77.13 95.52-82.28a4 4 0 0 1 4.43 4V72a8 8 0 0 0 8.53 8a8.17 8.17 0 0 0 7.47-8.27V44.67a4 4 0 0 1 4.43-4a112.18 112.18 0 0 1 95.8 82.33a4 4 0 0 1-3.88 5h-24.08a8.17 8.17 0 0 0-8.25 7.47a8 8 0 0 0 8 8.53h27.92a4 4 0 0 1 4 3.86c.06 1.37.06 2.75.06 4.14"/></svg>
React
import type { SVGProps } from "react";
export function PhGaugeFill(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="M240 152v24a16 16 0 0 1-16 16H115.93a4 4 0 0 1-3.24-6.35L174.27 101a8.21 8.21 0 0 0-1.37-11.3a8 8 0 0 0-11.37 1.61l-72 99.06a4 4 0 0 1-3.28 1.63H32a16 16 0 0 1-16-16v-22.87c0-1.79 0-3.57.13-5.33a4 4 0 0 1 4-3.8H48a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.27-7.47H23.92a4 4 0 0 1-3.87-5c12-43.84 49.66-77.13 95.52-82.28a4 4 0 0 1 4.43 4V72a8 8 0 0 0 8.53 8a8.17 8.17 0 0 0 7.47-8.27V44.67a4 4 0 0 1 4.43-4a112.18 112.18 0 0 1 95.8 82.33a4 4 0 0 1-3.88 5h-24.08a8.17 8.17 0 0 0-8.25 7.47a8 8 0 0 0 8 8.53h27.92a4 4 0 0 1 4 3.86c.06 1.37.06 2.75.06 4.14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 152v24a16 16 0 0 1-16 16H115.93a4 4 0 0 1-3.24-6.35L174.27 101a8.21 8.21 0 0 0-1.37-11.3a8 8 0 0 0-11.37 1.61l-72 99.06a4 4 0 0 1-3.28 1.63H32a16 16 0 0 1-16-16v-22.87c0-1.79 0-3.57.13-5.33a4 4 0 0 1 4-3.8H48a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.27-7.47H23.92a4 4 0 0 1-3.87-5c12-43.84 49.66-77.13 95.52-82.28a4 4 0 0 1 4.43 4V72a8 8 0 0 0 8.53 8a8.17 8.17 0 0 0 7.47-8.27V44.67a4 4 0 0 1 4.43-4a112.18 112.18 0 0 1 95.8 82.33a4 4 0 0 1-3.88 5h-24.08a8.17 8.17 0 0 0-8.25 7.47a8 8 0 0 0 8 8.53h27.92a4 4 0 0 1 4 3.86c.06 1.37.06 2.75.06 4.14"/></svg> </template>
CSS
.icon-gauge-fill {
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%22M240%20152v24a16%2016%200%200%201-16%2016H115.93a4%204%200%200%201-3.24-6.35L174.27%20101a8.21%208.21%200%200%200-1.37-11.3a8%208%200%200%200-11.37%201.61l-72%2099.06a4%204%200%200%201-3.28%201.63H32a16%2016%200%200%201-16-16v-22.87c0-1.79%200-3.57.13-5.33a4%204%200%200%201%204-3.8H48a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.27-7.47H23.92a4%204%200%200%201-3.87-5c12-43.84%2049.66-77.13%2095.52-82.28a4%204%200%200%201%204.43%204V72a8%208%200%200%200%208.53%208a8.17%208.17%200%200%200%207.47-8.27V44.67a4%204%200%200%201%204.43-4a112.18%20112.18%200%200%201%2095.8%2082.33a4%204%200%200%201-3.88%205h-24.08a8.17%208.17%200%200%200-8.25%207.47a8%208%200%200%200%208%208.53h27.92a4%204%200%200%201%204%203.86c.06%201.37.06%202.75.06%204.14%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%22M240%20152v24a16%2016%200%200%201-16%2016H115.93a4%204%200%200%201-3.24-6.35L174.27%20101a8.21%208.21%200%200%200-1.37-11.3a8%208%200%200%200-11.37%201.61l-72%2099.06a4%204%200%200%201-3.28%201.63H32a16%2016%200%200%201-16-16v-22.87c0-1.79%200-3.57.13-5.33a4%204%200%200%201%204-3.8H48a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.27-7.47H23.92a4%204%200%200%201-3.87-5c12-43.84%2049.66-77.13%2095.52-82.28a4%204%200%200%201%204.43%204V72a8%208%200%200%200%208.53%208a8.17%208.17%200%200%200%207.47-8.27V44.67a4%204%200%200%201%204.43-4a112.18%20112.18%200%200%201%2095.8%2082.33a4%204%200%200%201-3.88%205h-24.08a8.17%208.17%200%200%200-8.25%207.47a8%208%200%200%200%208%208.53h27.92a4%204%200%200%201%204%203.86c.06%201.37.06%202.75.06%204.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/gauge-fill.svg?color=%231a73e8&size=48