wifi from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
wifi
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

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" d="M17.35 12.79a.72.72 0 0 1-.49-.19a7.24 7.24 0 0 0-9.66 0a.75.75 0 0 1-1.06-.06a.76.76 0 0 1 .07-1.06a8.7 8.7 0 0 1 11.64 0a.76.76 0 0 1 .07 1.06a.8.8 0 0 1-.57.25"/><path fill="currentColor" d="M20 10a.76.76 0 0 1-.51-.2a10.87 10.87 0 0 0-15 0a.75.75 0 1 1-1-1.1a12.36 12.36 0 0 1 17 0A.75.75 0 0 1 20 10M9.38 15.64a.75.75 0 0 1-.6-.3a.74.74 0 0 1 .15-1.05a5.06 5.06 0 0 1 6.15 0a.75.75 0 0 1 .15 1.05a.76.76 0 0 1-1.05.15a3.59 3.59 0 0 0-4.35 0a.8.8 0 0 1-.45.15M12 18.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function PrimeWifi(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" d="M17.35 12.79a.72.72 0 0 1-.49-.19a7.24 7.24 0 0 0-9.66 0a.75.75 0 0 1-1.06-.06a.76.76 0 0 1 .07-1.06a8.7 8.7 0 0 1 11.64 0a.76.76 0 0 1 .07 1.06a.8.8 0 0 1-.57.25"/><path fill="currentColor" d="M20 10a.76.76 0 0 1-.51-.2a10.87 10.87 0 0 0-15 0a.75.75 0 1 1-1-1.1a12.36 12.36 0 0 1 17 0A.75.75 0 0 1 20 10M9.38 15.64a.75.75 0 0 1-.6-.3a.74.74 0 0 1 .15-1.05a5.06 5.06 0 0 1 6.15 0a.75.75 0 0 1 .15 1.05a.76.76 0 0 1-1.05.15a3.59 3.59 0 0 0-4.35 0a.8.8 0 0 1-.45.15M12 18.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.35 12.79a.72.72 0 0 1-.49-.19a7.24 7.24 0 0 0-9.66 0a.75.75 0 0 1-1.06-.06a.76.76 0 0 1 .07-1.06a8.7 8.7 0 0 1 11.64 0a.76.76 0 0 1 .07 1.06a.8.8 0 0 1-.57.25"/><path fill="currentColor" d="M20 10a.76.76 0 0 1-.51-.2a10.87 10.87 0 0 0-15 0a.75.75 0 1 1-1-1.1a12.36 12.36 0 0 1 17 0A.75.75 0 0 1 20 10M9.38 15.64a.75.75 0 0 1-.6-.3a.74.74 0 0 1 .15-1.05a5.06 5.06 0 0 1 6.15 0a.75.75 0 0 1 .15 1.05a.76.76 0 0 1-1.05.15a3.59 3.59 0 0 0-4.35 0a.8.8 0 0 1-.45.15M12 18.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
</template>

CSS

.icon-wifi {
  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%20d%3D%22M17.35%2012.79a.72.72%200%200%201-.49-.19a7.24%207.24%200%200%200-9.66%200a.75.75%200%200%201-1.06-.06a.76.76%200%200%201%20.07-1.06a8.7%208.7%200%200%201%2011.64%200a.76.76%200%200%201%20.07%201.06a.8.8%200%200%201-.57.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2010a.76.76%200%200%201-.51-.2a10.87%2010.87%200%200%200-15%200a.75.75%200%201%201-1-1.1a12.36%2012.36%200%200%201%2017%200A.75.75%200%200%201%2020%2010M9.38%2015.64a.75.75%200%200%201-.6-.3a.74.74%200%200%201%20.15-1.05a5.06%205.06%200%200%201%206.15%200a.75.75%200%200%201%20.15%201.05a.76.76%200%200%201-1.05.15a3.59%203.59%200%200%200-4.35%200a.8.8%200%200%201-.45.15M12%2018.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%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%20d%3D%22M17.35%2012.79a.72.72%200%200%201-.49-.19a7.24%207.24%200%200%200-9.66%200a.75.75%200%200%201-1.06-.06a.76.76%200%200%201%20.07-1.06a8.7%208.7%200%200%201%2011.64%200a.76.76%200%200%201%20.07%201.06a.8.8%200%200%201-.57.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2010a.76.76%200%200%201-.51-.2a10.87%2010.87%200%200%200-15%200a.75.75%200%201%201-1-1.1a12.36%2012.36%200%200%201%2017%200A.75.75%200%200%201%2020%2010M9.38%2015.64a.75.75%200%200%201-.6-.3a.74.74%200%200%201%20.15-1.05a5.06%205.06%200%200%201%206.15%200a.75.75%200%200%201%20.15%201.05a.76.76%200%200%201-1.05.15a3.59%203.59%200%200%200-4.35%200a.8.8%200%200%201-.45.15M12%2018.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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