speed max icon
speed-max from Reicon by REICON · Outline · Parts · MIT Free for personal and commercial use.
- Name
- speed-max
- Set
- Reicon
- Style
- Outline
- Category
- Parts
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More parts icons from Reicon
Use the speed max icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.78 11.25H4a.75.75 0 0 1 0 1.5H2.78a9.2 9.2 0 0 0 2.17 5.239l1.02-1.02a.75.75 0 0 1 1.06 1.061l-1.019 1.02A9.2 9.2 0 0 0 12 21.25a9.2 9.2 0 0 0 5.989-2.2l-1.02-1.02a.75.75 0 1 1 1.061-1.06l1.02 1.019a9.2 9.2 0 0 0 2.17-5.239H20a.75.75 0 0 1 0-1.5h1.22a9.2 9.2 0 0 0-2.17-5.239l-1.02 1.02a.75.75 0 1 1-1.06-1.061l1.019-1.02a9.2 9.2 0 0 0-5.239-2.17V4a.75.75 0 0 1-1.5 0V2.78a9.2 9.2 0 0 0-5.239 2.17l1.02 1.02A.75.75 0 0 1 5.97 7.03L4.95 6.011a9.2 9.2 0 0 0-2.17 5.239M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m12.584-1.348a2.25 2.25 0 0 0-3.182 3.182c.115.115.345.258.718.404c.359.14.793.262 1.259.365c.76.167 1.22.265 1.565.27c.281.006.395-.051.512-.167s.173-.231.168-.512c-.006-.345-.104-.805-.271-1.565a8.6 8.6 0 0 0-.365-1.26c-.146-.372-.29-.602-.404-.717M9.59 9.59a3.75 3.75 0 0 1 5.303 0c.33.33.566.785.74 1.23c.18.46.322.976.434 1.485l.014.066c.148.672.283 1.283.292 1.796c.01.593-.143 1.134-.608 1.598s-1.005.618-1.598.608c-.513-.01-1.123-.144-1.796-.292l-.066-.014a10 10 0 0 1-1.484-.434c-.446-.174-.9-.41-1.231-.74a3.75 3.75 0 0 1 0-5.303" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSpeedMax(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2.78 11.25H4a.75.75 0 0 1 0 1.5H2.78a9.2 9.2 0 0 0 2.17 5.239l1.02-1.02a.75.75 0 0 1 1.06 1.061l-1.019 1.02A9.2 9.2 0 0 0 12 21.25a9.2 9.2 0 0 0 5.989-2.2l-1.02-1.02a.75.75 0 1 1 1.061-1.06l1.02 1.019a9.2 9.2 0 0 0 2.17-5.239H20a.75.75 0 0 1 0-1.5h1.22a9.2 9.2 0 0 0-2.17-5.239l-1.02 1.02a.75.75 0 1 1-1.06-1.061l1.019-1.02a9.2 9.2 0 0 0-5.239-2.17V4a.75.75 0 0 1-1.5 0V2.78a9.2 9.2 0 0 0-5.239 2.17l1.02 1.02A.75.75 0 0 1 5.97 7.03L4.95 6.011a9.2 9.2 0 0 0-2.17 5.239M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m12.584-1.348a2.25 2.25 0 0 0-3.182 3.182c.115.115.345.258.718.404c.359.14.793.262 1.259.365c.76.167 1.22.265 1.565.27c.281.006.395-.051.512-.167s.173-.231.168-.512c-.006-.345-.104-.805-.271-1.565a8.6 8.6 0 0 0-.365-1.26c-.146-.372-.29-.602-.404-.717M9.59 9.59a3.75 3.75 0 0 1 5.303 0c.33.33.566.785.74 1.23c.18.46.322.976.434 1.485l.014.066c.148.672.283 1.283.292 1.796c.01.593-.143 1.134-.608 1.598s-1.005.618-1.598.608c-.513-.01-1.123-.144-1.796-.292l-.066-.014a10 10 0 0 1-1.484-.434c-.446-.174-.9-.41-1.231-.74a3.75 3.75 0 0 1 0-5.303" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.78 11.25H4a.75.75 0 0 1 0 1.5H2.78a9.2 9.2 0 0 0 2.17 5.239l1.02-1.02a.75.75 0 0 1 1.06 1.061l-1.019 1.02A9.2 9.2 0 0 0 12 21.25a9.2 9.2 0 0 0 5.989-2.2l-1.02-1.02a.75.75 0 1 1 1.061-1.06l1.02 1.019a9.2 9.2 0 0 0 2.17-5.239H20a.75.75 0 0 1 0-1.5h1.22a9.2 9.2 0 0 0-2.17-5.239l-1.02 1.02a.75.75 0 1 1-1.06-1.061l1.019-1.02a9.2 9.2 0 0 0-5.239-2.17V4a.75.75 0 0 1-1.5 0V2.78a9.2 9.2 0 0 0-5.239 2.17l1.02 1.02A.75.75 0 0 1 5.97 7.03L4.95 6.011a9.2 9.2 0 0 0-2.17 5.239M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m12.584-1.348a2.25 2.25 0 0 0-3.182 3.182c.115.115.345.258.718.404c.359.14.793.262 1.259.365c.76.167 1.22.265 1.565.27c.281.006.395-.051.512-.167s.173-.231.168-.512c-.006-.345-.104-.805-.271-1.565a8.6 8.6 0 0 0-.365-1.26c-.146-.372-.29-.602-.404-.717M9.59 9.59a3.75 3.75 0 0 1 5.303 0c.33.33.566.785.74 1.23c.18.46.322.976.434 1.485l.014.066c.148.672.283 1.283.292 1.796c.01.593-.143 1.134-.608 1.598s-1.005.618-1.598.608c-.513-.01-1.123-.144-1.796-.292l-.066-.014a10 10 0 0 1-1.484-.434c-.446-.174-.9-.41-1.231-.74a3.75 3.75 0 0 1 0-5.303" clip-rule="evenodd"/></svg> </template>
CSS
.icon-speed-max {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.78%2011.25H4a.75.75%200%200%201%200%201.5H2.78a9.2%209.2%200%200%200%202.17%205.239l1.02-1.02a.75.75%200%200%201%201.06%201.061l-1.019%201.02A9.2%209.2%200%200%200%2012%2021.25a9.2%209.2%200%200%200%205.989-2.2l-1.02-1.02a.75.75%200%201%201%201.061-1.06l1.02%201.019a9.2%209.2%200%200%200%202.17-5.239H20a.75.75%200%200%201%200-1.5h1.22a9.2%209.2%200%200%200-2.17-5.239l-1.02%201.02a.75.75%200%201%201-1.06-1.061l1.019-1.02a9.2%209.2%200%200%200-5.239-2.17V4a.75.75%200%200%201-1.5%200V2.78a9.2%209.2%200%200%200-5.239%202.17l1.02%201.02A.75.75%200%200%201%205.97%207.03L4.95%206.011a9.2%209.2%200%200%200-2.17%205.239M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012m12.584-1.348a2.25%202.25%200%200%200-3.182%203.182c.115.115.345.258.718.404c.359.14.793.262%201.259.365c.76.167%201.22.265%201.565.27c.281.006.395-.051.512-.167s.173-.231.168-.512c-.006-.345-.104-.805-.271-1.565a8.6%208.6%200%200%200-.365-1.26c-.146-.372-.29-.602-.404-.717M9.59%209.59a3.75%203.75%200%200%201%205.303%200c.33.33.566.785.74%201.23c.18.46.322.976.434%201.485l.014.066c.148.672.283%201.283.292%201.796c.01.593-.143%201.134-.608%201.598s-1.005.618-1.598.608c-.513-.01-1.123-.144-1.796-.292l-.066-.014a10%2010%200%200%201-1.484-.434c-.446-.174-.9-.41-1.231-.74a3.75%203.75%200%200%201%200-5.303%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.78%2011.25H4a.75.75%200%200%201%200%201.5H2.78a9.2%209.2%200%200%200%202.17%205.239l1.02-1.02a.75.75%200%200%201%201.06%201.061l-1.019%201.02A9.2%209.2%200%200%200%2012%2021.25a9.2%209.2%200%200%200%205.989-2.2l-1.02-1.02a.75.75%200%201%201%201.061-1.06l1.02%201.019a9.2%209.2%200%200%200%202.17-5.239H20a.75.75%200%200%201%200-1.5h1.22a9.2%209.2%200%200%200-2.17-5.239l-1.02%201.02a.75.75%200%201%201-1.06-1.061l1.019-1.02a9.2%209.2%200%200%200-5.239-2.17V4a.75.75%200%200%201-1.5%200V2.78a9.2%209.2%200%200%200-5.239%202.17l1.02%201.02A.75.75%200%200%201%205.97%207.03L4.95%206.011a9.2%209.2%200%200%200-2.17%205.239M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012m12.584-1.348a2.25%202.25%200%200%200-3.182%203.182c.115.115.345.258.718.404c.359.14.793.262%201.259.365c.76.167%201.22.265%201.565.27c.281.006.395-.051.512-.167s.173-.231.168-.512c-.006-.345-.104-.805-.271-1.565a8.6%208.6%200%200%200-.365-1.26c-.146-.372-.29-.602-.404-.717M9.59%209.59a3.75%203.75%200%200%201%205.303%200c.33.33.566.785.74%201.23c.18.46.322.976.434%201.485l.014.066c.148.672.283%201.283.292%201.796c.01.593-.143%201.134-.608%201.598s-1.005.618-1.598.608c-.513-.01-1.123-.144-1.796-.292l-.066-.014a10%2010%200%200%201-1.484-.434c-.446-.174-.9-.41-1.231-.74a3.75%203.75%200%200%201%200-5.303%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/speed-max.svg?color=%231a73e8&size=48