speed twotone loop icon

speed-twotone-loop from Material Line Icons by Vjacheslav Trushkin · Line · Automotive · MIT Free for personal and commercial use.

Name
speed-twotone-loop
Set
Material Line Icons
Style
Line
Category
Automotive
Viewbox
24×24
License
MIT

More automotive icons from Material Line Icons

Use the speed twotone loop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGxu7cudPR"><path fill="#fff" fill-opacity="0" 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"/><animate fill="freeze" attributeName="fill-opacity" begin="0.8s" dur="0.15s" to=".3"/></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 attributeName="transform" begin="0.8s" dur="6s" keyTimes="0;0.08;0.2;0.28;0.36;0.44;0.52;0.6;0.68;0.76;0.84;0.92;1" repeatCount="indefinite" type="rotate" values="-100 12 14;45 12 14;45 12 14;20 12 14;10 12 14;0 12 14;35 12 14;45 12 14;55 12 14;50 12 14;15 12 14;-20 12 14;-100 12 14"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGxu7cudPR)"/><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 attributeName="transform" begin="0.8s" dur="6s" keyTimes="0;0.08;0.2;0.28;0.36;0.44;0.52;0.6;0.68;0.76;0.84;0.92;1" repeatCount="indefinite" type="rotate" values="-100 12 14;45 12 14;45 12 14;20 12 14;10 12 14;0 12 14;35 12 14;45 12 14;55 12 14;50 12 14;15 12 14;-20 12 14;-100 12 14"/></path></g></svg>

React

import type { SVGProps } from "react";

export function LineMdSpeedTwotoneLoop(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="SVGxu7cudPR"><path fill="#fff" fillOpacity="0" 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"/><animate fill="freeze" attributeName="fillOpacity" begin="0.8s" dur="0.15s" to=".3"/></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 attributeName="transform" begin="0.8s" dur="6s" keyTimes="0;0.08;0.2;0.28;0.36;0.44;0.52;0.6;0.68;0.76;0.84;0.92;1" repeatCount="indefinite" type="rotate" values="-100 12 14;45 12 14;45 12 14;20 12 14;10 12 14;0 12 14;35 12 14;45 12 14;55 12 14;50 12 14;15 12 14;-20 12 14;-100 12 14"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGxu7cudPR)"/><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 attributeName="transform" begin="0.8s" dur="6s" keyTimes="0;0.08;0.2;0.28;0.36;0.44;0.52;0.6;0.68;0.76;0.84;0.92;1" repeatCount="indefinite" type="rotate" values="-100 12 14;45 12 14;45 12 14;20 12 14;10 12 14;0 12 14;35 12 14;45 12 14;55 12 14;50 12 14;15 12 14;-20 12 14;-100 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="SVGxu7cudPR"><path fill="#fff" fill-opacity="0" 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"/><animate fill="freeze" attributeName="fill-opacity" begin="0.8s" dur="0.15s" to=".3"/></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 attributeName="transform" begin="0.8s" dur="6s" keyTimes="0;0.08;0.2;0.28;0.36;0.44;0.52;0.6;0.68;0.76;0.84;0.92;1" repeatCount="indefinite" type="rotate" values="-100 12 14;45 12 14;45 12 14;20 12 14;10 12 14;0 12 14;35 12 14;45 12 14;55 12 14;50 12 14;15 12 14;-20 12 14;-100 12 14"/></path></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGxu7cudPR)"/><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 attributeName="transform" begin="0.8s" dur="6s" keyTimes="0;0.08;0.2;0.28;0.36;0.44;0.52;0.6;0.68;0.76;0.84;0.92;1" repeatCount="indefinite" type="rotate" values="-100 12 14;45 12 14;45 12 14;20 12 14;10 12 14;0 12 14;35 12 14;45 12 14;55 12 14;50 12 14;15 12 14;-20 12 14;-100 12 14"/></path></g></svg>
</template>

CSS

.icon-speed-twotone-loop {
  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%22SVGxu7cudPR%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%220%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%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.8s%22%20dur%3D%220.15s%22%20to%3D%22.3%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%20attributeName%3D%22transform%22%20begin%3D%220.8s%22%20dur%3D%226s%22%20keyTimes%3D%220%3B0.08%3B0.2%3B0.28%3B0.36%3B0.44%3B0.52%3B0.6%3B0.68%3B0.76%3B0.84%3B0.92%3B1%22%20repeatCount%3D%22indefinite%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2014%3B45%2012%2014%3B45%2012%2014%3B20%2012%2014%3B10%2012%2014%3B0%2012%2014%3B35%2012%2014%3B45%2012%2014%3B55%2012%2014%3B50%2012%2014%3B15%2012%2014%3B-20%2012%2014%3B-100%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(%23SVGxu7cudPR)%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%20attributeName%3D%22transform%22%20begin%3D%220.8s%22%20dur%3D%226s%22%20keyTimes%3D%220%3B0.08%3B0.2%3B0.28%3B0.36%3B0.44%3B0.52%3B0.6%3B0.68%3B0.76%3B0.84%3B0.92%3B1%22%20repeatCount%3D%22indefinite%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2014%3B45%2012%2014%3B45%2012%2014%3B20%2012%2014%3B10%2012%2014%3B0%2012%2014%3B35%2012%2014%3B45%2012%2014%3B55%2012%2014%3B50%2012%2014%3B15%2012%2014%3B-20%2012%2014%3B-100%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%22SVGxu7cudPR%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%220%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%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.8s%22%20dur%3D%220.15s%22%20to%3D%22.3%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%20attributeName%3D%22transform%22%20begin%3D%220.8s%22%20dur%3D%226s%22%20keyTimes%3D%220%3B0.08%3B0.2%3B0.28%3B0.36%3B0.44%3B0.52%3B0.6%3B0.68%3B0.76%3B0.84%3B0.92%3B1%22%20repeatCount%3D%22indefinite%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2014%3B45%2012%2014%3B45%2012%2014%3B20%2012%2014%3B10%2012%2014%3B0%2012%2014%3B35%2012%2014%3B45%2012%2014%3B55%2012%2014%3B50%2012%2014%3B15%2012%2014%3B-20%2012%2014%3B-100%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(%23SVGxu7cudPR)%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%20attributeName%3D%22transform%22%20begin%3D%220.8s%22%20dur%3D%226s%22%20keyTimes%3D%220%3B0.08%3B0.2%3B0.28%3B0.36%3B0.44%3B0.52%3B0.6%3B0.68%3B0.76%3B0.84%3B0.92%3B1%22%20repeatCount%3D%22indefinite%22%20type%3D%22rotate%22%20values%3D%22-100%2012%2014%3B45%2012%2014%3B45%2012%2014%3B20%2012%2014%3B10%2012%2014%3B0%2012%2014%3B35%2012%2014%3B45%2012%2014%3B55%2012%2014%3B50%2012%2014%3B15%2012%2014%3B-20%2012%2014%3B-100%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-twotone-loop.svg?color=%231a73e8&size=48