signal stream icon
signal-stream from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.
- Name
- signal-stream
- Set
- Reicon
- Style
- Outline
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More it icons from Reicon
Use the signal stream icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 12c0-2.487-1.045-4.759-2.775-6.466a.75.75 0 0 1 1.054-1.068C21.519 6.43 22.75 9.078 22.75 12s-1.232 5.57-3.223 7.535a.75.75 0 0 1-1.054-1.068c1.732-1.708 2.777-3.98 2.777-6.467"/><path fill-rule="evenodd" d="M12 9.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M11.25 12a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0" clip-rule="evenodd"/><path d="M15.473 9.038A4.1 4.1 0 0 1 16.745 12c0 1.148-.48 2.193-1.272 2.962a.75.75 0 1 0 1.045 1.076A5.6 5.6 0 0 0 18.245 12c0-1.58-.664-3.006-1.727-4.038a.75.75 0 0 0-1.045 1.076M2.75 12c0-2.487 1.045-4.759 2.775-6.466A.75.75 0 1 0 4.47 4.466C2.481 6.43 1.25 9.078 1.25 12s1.232 5.57 3.223 7.535a.75.75 0 0 0 1.054-1.068C3.795 16.759 2.75 14.487 2.75 12"/><path d="M8.527 9.038A4.1 4.1 0 0 0 7.255 12c0 1.148.48 2.193 1.272 2.962a.75.75 0 1 1-1.045 1.076A5.6 5.6 0 0 1 5.755 12c0-1.58.664-3.006 1.727-4.038a.75.75 0 1 1 1.045 1.076"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSignalStream(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 12c0-2.487-1.045-4.759-2.775-6.466a.75.75 0 0 1 1.054-1.068C21.519 6.43 22.75 9.078 22.75 12s-1.232 5.57-3.223 7.535a.75.75 0 0 1-1.054-1.068c1.732-1.708 2.777-3.98 2.777-6.467"/><path fillRule="evenodd" d="M12 9.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M11.25 12a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0" clipRule="evenodd"/><path d="M15.473 9.038A4.1 4.1 0 0 1 16.745 12c0 1.148-.48 2.193-1.272 2.962a.75.75 0 1 0 1.045 1.076A5.6 5.6 0 0 0 18.245 12c0-1.58-.664-3.006-1.727-4.038a.75.75 0 0 0-1.045 1.076M2.75 12c0-2.487 1.045-4.759 2.775-6.466A.75.75 0 1 0 4.47 4.466C2.481 6.43 1.25 9.078 1.25 12s1.232 5.57 3.223 7.535a.75.75 0 0 0 1.054-1.068C3.795 16.759 2.75 14.487 2.75 12"/><path d="M8.527 9.038A4.1 4.1 0 0 0 7.255 12c0 1.148.48 2.193 1.272 2.962a.75.75 0 1 1-1.045 1.076A5.6 5.6 0 0 1 5.755 12c0-1.58.664-3.006 1.727-4.038a.75.75 0 1 1 1.045 1.076"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 12c0-2.487-1.045-4.759-2.775-6.466a.75.75 0 0 1 1.054-1.068C21.519 6.43 22.75 9.078 22.75 12s-1.232 5.57-3.223 7.535a.75.75 0 0 1-1.054-1.068c1.732-1.708 2.777-3.98 2.777-6.467"/><path fill-rule="evenodd" d="M12 9.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M11.25 12a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0" clip-rule="evenodd"/><path d="M15.473 9.038A4.1 4.1 0 0 1 16.745 12c0 1.148-.48 2.193-1.272 2.962a.75.75 0 1 0 1.045 1.076A5.6 5.6 0 0 0 18.245 12c0-1.58-.664-3.006-1.727-4.038a.75.75 0 0 0-1.045 1.076M2.75 12c0-2.487 1.045-4.759 2.775-6.466A.75.75 0 1 0 4.47 4.466C2.481 6.43 1.25 9.078 1.25 12s1.232 5.57 3.223 7.535a.75.75 0 0 0 1.054-1.068C3.795 16.759 2.75 14.487 2.75 12"/><path d="M8.527 9.038A4.1 4.1 0 0 0 7.255 12c0 1.148.48 2.193 1.272 2.962a.75.75 0 1 1-1.045 1.076A5.6 5.6 0 0 1 5.755 12c0-1.58.664-3.006 1.727-4.038a.75.75 0 1 1 1.045 1.076"/></g></svg> </template>
CSS
.icon-signal-stream {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.25%2012c0-2.487-1.045-4.759-2.775-6.466a.75.75%200%200%201%201.054-1.068C21.519%206.43%2022.75%209.078%2022.75%2012s-1.232%205.57-3.223%207.535a.75.75%200%200%201-1.054-1.068c1.732-1.708%202.777-3.98%202.777-6.467%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M11.25%2012a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.473%209.038A4.1%204.1%200%200%201%2016.745%2012c0%201.148-.48%202.193-1.272%202.962a.75.75%200%201%200%201.045%201.076A5.6%205.6%200%200%200%2018.245%2012c0-1.58-.664-3.006-1.727-4.038a.75.75%200%200%200-1.045%201.076M2.75%2012c0-2.487%201.045-4.759%202.775-6.466A.75.75%200%201%200%204.47%204.466C2.481%206.43%201.25%209.078%201.25%2012s1.232%205.57%203.223%207.535a.75.75%200%200%200%201.054-1.068C3.795%2016.759%202.75%2014.487%202.75%2012%22%2F%3E%3Cpath%20d%3D%22M8.527%209.038A4.1%204.1%200%200%200%207.255%2012c0%201.148.48%202.193%201.272%202.962a.75.75%200%201%201-1.045%201.076A5.6%205.6%200%200%201%205.755%2012c0-1.58.664-3.006%201.727-4.038a.75.75%200%201%201%201.045%201.076%22%2F%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.25%2012c0-2.487-1.045-4.759-2.775-6.466a.75.75%200%200%201%201.054-1.068C21.519%206.43%2022.75%209.078%2022.75%2012s-1.232%205.57-3.223%207.535a.75.75%200%200%201-1.054-1.068c1.732-1.708%202.777-3.98%202.777-6.467%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M11.25%2012a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.473%209.038A4.1%204.1%200%200%201%2016.745%2012c0%201.148-.48%202.193-1.272%202.962a.75.75%200%201%200%201.045%201.076A5.6%205.6%200%200%200%2018.245%2012c0-1.58-.664-3.006-1.727-4.038a.75.75%200%200%200-1.045%201.076M2.75%2012c0-2.487%201.045-4.759%202.775-6.466A.75.75%200%201%200%204.47%204.466C2.481%206.43%201.25%209.078%201.25%2012s1.232%205.57%203.223%207.535a.75.75%200%200%200%201.054-1.068C3.795%2016.759%202.75%2014.487%202.75%2012%22%2F%3E%3Cpath%20d%3D%22M8.527%209.038A4.1%204.1%200%200%200%207.255%2012c0%201.148.48%202.193%201.272%202.962a.75.75%200%201%201-1.045%201.076A5.6%205.6%200%200%201%205.755%2012c0-1.58.664-3.006%201.727-4.038a.75.75%200%201%201%201.045%201.076%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/signal-stream.svg?color=%231a73e8&size=48