speedometer icon
speedometer-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- speedometer-bold
- Set
- Phosphor
- Style
- Bold
- 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="m119.51 143.51l88-88a12 12 0 1 1 17 17l-88 88a12 12 0 1 1-17-17m14.23-43.2a12 12 0 1 0 2.62-23.85A75 75 0 0 0 128 76a76.08 76.08 0 0 0-76 76a12 12 0 0 0 24 0a52.06 52.06 0 0 1 52-52a55 55 0 0 1 5.74.31m101.54 7.5a12 12 0 0 0-22.19 9.19a92.47 92.47 0 0 1 2.58 63H40.34A92.23 92.23 0 0 1 128 60h.84a91.4 91.4 0 0 1 34.2 6.91a12 12 0 0 0 9.14-22.19A116.07 116.07 0 0 0 18.57 190.58A20.09 20.09 0 0 0 37.46 204h181.07a20.06 20.06 0 0 0 18.88-13.38a116.4 116.4 0 0 0-2.13-82.81"/></svg>
React
import type { SVGProps } from "react";
export function PhSpeedometerBold(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="m119.51 143.51l88-88a12 12 0 1 1 17 17l-88 88a12 12 0 1 1-17-17m14.23-43.2a12 12 0 1 0 2.62-23.85A75 75 0 0 0 128 76a76.08 76.08 0 0 0-76 76a12 12 0 0 0 24 0a52.06 52.06 0 0 1 52-52a55 55 0 0 1 5.74.31m101.54 7.5a12 12 0 0 0-22.19 9.19a92.47 92.47 0 0 1 2.58 63H40.34A92.23 92.23 0 0 1 128 60h.84a91.4 91.4 0 0 1 34.2 6.91a12 12 0 0 0 9.14-22.19A116.07 116.07 0 0 0 18.57 190.58A20.09 20.09 0 0 0 37.46 204h181.07a20.06 20.06 0 0 0 18.88-13.38a116.4 116.4 0 0 0-2.13-82.81"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m119.51 143.51l88-88a12 12 0 1 1 17 17l-88 88a12 12 0 1 1-17-17m14.23-43.2a12 12 0 1 0 2.62-23.85A75 75 0 0 0 128 76a76.08 76.08 0 0 0-76 76a12 12 0 0 0 24 0a52.06 52.06 0 0 1 52-52a55 55 0 0 1 5.74.31m101.54 7.5a12 12 0 0 0-22.19 9.19a92.47 92.47 0 0 1 2.58 63H40.34A92.23 92.23 0 0 1 128 60h.84a91.4 91.4 0 0 1 34.2 6.91a12 12 0 0 0 9.14-22.19A116.07 116.07 0 0 0 18.57 190.58A20.09 20.09 0 0 0 37.46 204h181.07a20.06 20.06 0 0 0 18.88-13.38a116.4 116.4 0 0 0-2.13-82.81"/></svg> </template>
CSS
.icon-speedometer-bold {
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%22m119.51%20143.51l88-88a12%2012%200%201%201%2017%2017l-88%2088a12%2012%200%201%201-17-17m14.23-43.2a12%2012%200%201%200%202.62-23.85A75%2075%200%200%200%20128%2076a76.08%2076.08%200%200%200-76%2076a12%2012%200%200%200%2024%200a52.06%2052.06%200%200%201%2052-52a55%2055%200%200%201%205.74.31m101.54%207.5a12%2012%200%200%200-22.19%209.19a92.47%2092.47%200%200%201%202.58%2063H40.34A92.23%2092.23%200%200%201%20128%2060h.84a91.4%2091.4%200%200%201%2034.2%206.91a12%2012%200%200%200%209.14-22.19A116.07%20116.07%200%200%200%2018.57%20190.58A20.09%2020.09%200%200%200%2037.46%20204h181.07a20.06%2020.06%200%200%200%2018.88-13.38a116.4%20116.4%200%200%200-2.13-82.81%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%22m119.51%20143.51l88-88a12%2012%200%201%201%2017%2017l-88%2088a12%2012%200%201%201-17-17m14.23-43.2a12%2012%200%201%200%202.62-23.85A75%2075%200%200%200%20128%2076a76.08%2076.08%200%200%200-76%2076a12%2012%200%200%200%2024%200a52.06%2052.06%200%200%201%2052-52a55%2055%200%200%201%205.74.31m101.54%207.5a12%2012%200%200%200-22.19%209.19a92.47%2092.47%200%200%201%202.58%2063H40.34A92.23%2092.23%200%200%201%20128%2060h.84a91.4%2091.4%200%200%201%2034.2%206.91a12%2012%200%200%200%209.14-22.19A116.07%20116.07%200%200%200%2018.57%20190.58A20.09%2020.09%200%200%200%2037.46%20204h181.07a20.06%2020.06%200%200%200%2018.88-13.38a116.4%20116.4%200%200%200-2.13-82.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/speedometer-bold.svg?color=%231a73e8&size=48