home wifi3 icon

home-wifi3 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
home-wifi3
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the home wifi3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.51 12.513A6.57 6.57 0 0 1 12 10.75a6.57 6.57 0 0 1 4.49 1.764a.75.75 0 0 0 1.02-1.099A8.07 8.07 0 0 0 12 9.25a8.07 8.07 0 0 0-5.51 2.164a.75.75 0 1 0 1.02 1.099"/><path d="M12.003 14.083a2.8 2.8 0 0 0-2.033.882a.75.75 0 1 1-1.08-1.041a4.3 4.3 0 0 1 3.113-1.34c1.22 0 2.32.517 3.114 1.34a.75.75 0 0 1-1.08 1.04a2.8 2.8 0 0 0-2.034-.88M12 15.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M12.926 1.363a3.75 3.75 0 0 0-1.852 0c-.691.176-1.305.619-2.196 1.26l-4.75 3.42c-.884.637-1.454 1.047-1.873 1.583a4.8 4.8 0 0 0-.815 1.592c-.19.653-.19 1.355-.19 2.444v4.77c0 .953 0 1.714.05 2.328c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.857 1.857c.498.253 1.04.361 1.67.413c.614.05 1.375.05 2.327.05h8.866c.952 0 1.712 0 2.327-.05c.63-.052 1.172-.16 1.67-.413a4.25 4.25 0 0 0 1.857-1.858c.253-.497.361-1.04.413-1.67c.05-.613.05-1.374.05-2.326v-4.77c0-1.09 0-1.792-.19-2.445a4.8 4.8 0 0 0-.816-1.592c-.418-.536-.988-.946-1.872-1.582l-4.75-3.42c-.89-.642-1.505-1.085-2.196-1.261m-1.482 1.453a2.25 2.25 0 0 1 1.112 0c.38.097.75.348 1.81 1.112l4.535 3.265c1.011.728 1.39 1.01 1.66 1.356c.254.325.443.694.559 1.09c.123.421.13.894.13 2.14V16.4c0 .992 0 1.692-.045 2.238c-.044.537-.127.86-.255 1.11a2.75 2.75 0 0 1-1.202 1.202c-.25.128-.573.21-1.11.255c-.546.044-1.246.045-2.238.045H7.6c-.993 0-1.692 0-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75 2.75 0 0 1-1.202-1.202c-.128-.25-.211-.573-.255-1.11c-.045-.546-.045-1.246-.045-2.238v-4.622c0-1.245.007-1.718.13-2.14a3.3 3.3 0 0 1 .558-1.089c.27-.346.65-.628 1.66-1.356l4.535-3.265c1.061-.764 1.431-1.015 1.811-1.112" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHomeWifi3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.51 12.513A6.57 6.57 0 0 1 12 10.75a6.57 6.57 0 0 1 4.49 1.764a.75.75 0 0 0 1.02-1.099A8.07 8.07 0 0 0 12 9.25a8.07 8.07 0 0 0-5.51 2.164a.75.75 0 1 0 1.02 1.099"/><path d="M12.003 14.083a2.8 2.8 0 0 0-2.033.882a.75.75 0 1 1-1.08-1.041a4.3 4.3 0 0 1 3.113-1.34c1.22 0 2.32.517 3.114 1.34a.75.75 0 0 1-1.08 1.04a2.8 2.8 0 0 0-2.034-.88M12 15.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fillRule="evenodd" d="M12.926 1.363a3.75 3.75 0 0 0-1.852 0c-.691.176-1.305.619-2.196 1.26l-4.75 3.42c-.884.637-1.454 1.047-1.873 1.583a4.8 4.8 0 0 0-.815 1.592c-.19.653-.19 1.355-.19 2.444v4.77c0 .953 0 1.714.05 2.328c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.857 1.857c.498.253 1.04.361 1.67.413c.614.05 1.375.05 2.327.05h8.866c.952 0 1.712 0 2.327-.05c.63-.052 1.172-.16 1.67-.413a4.25 4.25 0 0 0 1.857-1.858c.253-.497.361-1.04.413-1.67c.05-.613.05-1.374.05-2.326v-4.77c0-1.09 0-1.792-.19-2.445a4.8 4.8 0 0 0-.816-1.592c-.418-.536-.988-.946-1.872-1.582l-4.75-3.42c-.89-.642-1.505-1.085-2.196-1.261m-1.482 1.453a2.25 2.25 0 0 1 1.112 0c.38.097.75.348 1.81 1.112l4.535 3.265c1.011.728 1.39 1.01 1.66 1.356c.254.325.443.694.559 1.09c.123.421.13.894.13 2.14V16.4c0 .992 0 1.692-.045 2.238c-.044.537-.127.86-.255 1.11a2.75 2.75 0 0 1-1.202 1.202c-.25.128-.573.21-1.11.255c-.546.044-1.246.045-2.238.045H7.6c-.993 0-1.692 0-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75 2.75 0 0 1-1.202-1.202c-.128-.25-.211-.573-.255-1.11c-.045-.546-.045-1.246-.045-2.238v-4.622c0-1.245.007-1.718.13-2.14a3.3 3.3 0 0 1 .558-1.089c.27-.346.65-.628 1.66-1.356l4.535-3.265c1.061-.764 1.431-1.015 1.811-1.112" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.51 12.513A6.57 6.57 0 0 1 12 10.75a6.57 6.57 0 0 1 4.49 1.764a.75.75 0 0 0 1.02-1.099A8.07 8.07 0 0 0 12 9.25a8.07 8.07 0 0 0-5.51 2.164a.75.75 0 1 0 1.02 1.099"/><path d="M12.003 14.083a2.8 2.8 0 0 0-2.033.882a.75.75 0 1 1-1.08-1.041a4.3 4.3 0 0 1 3.113-1.34c1.22 0 2.32.517 3.114 1.34a.75.75 0 0 1-1.08 1.04a2.8 2.8 0 0 0-2.034-.88M12 15.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M12.926 1.363a3.75 3.75 0 0 0-1.852 0c-.691.176-1.305.619-2.196 1.26l-4.75 3.42c-.884.637-1.454 1.047-1.873 1.583a4.8 4.8 0 0 0-.815 1.592c-.19.653-.19 1.355-.19 2.444v4.77c0 .953 0 1.714.05 2.328c.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.857 1.857c.498.253 1.04.361 1.67.413c.614.05 1.375.05 2.327.05h8.866c.952 0 1.712 0 2.327-.05c.63-.052 1.172-.16 1.67-.413a4.25 4.25 0 0 0 1.857-1.858c.253-.497.361-1.04.413-1.67c.05-.613.05-1.374.05-2.326v-4.77c0-1.09 0-1.792-.19-2.445a4.8 4.8 0 0 0-.816-1.592c-.418-.536-.988-.946-1.872-1.582l-4.75-3.42c-.89-.642-1.505-1.085-2.196-1.261m-1.482 1.453a2.25 2.25 0 0 1 1.112 0c.38.097.75.348 1.81 1.112l4.535 3.265c1.011.728 1.39 1.01 1.66 1.356c.254.325.443.694.559 1.09c.123.421.13.894.13 2.14V16.4c0 .992 0 1.692-.045 2.238c-.044.537-.127.86-.255 1.11a2.75 2.75 0 0 1-1.202 1.202c-.25.128-.573.21-1.11.255c-.546.044-1.246.045-2.238.045H7.6c-.993 0-1.692 0-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75 2.75 0 0 1-1.202-1.202c-.128-.25-.211-.573-.255-1.11c-.045-.546-.045-1.246-.045-2.238v-4.622c0-1.245.007-1.718.13-2.14a3.3 3.3 0 0 1 .558-1.089c.27-.346.65-.628 1.66-1.356l4.535-3.265c1.061-.764 1.431-1.015 1.811-1.112" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-home-wifi3 {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.51%2012.513A6.57%206.57%200%200%201%2012%2010.75a6.57%206.57%200%200%201%204.49%201.764a.75.75%200%200%200%201.02-1.099A8.07%208.07%200%200%200%2012%209.25a8.07%208.07%200%200%200-5.51%202.164a.75.75%200%201%200%201.02%201.099%22%2F%3E%3Cpath%20d%3D%22M12.003%2014.083a2.8%202.8%200%200%200-2.033.882a.75.75%200%201%201-1.08-1.041a4.3%204.3%200%200%201%203.113-1.34c1.22%200%202.32.517%203.114%201.34a.75.75%200%200%201-1.08%201.04a2.8%202.8%200%200%200-2.034-.88M12%2015.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.926%201.363a3.75%203.75%200%200%200-1.852%200c-.691.176-1.305.619-2.196%201.26l-4.75%203.42c-.884.637-1.454%201.047-1.873%201.583a4.8%204.8%200%200%200-.815%201.592c-.19.653-.19%201.355-.19%202.444v4.77c0%20.953%200%201.714.05%202.328c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.857%201.857c.498.253%201.04.361%201.67.413c.614.05%201.375.05%202.327.05h8.866c.952%200%201.712%200%202.327-.05c.63-.052%201.172-.16%201.67-.413a4.25%204.25%200%200%200%201.857-1.858c.253-.497.361-1.04.413-1.67c.05-.613.05-1.374.05-2.326v-4.77c0-1.09%200-1.792-.19-2.445a4.8%204.8%200%200%200-.816-1.592c-.418-.536-.988-.946-1.872-1.582l-4.75-3.42c-.89-.642-1.505-1.085-2.196-1.261m-1.482%201.453a2.25%202.25%200%200%201%201.112%200c.38.097.75.348%201.81%201.112l4.535%203.265c1.011.728%201.39%201.01%201.66%201.356c.254.325.443.694.559%201.09c.123.421.13.894.13%202.14V16.4c0%20.992%200%201.692-.045%202.238c-.044.537-.127.86-.255%201.11a2.75%202.75%200%200%201-1.202%201.202c-.25.128-.573.21-1.11.255c-.546.044-1.246.045-2.238.045H7.6c-.993%200-1.692%200-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75%202.75%200%200%201-1.202-1.202c-.128-.25-.211-.573-.255-1.11c-.045-.546-.045-1.246-.045-2.238v-4.622c0-1.245.007-1.718.13-2.14a3.3%203.3%200%200%201%20.558-1.089c.27-.346.65-.628%201.66-1.356l4.535-3.265c1.061-.764%201.431-1.015%201.811-1.112%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.51%2012.513A6.57%206.57%200%200%201%2012%2010.75a6.57%206.57%200%200%201%204.49%201.764a.75.75%200%200%200%201.02-1.099A8.07%208.07%200%200%200%2012%209.25a8.07%208.07%200%200%200-5.51%202.164a.75.75%200%201%200%201.02%201.099%22%2F%3E%3Cpath%20d%3D%22M12.003%2014.083a2.8%202.8%200%200%200-2.033.882a.75.75%200%201%201-1.08-1.041a4.3%204.3%200%200%201%203.113-1.34c1.22%200%202.32.517%203.114%201.34a.75.75%200%200%201-1.08%201.04a2.8%202.8%200%200%200-2.034-.88M12%2015.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.926%201.363a3.75%203.75%200%200%200-1.852%200c-.691.176-1.305.619-2.196%201.26l-4.75%203.42c-.884.637-1.454%201.047-1.873%201.583a4.8%204.8%200%200%200-.815%201.592c-.19.653-.19%201.355-.19%202.444v4.77c0%20.953%200%201.714.05%202.328c.052.63.16%201.172.413%201.67a4.25%204.25%200%200%200%201.857%201.857c.498.253%201.04.361%201.67.413c.614.05%201.375.05%202.327.05h8.866c.952%200%201.712%200%202.327-.05c.63-.052%201.172-.16%201.67-.413a4.25%204.25%200%200%200%201.857-1.858c.253-.497.361-1.04.413-1.67c.05-.613.05-1.374.05-2.326v-4.77c0-1.09%200-1.792-.19-2.445a4.8%204.8%200%200%200-.816-1.592c-.418-.536-.988-.946-1.872-1.582l-4.75-3.42c-.89-.642-1.505-1.085-2.196-1.261m-1.482%201.453a2.25%202.25%200%200%201%201.112%200c.38.097.75.348%201.81%201.112l4.535%203.265c1.011.728%201.39%201.01%201.66%201.356c.254.325.443.694.559%201.09c.123.421.13.894.13%202.14V16.4c0%20.992%200%201.692-.045%202.238c-.044.537-.127.86-.255%201.11a2.75%202.75%200%200%201-1.202%201.202c-.25.128-.573.21-1.11.255c-.546.044-1.246.045-2.238.045H7.6c-.993%200-1.692%200-2.238-.045c-.537-.044-.86-.127-1.11-.255a2.75%202.75%200%200%201-1.202-1.202c-.128-.25-.211-.573-.255-1.11c-.045-.546-.045-1.246-.045-2.238v-4.622c0-1.245.007-1.718.13-2.14a3.3%203.3%200%200%201%20.558-1.089c.27-.346.65-.628%201.66-1.356l4.535-3.265c1.061-.764%201.431-1.015%201.811-1.112%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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