signal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
signal
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the signal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-dasharray="3 3" d="M12.036 21.929c5.503 0 9.964-4.462 9.964-9.965S17.539 2 12.036 2S2.07 6.461 2.07 11.964c0 1.815-.35 3.517.499 4.982L2.07 21.93l4.983-.499c1.465.848 3.167.499 4.982.499"/><path d="M12 19a7 7 0 1 0-7-7c0 1.275.404 2.47 1 3.5L5 19l3.5-1c1.03.596 2.225 1 3.5 1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSignal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path strokeDasharray="3 3" d="M12.036 21.929c5.503 0 9.964-4.462 9.964-9.965S17.539 2 12.036 2S2.07 6.461 2.07 11.964c0 1.815-.35 3.517.499 4.982L2.07 21.93l4.983-.499c1.465.848 3.167.499 4.982.499"/><path d="M12 19a7 7 0 1 0-7-7c0 1.275.404 2.47 1 3.5L5 19l3.5-1c1.03.596 2.225 1 3.5 1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-dasharray="3 3" d="M12.036 21.929c5.503 0 9.964-4.462 9.964-9.965S17.539 2 12.036 2S2.07 6.461 2.07 11.964c0 1.815-.35 3.517.499 4.982L2.07 21.93l4.983-.499c1.465.848 3.167.499 4.982.499"/><path d="M12 19a7 7 0 1 0-7-7c0 1.275.404 2.47 1 3.5L5 19l3.5-1c1.03.596 2.225 1 3.5 1"/></g></svg>
</template>

CSS

.icon-signal {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-dasharray%3D%223%203%22%20d%3D%22M12.036%2021.929c5.503%200%209.964-4.462%209.964-9.965S17.539%202%2012.036%202S2.07%206.461%202.07%2011.964c0%201.815-.35%203.517.499%204.982L2.07%2021.93l4.983-.499c1.465.848%203.167.499%204.982.499%22%2F%3E%3Cpath%20d%3D%22M12%2019a7%207%200%201%200-7-7c0%201.275.404%202.47%201%203.5L5%2019l3.5-1c1.03.596%202.225%201%203.5%201%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-dasharray%3D%223%203%22%20d%3D%22M12.036%2021.929c5.503%200%209.964-4.462%209.964-9.965S17.539%202%2012.036%202S2.07%206.461%202.07%2011.964c0%201.815-.35%203.517.499%204.982L2.07%2021.93l4.983-.499c1.465.848%203.167.499%204.982.499%22%2F%3E%3Cpath%20d%3D%22M12%2019a7%207%200%201%200-7-7c0%201.275.404%202.47%201%203.5L5%2019l3.5-1c1.03.596%202.225%201%203.5%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/signal.svg?color=%231a73e8&size=48