speedometer icon
speedometer-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- speedometer-thin
- Set
- Phosphor
- Style
- Thin
- 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"><path fill="currentColor" d="m117.17 157.17l96-96a4 4 0 1 1 5.66 5.66l-96 96a4 4 0 0 1-5.66-5.66M128 84a68 68 0 0 1 21.72 3.54a4 4 0 1 0 2.55-7.54A76 76 0 0 0 52 152a79 79 0 0 0 .46 8.44a4 4 0 0 0 4 3.56h.45a4 4 0 0 0 3.54-4.42A68 68 0 0 1 128 84m96.17 18.82a4 4 0 1 0-7.11 3.64a100.34 100.34 0 0 1 5.26 78.84a4 4 0 0 1-3.79 2.7H37.46a4.07 4.07 0 0 1-3.8-2.74A100.05 100.05 0 0 1 173.54 62.94a4 4 0 1 0 3.64-7.12A107 107 0 0 0 129 44h-1A108.06 108.06 0 0 0 26.12 187.92A12.07 12.07 0 0 0 37.46 196h181.07a12 12 0 0 0 11.34-8a108.3 108.3 0 0 0-5.7-85.14Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSpeedometerThin(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="m117.17 157.17l96-96a4 4 0 1 1 5.66 5.66l-96 96a4 4 0 0 1-5.66-5.66M128 84a68 68 0 0 1 21.72 3.54a4 4 0 1 0 2.55-7.54A76 76 0 0 0 52 152a79 79 0 0 0 .46 8.44a4 4 0 0 0 4 3.56h.45a4 4 0 0 0 3.54-4.42A68 68 0 0 1 128 84m96.17 18.82a4 4 0 1 0-7.11 3.64a100.34 100.34 0 0 1 5.26 78.84a4 4 0 0 1-3.79 2.7H37.46a4.07 4.07 0 0 1-3.8-2.74A100.05 100.05 0 0 1 173.54 62.94a4 4 0 1 0 3.64-7.12A107 107 0 0 0 129 44h-1A108.06 108.06 0 0 0 26.12 187.92A12.07 12.07 0 0 0 37.46 196h181.07a12 12 0 0 0 11.34-8a108.3 108.3 0 0 0-5.7-85.14Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m117.17 157.17l96-96a4 4 0 1 1 5.66 5.66l-96 96a4 4 0 0 1-5.66-5.66M128 84a68 68 0 0 1 21.72 3.54a4 4 0 1 0 2.55-7.54A76 76 0 0 0 52 152a79 79 0 0 0 .46 8.44a4 4 0 0 0 4 3.56h.45a4 4 0 0 0 3.54-4.42A68 68 0 0 1 128 84m96.17 18.82a4 4 0 1 0-7.11 3.64a100.34 100.34 0 0 1 5.26 78.84a4 4 0 0 1-3.79 2.7H37.46a4.07 4.07 0 0 1-3.8-2.74A100.05 100.05 0 0 1 173.54 62.94a4 4 0 1 0 3.64-7.12A107 107 0 0 0 129 44h-1A108.06 108.06 0 0 0 26.12 187.92A12.07 12.07 0 0 0 37.46 196h181.07a12 12 0 0 0 11.34-8a108.3 108.3 0 0 0-5.7-85.14Z"/></svg> </template>
CSS
.icon-speedometer-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%22m117.17%20157.17l96-96a4%204%200%201%201%205.66%205.66l-96%2096a4%204%200%200%201-5.66-5.66M128%2084a68%2068%200%200%201%2021.72%203.54a4%204%200%201%200%202.55-7.54A76%2076%200%200%200%2052%20152a79%2079%200%200%200%20.46%208.44a4%204%200%200%200%204%203.56h.45a4%204%200%200%200%203.54-4.42A68%2068%200%200%201%20128%2084m96.17%2018.82a4%204%200%201%200-7.11%203.64a100.34%20100.34%200%200%201%205.26%2078.84a4%204%200%200%201-3.79%202.7H37.46a4.07%204.07%200%200%201-3.8-2.74A100.05%20100.05%200%200%201%20173.54%2062.94a4%204%200%201%200%203.64-7.12A107%20107%200%200%200%20129%2044h-1A108.06%20108.06%200%200%200%2026.12%20187.92A12.07%2012.07%200%200%200%2037.46%20196h181.07a12%2012%200%200%200%2011.34-8a108.3%20108.3%200%200%200-5.7-85.14Z%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%22m117.17%20157.17l96-96a4%204%200%201%201%205.66%205.66l-96%2096a4%204%200%200%201-5.66-5.66M128%2084a68%2068%200%200%201%2021.72%203.54a4%204%200%201%200%202.55-7.54A76%2076%200%200%200%2052%20152a79%2079%200%200%200%20.46%208.44a4%204%200%200%200%204%203.56h.45a4%204%200%200%200%203.54-4.42A68%2068%200%200%201%20128%2084m96.17%2018.82a4%204%200%201%200-7.11%203.64a100.34%20100.34%200%200%201%205.26%2078.84a4%204%200%200%201-3.79%202.7H37.46a4.07%204.07%200%200%201-3.8-2.74A100.05%20100.05%200%200%201%20173.54%2062.94a4%204%200%201%200%203.64-7.12A107%20107%200%200%200%20129%2044h-1A108.06%20108.06%200%200%200%2026.12%20187.92A12.07%2012.07%200%200%200%2037.46%20196h181.07a12%2012%200%200%200%2011.34-8a108.3%20108.3%200%200%200-5.7-85.14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/speedometer-thin.svg?color=%231a73e8&size=48