signal icon
signal-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- signal-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
signal-filledAnt Design IconssignalBootstrap IconssignalCoreUI BrandssignalFont Awesome 6 SolidsignalFont Awesome Solidsignalcss.ggsignalHuge IconssignalIconParksignalIconPark OutlinesignalJam IconssignalLine AwesomesignalSVG LogossignalLucidesignalMaterial Design Iconssignal-fillMingCute IconsignalMyna UI IconssignalOpenMojisignalPixelarticonssignalSimple IconssignalUnicons
Related icons in HeroIcons
Use the signal 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="M5.636 4.575a.75.75 0 0 1 0 1.061a9 9 0 0 0 0 12.728a.75.75 0 1 1-1.06 1.06c-4.101-4.1-4.101-10.748 0-14.849a.75.75 0 0 1 1.06 0m12.728 0a.75.75 0 0 1 1.06 0c4.101 4.1 4.101 10.75 0 14.85a.75.75 0 1 1-1.06-1.061a9 9 0 0 0 0-12.728a.75.75 0 0 1 0-1.06M7.757 6.697a.75.75 0 0 1 0 1.06a6 6 0 0 0 0 8.486a.75.75 0 0 1-1.06 1.06a7.5 7.5 0 0 1 0-10.606a.75.75 0 0 1 1.06 0m8.486 0a.75.75 0 0 1 1.06 0a7.5 7.5 0 0 1 0 10.606a.75.75 0 0 1-1.06-1.06a6 6 0 0 0 0-8.486a.75.75 0 0 1 0-1.06M9.879 8.818a.75.75 0 0 1 0 1.06a3 3 0 0 0 0 4.243a.75.75 0 1 1-1.061 1.061a4.5 4.5 0 0 1 0-6.364a.75.75 0 0 1 1.06 0m4.242 0a.75.75 0 0 1 1.061 0a4.5 4.5 0 0 1 0 6.364a.75.75 0 0 1-1.06-1.06a3 3 0 0 0 0-4.243a.75.75 0 0 1 0-1.061M10.875 12a1.125 1.125 0 1 1 2.25 0a1.125 1.125 0 0 1-2.25 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsSignalSolid(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="M5.636 4.575a.75.75 0 0 1 0 1.061a9 9 0 0 0 0 12.728a.75.75 0 1 1-1.06 1.06c-4.101-4.1-4.101-10.748 0-14.849a.75.75 0 0 1 1.06 0m12.728 0a.75.75 0 0 1 1.06 0c4.101 4.1 4.101 10.75 0 14.85a.75.75 0 1 1-1.06-1.061a9 9 0 0 0 0-12.728a.75.75 0 0 1 0-1.06M7.757 6.697a.75.75 0 0 1 0 1.06a6 6 0 0 0 0 8.486a.75.75 0 0 1-1.06 1.06a7.5 7.5 0 0 1 0-10.606a.75.75 0 0 1 1.06 0m8.486 0a.75.75 0 0 1 1.06 0a7.5 7.5 0 0 1 0 10.606a.75.75 0 0 1-1.06-1.06a6 6 0 0 0 0-8.486a.75.75 0 0 1 0-1.06M9.879 8.818a.75.75 0 0 1 0 1.06a3 3 0 0 0 0 4.243a.75.75 0 1 1-1.061 1.061a4.5 4.5 0 0 1 0-6.364a.75.75 0 0 1 1.06 0m4.242 0a.75.75 0 0 1 1.061 0a4.5 4.5 0 0 1 0 6.364a.75.75 0 0 1-1.06-1.06a3 3 0 0 0 0-4.243a.75.75 0 0 1 0-1.061M10.875 12a1.125 1.125 0 1 1 2.25 0a1.125 1.125 0 0 1-2.25 0" 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="M5.636 4.575a.75.75 0 0 1 0 1.061a9 9 0 0 0 0 12.728a.75.75 0 1 1-1.06 1.06c-4.101-4.1-4.101-10.748 0-14.849a.75.75 0 0 1 1.06 0m12.728 0a.75.75 0 0 1 1.06 0c4.101 4.1 4.101 10.75 0 14.85a.75.75 0 1 1-1.06-1.061a9 9 0 0 0 0-12.728a.75.75 0 0 1 0-1.06M7.757 6.697a.75.75 0 0 1 0 1.06a6 6 0 0 0 0 8.486a.75.75 0 0 1-1.06 1.06a7.5 7.5 0 0 1 0-10.606a.75.75 0 0 1 1.06 0m8.486 0a.75.75 0 0 1 1.06 0a7.5 7.5 0 0 1 0 10.606a.75.75 0 0 1-1.06-1.06a6 6 0 0 0 0-8.486a.75.75 0 0 1 0-1.06M9.879 8.818a.75.75 0 0 1 0 1.06a3 3 0 0 0 0 4.243a.75.75 0 1 1-1.061 1.061a4.5 4.5 0 0 1 0-6.364a.75.75 0 0 1 1.06 0m4.242 0a.75.75 0 0 1 1.061 0a4.5 4.5 0 0 1 0 6.364a.75.75 0 0 1-1.06-1.06a3 3 0 0 0 0-4.243a.75.75 0 0 1 0-1.061M10.875 12a1.125 1.125 0 1 1 2.25 0a1.125 1.125 0 0 1-2.25 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-signal-solid {
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%22M5.636%204.575a.75.75%200%200%201%200%201.061a9%209%200%200%200%200%2012.728a.75.75%200%201%201-1.06%201.06c-4.101-4.1-4.101-10.748%200-14.849a.75.75%200%200%201%201.06%200m12.728%200a.75.75%200%200%201%201.06%200c4.101%204.1%204.101%2010.75%200%2014.85a.75.75%200%201%201-1.06-1.061a9%209%200%200%200%200-12.728a.75.75%200%200%201%200-1.06M7.757%206.697a.75.75%200%200%201%200%201.06a6%206%200%200%200%200%208.486a.75.75%200%200%201-1.06%201.06a7.5%207.5%200%200%201%200-10.606a.75.75%200%200%201%201.06%200m8.486%200a.75.75%200%200%201%201.06%200a7.5%207.5%200%200%201%200%2010.606a.75.75%200%200%201-1.06-1.06a6%206%200%200%200%200-8.486a.75.75%200%200%201%200-1.06M9.879%208.818a.75.75%200%200%201%200%201.06a3%203%200%200%200%200%204.243a.75.75%200%201%201-1.061%201.061a4.5%204.5%200%200%201%200-6.364a.75.75%200%200%201%201.06%200m4.242%200a.75.75%200%200%201%201.061%200a4.5%204.5%200%200%201%200%206.364a.75.75%200%200%201-1.06-1.06a3%203%200%200%200%200-4.243a.75.75%200%200%201%200-1.061M10.875%2012a1.125%201.125%200%201%201%202.25%200a1.125%201.125%200%200%201-2.25%200%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%22M5.636%204.575a.75.75%200%200%201%200%201.061a9%209%200%200%200%200%2012.728a.75.75%200%201%201-1.06%201.06c-4.101-4.1-4.101-10.748%200-14.849a.75.75%200%200%201%201.06%200m12.728%200a.75.75%200%200%201%201.06%200c4.101%204.1%204.101%2010.75%200%2014.85a.75.75%200%201%201-1.06-1.061a9%209%200%200%200%200-12.728a.75.75%200%200%201%200-1.06M7.757%206.697a.75.75%200%200%201%200%201.06a6%206%200%200%200%200%208.486a.75.75%200%200%201-1.06%201.06a7.5%207.5%200%200%201%200-10.606a.75.75%200%200%201%201.06%200m8.486%200a.75.75%200%200%201%201.06%200a7.5%207.5%200%200%201%200%2010.606a.75.75%200%200%201-1.06-1.06a6%206%200%200%200%200-8.486a.75.75%200%200%201%200-1.06M9.879%208.818a.75.75%200%200%201%200%201.06a3%203%200%200%200%200%204.243a.75.75%200%201%201-1.061%201.061a4.5%204.5%200%200%201%200-6.364a.75.75%200%200%201%201.06%200m4.242%200a.75.75%200%200%201%201.061%200a4.5%204.5%200%200%201%200%206.364a.75.75%200%200%201-1.06-1.06a3%203%200%200%200%200-4.243a.75.75%200%200%201%200-1.061M10.875%2012a1.125%201.125%200%201%201%202.25%200a1.125%201.125%200%200%201-2.25%200%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/heroicons/signal-solid.svg?color=%231a73e8&size=48