speedometer icon
speedometer-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- speedometer-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the speedometer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 152a103.9 103.9 0 0 1-5.9 34.63a8 8 0 0 1-7.57 5.37H37.46a8.05 8.05 0 0 1-7.57-5.41a104 104 0 0 1-5.89-35.4C24.44 94 71.73 47.49 129 48a104 104 0 0 1 103 104" opacity=".2"/><path d="m114.34 154.34l96-96a8 8 0 0 1 11.32 11.32l-96 96a8 8 0 0 1-11.32-11.32M128 88a63.9 63.9 0 0 1 20.44 3.33a8 8 0 1 0 5.11-15.16a80 80 0 0 0-105.06 84.71a8 8 0 0 0 7.94 7.12c.29 0 .59 0 .89-.05a8 8 0 0 0 7.07-8.83A65 65 0 0 1 64 152a64.07 64.07 0 0 1 64-64m99.74 13a8 8 0 0 0-14.24 7.3a96.27 96.27 0 0 1 5 75.71l-181.1-.07A96.24 96.24 0 0 1 128 56h.88a95 95 0 0 1 42.82 10.5a8 8 0 1 0 7.3-14.23A110.8 110.8 0 0 0 129 40h-1A112.05 112.05 0 0 0 22.35 189.25A16.07 16.07 0 0 0 37.46 200h181.07a16 16 0 0 0 15.11-10.71a112.35 112.35 0 0 0-5.9-88.3Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhSpeedometerDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 152a103.9 103.9 0 0 1-5.9 34.63a8 8 0 0 1-7.57 5.37H37.46a8.05 8.05 0 0 1-7.57-5.41a104 104 0 0 1-5.89-35.4C24.44 94 71.73 47.49 129 48a104 104 0 0 1 103 104" opacity=".2"/><path d="m114.34 154.34l96-96a8 8 0 0 1 11.32 11.32l-96 96a8 8 0 0 1-11.32-11.32M128 88a63.9 63.9 0 0 1 20.44 3.33a8 8 0 1 0 5.11-15.16a80 80 0 0 0-105.06 84.71a8 8 0 0 0 7.94 7.12c.29 0 .59 0 .89-.05a8 8 0 0 0 7.07-8.83A65 65 0 0 1 64 152a64.07 64.07 0 0 1 64-64m99.74 13a8 8 0 0 0-14.24 7.3a96.27 96.27 0 0 1 5 75.71l-181.1-.07A96.24 96.24 0 0 1 128 56h.88a95 95 0 0 1 42.82 10.5a8 8 0 1 0 7.3-14.23A110.8 110.8 0 0 0 129 40h-1A112.05 112.05 0 0 0 22.35 189.25A16.07 16.07 0 0 0 37.46 200h181.07a16 16 0 0 0 15.11-10.71a112.35 112.35 0 0 0-5.9-88.3Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 152a103.9 103.9 0 0 1-5.9 34.63a8 8 0 0 1-7.57 5.37H37.46a8.05 8.05 0 0 1-7.57-5.41a104 104 0 0 1-5.89-35.4C24.44 94 71.73 47.49 129 48a104 104 0 0 1 103 104" opacity=".2"/><path d="m114.34 154.34l96-96a8 8 0 0 1 11.32 11.32l-96 96a8 8 0 0 1-11.32-11.32M128 88a63.9 63.9 0 0 1 20.44 3.33a8 8 0 1 0 5.11-15.16a80 80 0 0 0-105.06 84.71a8 8 0 0 0 7.94 7.12c.29 0 .59 0 .89-.05a8 8 0 0 0 7.07-8.83A65 65 0 0 1 64 152a64.07 64.07 0 0 1 64-64m99.74 13a8 8 0 0 0-14.24 7.3a96.27 96.27 0 0 1 5 75.71l-181.1-.07A96.24 96.24 0 0 1 128 56h.88a95 95 0 0 1 42.82 10.5a8 8 0 1 0 7.3-14.23A110.8 110.8 0 0 0 129 40h-1A112.05 112.05 0 0 0 22.35 189.25A16.07 16.07 0 0 0 37.46 200h181.07a16 16 0 0 0 15.11-10.71a112.35 112.35 0 0 0-5.9-88.3Z"/></g></svg> </template>
CSS
.icon-speedometer-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20152a103.9%20103.9%200%200%201-5.9%2034.63a8%208%200%200%201-7.57%205.37H37.46a8.05%208.05%200%200%201-7.57-5.41a104%20104%200%200%201-5.89-35.4C24.44%2094%2071.73%2047.49%20129%2048a104%20104%200%200%201%20103%20104%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m114.34%20154.34l96-96a8%208%200%200%201%2011.32%2011.32l-96%2096a8%208%200%200%201-11.32-11.32M128%2088a63.9%2063.9%200%200%201%2020.44%203.33a8%208%200%201%200%205.11-15.16a80%2080%200%200%200-105.06%2084.71a8%208%200%200%200%207.94%207.12c.29%200%20.59%200%20.89-.05a8%208%200%200%200%207.07-8.83A65%2065%200%200%201%2064%20152a64.07%2064.07%200%200%201%2064-64m99.74%2013a8%208%200%200%200-14.24%207.3a96.27%2096.27%200%200%201%205%2075.71l-181.1-.07A96.24%2096.24%200%200%201%20128%2056h.88a95%2095%200%200%201%2042.82%2010.5a8%208%200%201%200%207.3-14.23A110.8%20110.8%200%200%200%20129%2040h-1A112.05%20112.05%200%200%200%2022.35%20189.25A16.07%2016.07%200%200%200%2037.46%20200h181.07a16%2016%200%200%200%2015.11-10.71a112.35%20112.35%200%200%200-5.9-88.3Z%22%2F%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20152a103.9%20103.9%200%200%201-5.9%2034.63a8%208%200%200%201-7.57%205.37H37.46a8.05%208.05%200%200%201-7.57-5.41a104%20104%200%200%201-5.89-35.4C24.44%2094%2071.73%2047.49%20129%2048a104%20104%200%200%201%20103%20104%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m114.34%20154.34l96-96a8%208%200%200%201%2011.32%2011.32l-96%2096a8%208%200%200%201-11.32-11.32M128%2088a63.9%2063.9%200%200%201%2020.44%203.33a8%208%200%201%200%205.11-15.16a80%2080%200%200%200-105.06%2084.71a8%208%200%200%200%207.94%207.12c.29%200%20.59%200%20.89-.05a8%208%200%200%200%207.07-8.83A65%2065%200%200%201%2064%20152a64.07%2064.07%200%200%201%2064-64m99.74%2013a8%208%200%200%200-14.24%207.3a96.27%2096.27%200%200%201%205%2075.71l-181.1-.07A96.24%2096.24%200%200%201%20128%2056h.88a95%2095%200%200%201%2042.82%2010.5a8%208%200%201%200%207.3-14.23A110.8%20110.8%200%200%200%20129%2040h-1A112.05%20112.05%200%200%200%2022.35%20189.25A16.07%2016.07%200%200%200%2037.46%20200h181.07a16%2016%200%200%200%2015.11-10.71a112.35%20112.35%200%200%200-5.9-88.3Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/speedometer-duotone.svg?color=%231a73e8&size=48