home-wifi-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
home-wifi-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the home wifi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.8 2.65a2 2 0 0 1 2.4 0l7 5.25a2 2 0 0 1 .8 1.6V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.5a2 2 0 0 1 .8-1.6zM12 15a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-3a4 4 0 0 0-2.635.99a1 1 0 0 0 1.319 1.505A2 2 0 0 1 12 14c.505 0 .964.185 1.316.494a1 1 0 0 0 1.318-1.504A4 4 0 0 0 12 12m0-3c-1.765 0-3.38.655-4.61 1.733a1 1 0 0 0 1.318 1.504A4.98 4.98 0 0 1 12 11c1.261 0 2.412.465 3.292 1.236a1 1 0 0 0 1.317-1.504A6.98 6.98 0 0 0 12 9.001"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHomeWifiFill(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="M10.8 2.65a2 2 0 0 1 2.4 0l7 5.25a2 2 0 0 1 .8 1.6V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.5a2 2 0 0 1 .8-1.6zM12 15a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-3a4 4 0 0 0-2.635.99a1 1 0 0 0 1.319 1.505A2 2 0 0 1 12 14c.505 0 .964.185 1.316.494a1 1 0 0 0 1.318-1.504A4 4 0 0 0 12 12m0-3c-1.765 0-3.38.655-4.61 1.733a1 1 0 0 0 1.318 1.504A4.98 4.98 0 0 1 12 11c1.261 0 2.412.465 3.292 1.236a1 1 0 0 0 1.317-1.504A6.98 6.98 0 0 0 12 9.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.8 2.65a2 2 0 0 1 2.4 0l7 5.25a2 2 0 0 1 .8 1.6V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.5a2 2 0 0 1 .8-1.6zM12 15a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-3a4 4 0 0 0-2.635.99a1 1 0 0 0 1.319 1.505A2 2 0 0 1 12 14c.505 0 .964.185 1.316.494a1 1 0 0 0 1.318-1.504A4 4 0 0 0 12 12m0-3c-1.765 0-3.38.655-4.61 1.733a1 1 0 0 0 1.318 1.504A4.98 4.98 0 0 1 12 11c1.261 0 2.412.465 3.292 1.236a1 1 0 0 0 1.317-1.504A6.98 6.98 0 0 0 12 9.001"/></svg>
</template>

CSS

.icon-home-wifi-fill {
  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%22M10.8%202.65a2%202%200%200%201%202.4%200l7%205.25a2%202%200%200%201%20.8%201.6V19a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V9.5a2%202%200%200%201%20.8-1.6zM12%2015a1%201%200%201%200%200%202a1%201%200%200%200%200-2m0-3a4%204%200%200%200-2.635.99a1%201%200%200%200%201.319%201.505A2%202%200%200%201%2012%2014c.505%200%20.964.185%201.316.494a1%201%200%200%200%201.318-1.504A4%204%200%200%200%2012%2012m0-3c-1.765%200-3.38.655-4.61%201.733a1%201%200%200%200%201.318%201.504A4.98%204.98%200%200%201%2012%2011c1.261%200%202.412.465%203.292%201.236a1%201%200%200%200%201.317-1.504A6.98%206.98%200%200%200%2012%209.001%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%22M10.8%202.65a2%202%200%200%201%202.4%200l7%205.25a2%202%200%200%201%20.8%201.6V19a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V9.5a2%202%200%200%201%20.8-1.6zM12%2015a1%201%200%201%200%200%202a1%201%200%200%200%200-2m0-3a4%204%200%200%200-2.635.99a1%201%200%200%200%201.319%201.505A2%202%200%200%201%2012%2014c.505%200%20.964.185%201.316.494a1%201%200%200%200%201.318-1.504A4%204%200%200%200%2012%2012m0-3c-1.765%200-3.38.655-4.61%201.733a1%201%200%200%200%201.318%201.504A4.98%204.98%200%200%201%2012%2011c1.261%200%202.412.465%203.292%201.236a1%201%200%200%200%201.317-1.504A6.98%206.98%200%200%200%2012%209.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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