speedometer icon
speedometer from Material Line Icons by Vjacheslav Trushkin · Line · Automotive · MIT Free for personal and commercial use.
- Name
- speedometer
- Set
- Material Line Icons
- Style
- Line
- Category
- Automotive
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More automotive icons from Material Line Icons
brakebrake-absbrake-abs-filledbrake-abs-twotonebrake-alertbrake-alert-filledbrake-alert-twotonebrake-filledbrake-holdbrake-hold-filledbrake-hold-twotonebrake-parkingbrake-parking-filledbrake-parking-twotonebrake-twotonecar-lightcar-light-alertcar-light-alert-filledcar-light-alert-offcar-light-alert-off-filledcar-light-alert-off-twotonecar-light-alert-twotonecar-light-dimmedcar-light-dimmed-filled
Use the speedometer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGWYspacAb"><path fill="none" stroke="#fff" stroke-dasharray="46" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.64 19.36c-3.52 -3.51 -3.52 -9.21 0 -12.72c3.51 -3.52 9.21 -3.52 12.72 -0c3.52 3.51 3.52 9.21 0 12.72"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.5s" values="46;0"/></path><path d="M12 14c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0Z" transform="rotate(-100 12 13)"><animate fill="freeze" attributeName="d" begin="0.5s" dur="0.2s" to="M17 13c0 2.76 -2.24 5 -5 5c-2.76 0 -5 -2.24 -5 -5c0 -2.76 5 -15 5 -15c0 0 5 12.24 5 15Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.7s" dur="0.3s" type="rotate" values="-100 12 13;65 12 13"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGWYspacAb)"/><path d="M15 13c0 1.66 -1.34 3 -3 3c-1.66 0 -3 -1.34 -3 -3c0 -1.66 3 -11 3 -11c0 0 3 9.34 3 11Z" opacity="0" transform="rotate(-100 12 13)"><set fill="freeze" attributeName="opacity" begin="0.5s" to="1"/><animate fill="freeze" attributeName="d" begin="0.5s" dur="0.2s" values="M12 14c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0Z;M15 13c0 1.66 -1.34 3 -3 3c-1.66 0 -3 -1.34 -3 -3c0 -1.66 3 -11 3 -11c0 0 3 9.34 3 11Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.7s" dur="0.3s" type="rotate" values="-100 12 13;65 12 13"/></path></g></svg>
React
import type { SVGProps } from "react";
export function LineMdSpeedometer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGWYspacAb"><path fill="none" stroke="#fff" strokeDasharray="46" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5.64 19.36c-3.52 -3.51 -3.52 -9.21 0 -12.72c3.51 -3.52 9.21 -3.52 12.72 -0c3.52 3.51 3.52 9.21 0 12.72"><animate fill="freeze" attributeName="strokeDashoffset" dur="0.5s" values="46;0"/></path><path d="M12 14c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0Z" transform="rotate(-100 12 13)"><animate fill="freeze" attributeName="d" begin="0.5s" dur="0.2s" to="M17 13c0 2.76 -2.24 5 -5 5c-2.76 0 -5 -2.24 -5 -5c0 -2.76 5 -15 5 -15c0 0 5 12.24 5 15Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.7s" dur="0.3s" type="rotate" values="-100 12 13;65 12 13"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGWYspacAb)"/><path d="M15 13c0 1.66 -1.34 3 -3 3c-1.66 0 -3 -1.34 -3 -3c0 -1.66 3 -11 3 -11c0 0 3 9.34 3 11Z" opacity="0" transform="rotate(-100 12 13)"><set fill="freeze" attributeName="opacity" begin="0.5s" to="1"/><animate fill="freeze" attributeName="d" begin="0.5s" dur="0.2s" values="M12 14c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0Z;M15 13c0 1.66 -1.34 3 -3 3c-1.66 0 -3 -1.34 -3 -3c0 -1.66 3 -11 3 -11c0 0 3 9.34 3 11Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.7s" dur="0.3s" type="rotate" values="-100 12 13;65 12 13"/></path></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGWYspacAb"><path fill="none" stroke="#fff" stroke-dasharray="46" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.64 19.36c-3.52 -3.51 -3.52 -9.21 0 -12.72c3.51 -3.52 9.21 -3.52 12.72 -0c3.52 3.51 3.52 9.21 0 12.72"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.5s" values="46;0"/></path><path d="M12 14c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0Z" transform="rotate(-100 12 13)"><animate fill="freeze" attributeName="d" begin="0.5s" dur="0.2s" to="M17 13c0 2.76 -2.24 5 -5 5c-2.76 0 -5 -2.24 -5 -5c0 -2.76 5 -15 5 -15c0 0 5 12.24 5 15Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.7s" dur="0.3s" type="rotate" values="-100 12 13;65 12 13"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGWYspacAb)"/><path d="M15 13c0 1.66 -1.34 3 -3 3c-1.66 0 -3 -1.34 -3 -3c0 -1.66 3 -11 3 -11c0 0 3 9.34 3 11Z" opacity="0" transform="rotate(-100 12 13)"><set fill="freeze" attributeName="opacity" begin="0.5s" to="1"/><animate fill="freeze" attributeName="d" begin="0.5s" dur="0.2s" values="M12 14c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0Z;M15 13c0 1.66 -1.34 3 -3 3c-1.66 0 -3 -1.34 -3 -3c0 -1.66 3 -11 3 -11c0 0 3 9.34 3 11Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.7s" dur="0.3s" type="rotate" values="-100 12 13;65 12 13"/></path></g></svg> </template>
CSS
.icon-speedometer {
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%3Cdefs%3E%3Cmask%20id%3D%22SVGWYspacAb%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%2246%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5.64%2019.36c-3.52%20-3.51%20-3.52%20-9.21%200%20-12.72c3.51%20-3.52%209.21%20-3.52%2012.72%20-0c3.52%203.51%203.52%209.21%200%2012.72%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.5s%22%20values%3D%2246%3B0%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%2014c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200Z%22%20transform%3D%22rotate(-100%2012%2013)%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%220.5s%22%20dur%3D%220.2s%22%20to%3D%22M17%2013c0%202.76%20-2.24%205%20-5%205c-2.76%200%20-5%20-2.24%20-5%20-5c0%20-2.76%205%20-15%205%20-15c0%200%205%2012.24%205%2015Z%22%2F%3E%3CanimateTransform%20fill%3D%22freeze%22%20attributeName%3D%22transform%22%20begin%3D%220.7s%22%20dur%3D%220.3s%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2013%3B65%2012%2013%22%2F%3E%3C%2Fpath%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGWYspacAb)%22%2F%3E%3Cpath%20d%3D%22M15%2013c0%201.66%20-1.34%203%20-3%203c-1.66%200%20-3%20-1.34%20-3%20-3c0%20-1.66%203%20-11%203%20-11c0%200%203%209.34%203%2011Z%22%20opacity%3D%220%22%20transform%3D%22rotate(-100%2012%2013)%22%3E%3Cset%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%220.5s%22%20to%3D%221%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%220.5s%22%20dur%3D%220.2s%22%20values%3D%22M12%2014c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200Z%3BM15%2013c0%201.66%20-1.34%203%20-3%203c-1.66%200%20-3%20-1.34%20-3%20-3c0%20-1.66%203%20-11%203%20-11c0%200%203%209.34%203%2011Z%22%2F%3E%3CanimateTransform%20fill%3D%22freeze%22%20attributeName%3D%22transform%22%20begin%3D%220.7s%22%20dur%3D%220.3s%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2013%3B65%2012%2013%22%2F%3E%3C%2Fpath%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%3Cdefs%3E%3Cmask%20id%3D%22SVGWYspacAb%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%2246%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5.64%2019.36c-3.52%20-3.51%20-3.52%20-9.21%200%20-12.72c3.51%20-3.52%209.21%20-3.52%2012.72%20-0c3.52%203.51%203.52%209.21%200%2012.72%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.5s%22%20values%3D%2246%3B0%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%2014c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200Z%22%20transform%3D%22rotate(-100%2012%2013)%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%220.5s%22%20dur%3D%220.2s%22%20to%3D%22M17%2013c0%202.76%20-2.24%205%20-5%205c-2.76%200%20-5%20-2.24%20-5%20-5c0%20-2.76%205%20-15%205%20-15c0%200%205%2012.24%205%2015Z%22%2F%3E%3CanimateTransform%20fill%3D%22freeze%22%20attributeName%3D%22transform%22%20begin%3D%220.7s%22%20dur%3D%220.3s%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2013%3B65%2012%2013%22%2F%3E%3C%2Fpath%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGWYspacAb)%22%2F%3E%3Cpath%20d%3D%22M15%2013c0%201.66%20-1.34%203%20-3%203c-1.66%200%20-3%20-1.34%20-3%20-3c0%20-1.66%203%20-11%203%20-11c0%200%203%209.34%203%2011Z%22%20opacity%3D%220%22%20transform%3D%22rotate(-100%2012%2013)%22%3E%3Cset%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%220.5s%22%20to%3D%221%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%220.5s%22%20dur%3D%220.2s%22%20values%3D%22M12%2014c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200Z%3BM15%2013c0%201.66%20-1.34%203%20-3%203c-1.66%200%20-3%20-1.34%20-3%20-3c0%20-1.66%203%20-11%203%20-11c0%200%203%209.34%203%2011Z%22%2F%3E%3CanimateTransform%20fill%3D%22freeze%22%20attributeName%3D%22transform%22%20begin%3D%220.7s%22%20dur%3D%220.3s%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2013%3B65%2012%2013%22%2F%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/line-md/speedometer.svg?color=%231a73e8&size=48