speedometer3 icon
speedometer3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- speedometer3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the speedometer3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.14 20.25c-.19 0-.38-.07-.53-.21c-.3-.29-.3-.76-.01-1.06a9.2 9.2 0 0 0 2.65-6.48c0-5.1-4.15-9.25-9.25-9.25S2.75 7.4 2.75 12.5c0 2.43.93 4.72 2.63 6.46c.29.3.28.77-.01 1.06c-.3.29-.77.28-1.06-.01a10.7 10.7 0 0 1-3.06-7.51C1.25 6.57 6.07 1.75 12 1.75S22.75 6.57 22.75 12.5c0 2.83-1.09 5.51-3.08 7.53c-.14.15-.34.22-.53.22"/><path d="M12 21.998a3.88 3.88 0 1 0 0-7.76a3.88 3.88 0 0 0 0 7.76M16 8.5c-1.1 0-2 .9-2 2v.75c0 .69.56 1.25 1.25 1.25H16c1.1 0 2-.9 2-2s-.9-2-2-2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSpeedometer3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.14 20.25c-.19 0-.38-.07-.53-.21c-.3-.29-.3-.76-.01-1.06a9.2 9.2 0 0 0 2.65-6.48c0-5.1-4.15-9.25-9.25-9.25S2.75 7.4 2.75 12.5c0 2.43.93 4.72 2.63 6.46c.29.3.28.77-.01 1.06c-.3.29-.77.28-1.06-.01a10.7 10.7 0 0 1-3.06-7.51C1.25 6.57 6.07 1.75 12 1.75S22.75 6.57 22.75 12.5c0 2.83-1.09 5.51-3.08 7.53c-.14.15-.34.22-.53.22"/><path d="M12 21.998a3.88 3.88 0 1 0 0-7.76a3.88 3.88 0 0 0 0 7.76M16 8.5c-1.1 0-2 .9-2 2v.75c0 .69.56 1.25 1.25 1.25H16c1.1 0 2-.9 2-2s-.9-2-2-2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.14 20.25c-.19 0-.38-.07-.53-.21c-.3-.29-.3-.76-.01-1.06a9.2 9.2 0 0 0 2.65-6.48c0-5.1-4.15-9.25-9.25-9.25S2.75 7.4 2.75 12.5c0 2.43.93 4.72 2.63 6.46c.29.3.28.77-.01 1.06c-.3.29-.77.28-1.06-.01a10.7 10.7 0 0 1-3.06-7.51C1.25 6.57 6.07 1.75 12 1.75S22.75 6.57 22.75 12.5c0 2.83-1.09 5.51-3.08 7.53c-.14.15-.34.22-.53.22"/><path d="M12 21.998a3.88 3.88 0 1 0 0-7.76a3.88 3.88 0 0 0 0 7.76M16 8.5c-1.1 0-2 .9-2 2v.75c0 .69.56 1.25 1.25 1.25H16c1.1 0 2-.9 2-2s-.9-2-2-2"/></g></svg> </template>
CSS
.icon-speedometer3-filled {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.14%2020.25c-.19%200-.38-.07-.53-.21c-.3-.29-.3-.76-.01-1.06a9.2%209.2%200%200%200%202.65-6.48c0-5.1-4.15-9.25-9.25-9.25S2.75%207.4%202.75%2012.5c0%202.43.93%204.72%202.63%206.46c.29.3.28.77-.01%201.06c-.3.29-.77.28-1.06-.01a10.7%2010.7%200%200%201-3.06-7.51C1.25%206.57%206.07%201.75%2012%201.75S22.75%206.57%2022.75%2012.5c0%202.83-1.09%205.51-3.08%207.53c-.14.15-.34.22-.53.22%22%2F%3E%3Cpath%20d%3D%22M12%2021.998a3.88%203.88%200%201%200%200-7.76a3.88%203.88%200%200%200%200%207.76M16%208.5c-1.1%200-2%20.9-2%202v.75c0%20.69.56%201.25%201.25%201.25H16c1.1%200%202-.9%202-2s-.9-2-2-2%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.14%2020.25c-.19%200-.38-.07-.53-.21c-.3-.29-.3-.76-.01-1.06a9.2%209.2%200%200%200%202.65-6.48c0-5.1-4.15-9.25-9.25-9.25S2.75%207.4%202.75%2012.5c0%202.43.93%204.72%202.63%206.46c.29.3.28.77-.01%201.06c-.3.29-.77.28-1.06-.01a10.7%2010.7%200%200%201-3.06-7.51C1.25%206.57%206.07%201.75%2012%201.75S22.75%206.57%2022.75%2012.5c0%202.83-1.09%205.51-3.08%207.53c-.14.15-.34.22-.53.22%22%2F%3E%3Cpath%20d%3D%22M12%2021.998a3.88%203.88%200%201%200%200-7.76a3.88%203.88%200%200%200%200%207.76M16%208.5c-1.1%200-2%20.9-2%202v.75c0%20.69.56%201.25%201.25%201.25H16c1.1%200%202-.9%202-2s-.9-2-2-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/speedometer3-filled.svg?color=%231a73e8&size=48