speed mid icon
speed-mid from Reicon by REICON · Outline · Parts · MIT Free for personal and commercial use.
- Name
- speed-mid
- Set
- Reicon
- Style
- Outline
- Category
- Parts
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More parts icons from Reicon
Use the speed mid 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 12m10.27-3.24c-.24.247-.497.642-.916 1.298a8.6 8.6 0 0 0-.632 1.148c-.16.367-.222.631-.222.794a2.25 2.25 0 0 0 4.5 0c0-.163-.062-.427-.222-.794a8.6 8.6 0 0 0-.632-1.148c-.42-.656-.676-1.05-.915-1.298c-.195-.203-.317-.243-.481-.243s-.286.04-.48.243m-1.08-1.042c.412-.427.903-.701 1.56-.701s1.148.274 1.56.7c.356.37.693.896 1.063 1.476l.037.057c.28.44.546.905.743 1.356c.192.439.347.927.347 1.394a3.75 3.75 0 1 1-7.5 0c0-.467.155-.955.347-1.394c.197-.451.462-.916.743-1.356l.036-.057c.371-.58.708-1.106 1.064-1.475" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSpeedMid(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 12m10.27-3.24c-.24.247-.497.642-.916 1.298a8.6 8.6 0 0 0-.632 1.148c-.16.367-.222.631-.222.794a2.25 2.25 0 0 0 4.5 0c0-.163-.062-.427-.222-.794a8.6 8.6 0 0 0-.632-1.148c-.42-.656-.676-1.05-.915-1.298c-.195-.203-.317-.243-.481-.243s-.286.04-.48.243m-1.08-1.042c.412-.427.903-.701 1.56-.701s1.148.274 1.56.7c.356.37.693.896 1.063 1.476l.037.057c.28.44.546.905.743 1.356c.192.439.347.927.347 1.394a3.75 3.75 0 1 1-7.5 0c0-.467.155-.955.347-1.394c.197-.451.462-.916.743-1.356l.036-.057c.371-.58.708-1.106 1.064-1.475" 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 12m10.27-3.24c-.24.247-.497.642-.916 1.298a8.6 8.6 0 0 0-.632 1.148c-.16.367-.222.631-.222.794a2.25 2.25 0 0 0 4.5 0c0-.163-.062-.427-.222-.794a8.6 8.6 0 0 0-.632-1.148c-.42-.656-.676-1.05-.915-1.298c-.195-.203-.317-.243-.481-.243s-.286.04-.48.243m-1.08-1.042c.412-.427.903-.701 1.56-.701s1.148.274 1.56.7c.356.37.693.896 1.063 1.476l.037.057c.28.44.546.905.743 1.356c.192.439.347.927.347 1.394a3.75 3.75 0 1 1-7.5 0c0-.467.155-.955.347-1.394c.197-.451.462-.916.743-1.356l.036-.057c.371-.58.708-1.106 1.064-1.475" clip-rule="evenodd"/></svg> </template>
CSS
.icon-speed-mid {
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%2012m10.27-3.24c-.24.247-.497.642-.916%201.298a8.6%208.6%200%200%200-.632%201.148c-.16.367-.222.631-.222.794a2.25%202.25%200%200%200%204.5%200c0-.163-.062-.427-.222-.794a8.6%208.6%200%200%200-.632-1.148c-.42-.656-.676-1.05-.915-1.298c-.195-.203-.317-.243-.481-.243s-.286.04-.48.243m-1.08-1.042c.412-.427.903-.701%201.56-.701s1.148.274%201.56.7c.356.37.693.896%201.063%201.476l.037.057c.28.44.546.905.743%201.356c.192.439.347.927.347%201.394a3.75%203.75%200%201%201-7.5%200c0-.467.155-.955.347-1.394c.197-.451.462-.916.743-1.356l.036-.057c.371-.58.708-1.106%201.064-1.475%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%2012m10.27-3.24c-.24.247-.497.642-.916%201.298a8.6%208.6%200%200%200-.632%201.148c-.16.367-.222.631-.222.794a2.25%202.25%200%200%200%204.5%200c0-.163-.062-.427-.222-.794a8.6%208.6%200%200%200-.632-1.148c-.42-.656-.676-1.05-.915-1.298c-.195-.203-.317-.243-.481-.243s-.286.04-.48.243m-1.08-1.042c.412-.427.903-.701%201.56-.701s1.148.274%201.56.7c.356.37.693.896%201.063%201.476l.037.057c.28.44.546.905.743%201.356c.192.439.347.927.347%201.394a3.75%203.75%200%201%201-7.5%200c0-.467.155-.955.347-1.394c.197-.451.462-.916.743-1.356l.036-.057c.371-.58.708-1.106%201.064-1.475%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-mid.svg?color=%231a73e8&size=48