speedometer icon
speedometer-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- speedometer-fill
- Set
- Phosphor
- Style
- Fill
- 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="M221.87 90.86a4 4 0 0 0-6.17-.62l-75.42 75.42A8 8 0 0 1 129 154.35l92.7-92.69a8 8 0 0 0-11.32-11.32L197 63.73A112.05 112.05 0 0 0 22.34 189.25A16.09 16.09 0 0 0 37.46 200h181.07a16 16 0 0 0 15.11-10.71a112.28 112.28 0 0 0-11.77-98.43M57.44 166.41a8 8 0 0 1-6.25 9.43a8 8 0 0 1-1.6.16a8 8 0 0 1-7.83-6.41A88.06 88.06 0 0 1 143.59 65.38a8 8 0 0 1-2.82 15.75a72.07 72.07 0 0 0-83.33 85.28"/></svg>
React
import type { SVGProps } from "react";
export function PhSpeedometerFill(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="M221.87 90.86a4 4 0 0 0-6.17-.62l-75.42 75.42A8 8 0 0 1 129 154.35l92.7-92.69a8 8 0 0 0-11.32-11.32L197 63.73A112.05 112.05 0 0 0 22.34 189.25A16.09 16.09 0 0 0 37.46 200h181.07a16 16 0 0 0 15.11-10.71a112.28 112.28 0 0 0-11.77-98.43M57.44 166.41a8 8 0 0 1-6.25 9.43a8 8 0 0 1-1.6.16a8 8 0 0 1-7.83-6.41A88.06 88.06 0 0 1 143.59 65.38a8 8 0 0 1-2.82 15.75a72.07 72.07 0 0 0-83.33 85.28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M221.87 90.86a4 4 0 0 0-6.17-.62l-75.42 75.42A8 8 0 0 1 129 154.35l92.7-92.69a8 8 0 0 0-11.32-11.32L197 63.73A112.05 112.05 0 0 0 22.34 189.25A16.09 16.09 0 0 0 37.46 200h181.07a16 16 0 0 0 15.11-10.71a112.28 112.28 0 0 0-11.77-98.43M57.44 166.41a8 8 0 0 1-6.25 9.43a8 8 0 0 1-1.6.16a8 8 0 0 1-7.83-6.41A88.06 88.06 0 0 1 143.59 65.38a8 8 0 0 1-2.82 15.75a72.07 72.07 0 0 0-83.33 85.28"/></svg> </template>
CSS
.icon-speedometer-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%22M221.87%2090.86a4%204%200%200%200-6.17-.62l-75.42%2075.42A8%208%200%200%201%20129%20154.35l92.7-92.69a8%208%200%200%200-11.32-11.32L197%2063.73A112.05%20112.05%200%200%200%2022.34%20189.25A16.09%2016.09%200%200%200%2037.46%20200h181.07a16%2016%200%200%200%2015.11-10.71a112.28%20112.28%200%200%200-11.77-98.43M57.44%20166.41a8%208%200%200%201-6.25%209.43a8%208%200%200%201-1.6.16a8%208%200%200%201-7.83-6.41A88.06%2088.06%200%200%201%20143.59%2065.38a8%208%200%200%201-2.82%2015.75a72.07%2072.07%200%200%200-83.33%2085.28%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%22M221.87%2090.86a4%204%200%200%200-6.17-.62l-75.42%2075.42A8%208%200%200%201%20129%20154.35l92.7-92.69a8%208%200%200%200-11.32-11.32L197%2063.73A112.05%20112.05%200%200%200%2022.34%20189.25A16.09%2016.09%200%200%200%2037.46%20200h181.07a16%2016%200%200%200%2015.11-10.71a112.28%20112.28%200%200%200-11.77-98.43M57.44%20166.41a8%208%200%200%201-6.25%209.43a8%208%200%200%201-1.6.16a8%208%200%200%201-7.83-6.41A88.06%2088.06%200%200%201%20143.59%2065.38a8%208%200%200%201-2.82%2015.75a72.07%2072.07%200%200%200-83.33%2085.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/speedometer-fill.svg?color=%231a73e8&size=48