speed low icon

speed-low from Reicon by REICON · Outline · Parts · MIT Free for personal and commercial use.

Name
speed-low
Set
Reicon
Style
Outline
Category
Parts
Viewbox
24×24
License
MIT

2 other variants in Reicon

More parts icons from Reicon

Use the speed low 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 12m7.755-2.41a3.75 3.75 0 1 1 5.304 5.304c-.331.33-.786.566-1.231.74c-.459.18-.975.322-1.485.434l-.066.014c-.672.148-1.282.283-1.795.292c-.594.01-1.134-.143-1.599-.608c-.464-.464-.618-1.005-.607-1.598c.009-.513.143-1.124.291-1.796l.015-.066a10 10 0 0 1 .433-1.484c.175-.446.41-.9.74-1.231m4.243 1.062a2.25 2.25 0 0 0-3.182 0c-.115.115-.259.345-.405.717c-.14.36-.262.794-.364 1.26c-.168.76-.265 1.22-.272 1.565c-.004.28.053.395.169.512s.23.173.512.168c.344-.006.805-.104 1.565-.271c.466-.103.9-.224 1.259-.365c.372-.146.603-.29.718-.404a2.25 2.25 0 0 0 0-3.182" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSpeedLow(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 12m7.755-2.41a3.75 3.75 0 1 1 5.304 5.304c-.331.33-.786.566-1.231.74c-.459.18-.975.322-1.485.434l-.066.014c-.672.148-1.282.283-1.795.292c-.594.01-1.134-.143-1.599-.608c-.464-.464-.618-1.005-.607-1.598c.009-.513.143-1.124.291-1.796l.015-.066a10 10 0 0 1 .433-1.484c.175-.446.41-.9.74-1.231m4.243 1.062a2.25 2.25 0 0 0-3.182 0c-.115.115-.259.345-.405.717c-.14.36-.262.794-.364 1.26c-.168.76-.265 1.22-.272 1.565c-.004.28.053.395.169.512s.23.173.512.168c.344-.006.805-.104 1.565-.271c.466-.103.9-.224 1.259-.365c.372-.146.603-.29.718-.404a2.25 2.25 0 0 0 0-3.182" 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 12m7.755-2.41a3.75 3.75 0 1 1 5.304 5.304c-.331.33-.786.566-1.231.74c-.459.18-.975.322-1.485.434l-.066.014c-.672.148-1.282.283-1.795.292c-.594.01-1.134-.143-1.599-.608c-.464-.464-.618-1.005-.607-1.598c.009-.513.143-1.124.291-1.796l.015-.066a10 10 0 0 1 .433-1.484c.175-.446.41-.9.74-1.231m4.243 1.062a2.25 2.25 0 0 0-3.182 0c-.115.115-.259.345-.405.717c-.14.36-.262.794-.364 1.26c-.168.76-.265 1.22-.272 1.565c-.004.28.053.395.169.512s.23.173.512.168c.344-.006.805-.104 1.565-.271c.466-.103.9-.224 1.259-.365c.372-.146.603-.29.718-.404a2.25 2.25 0 0 0 0-3.182" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-speed-low {
  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%2012m7.755-2.41a3.75%203.75%200%201%201%205.304%205.304c-.331.33-.786.566-1.231.74c-.459.18-.975.322-1.485.434l-.066.014c-.672.148-1.282.283-1.795.292c-.594.01-1.134-.143-1.599-.608c-.464-.464-.618-1.005-.607-1.598c.009-.513.143-1.124.291-1.796l.015-.066a10%2010%200%200%201%20.433-1.484c.175-.446.41-.9.74-1.231m4.243%201.062a2.25%202.25%200%200%200-3.182%200c-.115.115-.259.345-.405.717c-.14.36-.262.794-.364%201.26c-.168.76-.265%201.22-.272%201.565c-.004.28.053.395.169.512s.23.173.512.168c.344-.006.805-.104%201.565-.271c.466-.103.9-.224%201.259-.365c.372-.146.603-.29.718-.404a2.25%202.25%200%200%200%200-3.182%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%2012m7.755-2.41a3.75%203.75%200%201%201%205.304%205.304c-.331.33-.786.566-1.231.74c-.459.18-.975.322-1.485.434l-.066.014c-.672.148-1.282.283-1.795.292c-.594.01-1.134-.143-1.599-.608c-.464-.464-.618-1.005-.607-1.598c.009-.513.143-1.124.291-1.796l.015-.066a10%2010%200%200%201%20.433-1.484c.175-.446.41-.9.74-1.231m4.243%201.062a2.25%202.25%200%200%200-3.182%200c-.115.115-.259.345-.405.717c-.14.36-.262.794-.364%201.26c-.168.76-.265%201.22-.272%201.565c-.004.28.053.395.169.512s.23.173.512.168c.344-.006.805-.104%201.565-.271c.466-.103.9-.224%201.259-.365c.372-.146.603-.29.718-.404a2.25%202.25%200%200%200%200-3.182%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-low.svg?color=%231a73e8&size=48