wifi from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
wifi
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-wifi

The same icon in other sets

Related icons in BoxIcons v2

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="M12 6c3.537 0 6.837 1.353 9.293 3.809l1.414-1.414C19.874 5.561 16.071 4 12 4c-4.071.001-7.874 1.561-10.707 4.395l1.414 1.414C5.163 7.353 8.463 6 12 6m5.671 8.307c-3.074-3.074-8.268-3.074-11.342 0l1.414 1.414c2.307-2.307 6.207-2.307 8.514 0z"/><path fill="currentColor" d="M20.437 11.293c-4.572-4.574-12.301-4.574-16.873 0l1.414 1.414c3.807-3.807 10.238-3.807 14.045 0z"/><circle cx="12" cy="18" r="2" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxWifi(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="M12 6c3.537 0 6.837 1.353 9.293 3.809l1.414-1.414C19.874 5.561 16.071 4 12 4c-4.071.001-7.874 1.561-10.707 4.395l1.414 1.414C5.163 7.353 8.463 6 12 6m5.671 8.307c-3.074-3.074-8.268-3.074-11.342 0l1.414 1.414c2.307-2.307 6.207-2.307 8.514 0z"/><path fill="currentColor" d="M20.437 11.293c-4.572-4.574-12.301-4.574-16.873 0l1.414 1.414c3.807-3.807 10.238-3.807 14.045 0z"/><circle cx="12" cy="18" r="2" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6c3.537 0 6.837 1.353 9.293 3.809l1.414-1.414C19.874 5.561 16.071 4 12 4c-4.071.001-7.874 1.561-10.707 4.395l1.414 1.414C5.163 7.353 8.463 6 12 6m5.671 8.307c-3.074-3.074-8.268-3.074-11.342 0l1.414 1.414c2.307-2.307 6.207-2.307 8.514 0z"/><path fill="currentColor" d="M20.437 11.293c-4.572-4.574-12.301-4.574-16.873 0l1.414 1.414c3.807-3.807 10.238-3.807 14.045 0z"/><circle cx="12" cy="18" r="2" fill="currentColor"/></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%22M12%206c3.537%200%206.837%201.353%209.293%203.809l1.414-1.414C19.874%205.561%2016.071%204%2012%204c-4.071.001-7.874%201.561-10.707%204.395l1.414%201.414C5.163%207.353%208.463%206%2012%206m5.671%208.307c-3.074-3.074-8.268-3.074-11.342%200l1.414%201.414c2.307-2.307%206.207-2.307%208.514%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.437%2011.293c-4.572-4.574-12.301-4.574-16.873%200l1.414%201.414c3.807-3.807%2010.238-3.807%2014.045%200z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22currentColor%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%22M12%206c3.537%200%206.837%201.353%209.293%203.809l1.414-1.414C19.874%205.561%2016.071%204%2012%204c-4.071.001-7.874%201.561-10.707%204.395l1.414%201.414C5.163%207.353%208.463%206%2012%206m5.671%208.307c-3.074-3.074-8.268-3.074-11.342%200l1.414%201.414c2.307-2.307%206.207-2.307%208.514%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.437%2011.293c-4.572-4.574-12.301-4.574-16.873%200l1.414%201.414c3.807-3.807%2010.238-3.807%2014.045%200z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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