speed icon
speed from Material Line Icons by Vjacheslav Trushkin · Line · Automotive · MIT Free for personal and commercial use.
- Name
- speed
- 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 speed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVG5ueHvd5w"><path fill="none" stroke="#fff" stroke-dasharray="56" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 19v0c-0.3 0 -0.59 -0.15 -0.74 -0.41c-0.8 -1.34 -1.26 -2.91 -1.26 -4.59c0 -4.97 4.03 -9 9 -9c4.97 0 9 4.03 9 9c0 1.68 -0.46 3.25 -1.26 4.59c-0.15 0.26 -0.44 0.41 -0.74 0.41Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="56;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 14)"><animate fill="freeze" attributeName="d" begin="0.6s" dur="0.2s" to="M16 14c0 2.21 -1.79 4 -4 4c-2.21 0 -4 -1.79 -4 -4c0 -2.21 4 -14 4 -14c0 0 4 11.79 4 14Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.8s" dur="0.3s" type="rotate" values="-100 12 14;45 12 14"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVG5ueHvd5w)"/><path d="M14 14c0 1.1 -0.9 2 -2 2c-1.1 0 -2 -0.9 -2 -2c0 -1.1 2 -10 2 -10c0 0 2 8.9 2 10Z" opacity="0" transform="rotate(-100 12 14)"><set fill="freeze" attributeName="opacity" begin="0.6s" to="1"/><animate fill="freeze" attributeName="d" begin="0.6s" 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;M14 14c0 1.1 -0.9 2 -2 2c-1.1 0 -2 -0.9 -2 -2c0 -1.1 2 -10 2 -10c0 0 2 8.9 2 10Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.8s" dur="0.3s" type="rotate" values="-100 12 14;45 12 14"/></path></g></svg>
React
import type { SVGProps } from "react";
export function LineMdSpeed(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="SVG5ueHvd5w"><path fill="none" stroke="#fff" strokeDasharray="56" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 19v0c-0.3 0 -0.59 -0.15 -0.74 -0.41c-0.8 -1.34 -1.26 -2.91 -1.26 -4.59c0 -4.97 4.03 -9 9 -9c4.97 0 9 4.03 9 9c0 1.68 -0.46 3.25 -1.26 4.59c-0.15 0.26 -0.44 0.41 -0.74 0.41Z"><animate fill="freeze" attributeName="strokeDashoffset" dur="0.6s" values="56;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 14)"><animate fill="freeze" attributeName="d" begin="0.6s" dur="0.2s" to="M16 14c0 2.21 -1.79 4 -4 4c-2.21 0 -4 -1.79 -4 -4c0 -2.21 4 -14 4 -14c0 0 4 11.79 4 14Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.8s" dur="0.3s" type="rotate" values="-100 12 14;45 12 14"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVG5ueHvd5w)"/><path d="M14 14c0 1.1 -0.9 2 -2 2c-1.1 0 -2 -0.9 -2 -2c0 -1.1 2 -10 2 -10c0 0 2 8.9 2 10Z" opacity="0" transform="rotate(-100 12 14)"><set fill="freeze" attributeName="opacity" begin="0.6s" to="1"/><animate fill="freeze" attributeName="d" begin="0.6s" 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;M14 14c0 1.1 -0.9 2 -2 2c-1.1 0 -2 -0.9 -2 -2c0 -1.1 2 -10 2 -10c0 0 2 8.9 2 10Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.8s" dur="0.3s" type="rotate" values="-100 12 14;45 12 14"/></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="SVG5ueHvd5w"><path fill="none" stroke="#fff" stroke-dasharray="56" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 19v0c-0.3 0 -0.59 -0.15 -0.74 -0.41c-0.8 -1.34 -1.26 -2.91 -1.26 -4.59c0 -4.97 4.03 -9 9 -9c4.97 0 9 4.03 9 9c0 1.68 -0.46 3.25 -1.26 4.59c-0.15 0.26 -0.44 0.41 -0.74 0.41Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="56;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 14)"><animate fill="freeze" attributeName="d" begin="0.6s" dur="0.2s" to="M16 14c0 2.21 -1.79 4 -4 4c-2.21 0 -4 -1.79 -4 -4c0 -2.21 4 -14 4 -14c0 0 4 11.79 4 14Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.8s" dur="0.3s" type="rotate" values="-100 12 14;45 12 14"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVG5ueHvd5w)"/><path d="M14 14c0 1.1 -0.9 2 -2 2c-1.1 0 -2 -0.9 -2 -2c0 -1.1 2 -10 2 -10c0 0 2 8.9 2 10Z" opacity="0" transform="rotate(-100 12 14)"><set fill="freeze" attributeName="opacity" begin="0.6s" to="1"/><animate fill="freeze" attributeName="d" begin="0.6s" 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;M14 14c0 1.1 -0.9 2 -2 2c-1.1 0 -2 -0.9 -2 -2c0 -1.1 2 -10 2 -10c0 0 2 8.9 2 10Z"/><animateTransform fill="freeze" attributeName="transform" begin="0.8s" dur="0.3s" type="rotate" values="-100 12 14;45 12 14"/></path></g></svg> </template>
CSS
.icon-speed {
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%22SVG5ueHvd5w%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%2256%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2019v0c-0.3%200%20-0.59%20-0.15%20-0.74%20-0.41c-0.8%20-1.34%20-1.26%20-2.91%20-1.26%20-4.59c0%20-4.97%204.03%20-9%209%20-9c4.97%200%209%204.03%209%209c0%201.68%20-0.46%203.25%20-1.26%204.59c-0.15%200.26%20-0.44%200.41%20-0.74%200.41Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2256%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%2014)%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%220.6s%22%20dur%3D%220.2s%22%20to%3D%22M16%2014c0%202.21%20-1.79%204%20-4%204c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%204%20-14%204%20-14c0%200%204%2011.79%204%2014Z%22%2F%3E%3CanimateTransform%20fill%3D%22freeze%22%20attributeName%3D%22transform%22%20begin%3D%220.8s%22%20dur%3D%220.3s%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2014%3B45%2012%2014%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(%23SVG5ueHvd5w)%22%2F%3E%3Cpath%20d%3D%22M14%2014c0%201.1%20-0.9%202%20-2%202c-1.1%200%20-2%20-0.9%20-2%20-2c0%20-1.1%202%20-10%202%20-10c0%200%202%208.9%202%2010Z%22%20opacity%3D%220%22%20transform%3D%22rotate(-100%2012%2014)%22%3E%3Cset%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%220.6s%22%20to%3D%221%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%220.6s%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%3BM14%2014c0%201.1%20-0.9%202%20-2%202c-1.1%200%20-2%20-0.9%20-2%20-2c0%20-1.1%202%20-10%202%20-10c0%200%202%208.9%202%2010Z%22%2F%3E%3CanimateTransform%20fill%3D%22freeze%22%20attributeName%3D%22transform%22%20begin%3D%220.8s%22%20dur%3D%220.3s%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2014%3B45%2012%2014%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%22SVG5ueHvd5w%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%2256%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2019v0c-0.3%200%20-0.59%20-0.15%20-0.74%20-0.41c-0.8%20-1.34%20-1.26%20-2.91%20-1.26%20-4.59c0%20-4.97%204.03%20-9%209%20-9c4.97%200%209%204.03%209%209c0%201.68%20-0.46%203.25%20-1.26%204.59c-0.15%200.26%20-0.44%200.41%20-0.74%200.41Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2256%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%2014)%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%220.6s%22%20dur%3D%220.2s%22%20to%3D%22M16%2014c0%202.21%20-1.79%204%20-4%204c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%204%20-14%204%20-14c0%200%204%2011.79%204%2014Z%22%2F%3E%3CanimateTransform%20fill%3D%22freeze%22%20attributeName%3D%22transform%22%20begin%3D%220.8s%22%20dur%3D%220.3s%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2014%3B45%2012%2014%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(%23SVG5ueHvd5w)%22%2F%3E%3Cpath%20d%3D%22M14%2014c0%201.1%20-0.9%202%20-2%202c-1.1%200%20-2%20-0.9%20-2%20-2c0%20-1.1%202%20-10%202%20-10c0%200%202%208.9%202%2010Z%22%20opacity%3D%220%22%20transform%3D%22rotate(-100%2012%2014)%22%3E%3Cset%20fill%3D%22freeze%22%20attributeName%3D%22opacity%22%20begin%3D%220.6s%22%20to%3D%221%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%220.6s%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%3BM14%2014c0%201.1%20-0.9%202%20-2%202c-1.1%200%20-2%20-0.9%20-2%20-2c0%20-1.1%202%20-10%202%20-10c0%200%202%208.9%202%2010Z%22%2F%3E%3CanimateTransform%20fill%3D%22freeze%22%20attributeName%3D%22transform%22%20begin%3D%220.8s%22%20dur%3D%220.3s%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2014%3B45%2012%2014%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/speed.svg?color=%231a73e8&size=48