wifi-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
wifi-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the wifi 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="M1.371 8.143c5.858-5.857 15.356-5.857 21.214 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0c-4.98-4.979-13.053-4.979-18.032 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06m3.182 3.182c4.1-4.1 10.749-4.1 14.85 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.062 0a8.25 8.25 0 0 0-11.667 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06m3.204 3.182a6 6 0 0 1 8.486 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0a3.75 3.75 0 0 0-5.304 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06m3.182 3.182a1.5 1.5 0 0 1 2.122 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0l-.53-.53a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsWifiSolid(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="M1.371 8.143c5.858-5.857 15.356-5.857 21.214 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0c-4.98-4.979-13.053-4.979-18.032 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06m3.182 3.182c4.1-4.1 10.749-4.1 14.85 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.062 0a8.25 8.25 0 0 0-11.667 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06m3.204 3.182a6 6 0 0 1 8.486 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0a3.75 3.75 0 0 0-5.304 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06m3.182 3.182a1.5 1.5 0 0 1 2.122 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0l-.53-.53a.75.75 0 0 1 0-1.06" 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="M1.371 8.143c5.858-5.857 15.356-5.857 21.214 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0c-4.98-4.979-13.053-4.979-18.032 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06m3.182 3.182c4.1-4.1 10.749-4.1 14.85 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.062 0a8.25 8.25 0 0 0-11.667 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06m3.204 3.182a6 6 0 0 1 8.486 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0a3.75 3.75 0 0 0-5.304 0a.75.75 0 0 1-1.06 0l-.53-.53a.75.75 0 0 1 0-1.06m3.182 3.182a1.5 1.5 0 0 1 2.122 0a.75.75 0 0 1 0 1.061l-.53.53a.75.75 0 0 1-1.061 0l-.53-.53a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wifi-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%22M1.371%208.143c5.858-5.857%2015.356-5.857%2021.214%200a.75.75%200%200%201%200%201.061l-.53.53a.75.75%200%200%201-1.061%200c-4.98-4.979-13.053-4.979-18.032%200a.75.75%200%200%201-1.06%200l-.53-.53a.75.75%200%200%201%200-1.06m3.182%203.182c4.1-4.1%2010.749-4.1%2014.85%200a.75.75%200%200%201%200%201.061l-.53.53a.75.75%200%200%201-1.062%200a8.25%208.25%200%200%200-11.667%200a.75.75%200%200%201-1.06%200l-.53-.53a.75.75%200%200%201%200-1.06m3.204%203.182a6%206%200%200%201%208.486%200a.75.75%200%200%201%200%201.061l-.53.53a.75.75%200%200%201-1.061%200a3.75%203.75%200%200%200-5.304%200a.75.75%200%200%201-1.06%200l-.53-.53a.75.75%200%200%201%200-1.06m3.182%203.182a1.5%201.5%200%200%201%202.122%200a.75.75%200%200%201%200%201.061l-.53.53a.75.75%200%200%201-1.061%200l-.53-.53a.75.75%200%200%201%200-1.06%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%22M1.371%208.143c5.858-5.857%2015.356-5.857%2021.214%200a.75.75%200%200%201%200%201.061l-.53.53a.75.75%200%200%201-1.061%200c-4.98-4.979-13.053-4.979-18.032%200a.75.75%200%200%201-1.06%200l-.53-.53a.75.75%200%200%201%200-1.06m3.182%203.182c4.1-4.1%2010.749-4.1%2014.85%200a.75.75%200%200%201%200%201.061l-.53.53a.75.75%200%200%201-1.062%200a8.25%208.25%200%200%200-11.667%200a.75.75%200%200%201-1.06%200l-.53-.53a.75.75%200%200%201%200-1.06m3.204%203.182a6%206%200%200%201%208.486%200a.75.75%200%200%201%200%201.061l-.53.53a.75.75%200%200%201-1.061%200a3.75%203.75%200%200%200-5.304%200a.75.75%200%200%201-1.06%200l-.53-.53a.75.75%200%200%201%200-1.06m3.182%203.182a1.5%201.5%200%200%201%202.122%200a.75.75%200%200%201%200%201.061l-.53.53a.75.75%200%200%201-1.061%200l-.53-.53a.75.75%200%200%201%200-1.06%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/wifi-solid.svg?color=%231a73e8&size=48