home wifi2 icon

home-wifi2-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
home-wifi2-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

More ui icons from Reicon

Use the home wifi2 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="M2.335 7.875c-.54 1.127-.35 2.446.03 5.083l.278 1.937c.487 3.388.731 5.081 1.906 6.093S7.447 22 10.894 22h2.212c3.447 0 5.17 0 6.345-1.012s1.419-2.705 1.906-6.093l.279-1.937c.38-2.637.57-3.956.029-5.083s-1.691-1.813-3.992-3.183l-1.385-.825C14.2 2.622 13.154 2 12 2s-2.199.622-4.288 1.867l-1.385.825c-2.3 1.37-3.451 2.056-3.992 3.183M13.45 16.51c-.808-.872-2.092-.872-2.9 0a.75.75 0 1 1-1.1-1.02c1.401-1.513 3.699-1.513 5.1 0a.75.75 0 0 1-1.1 1.02m-4.9-2.16c1.913-2.064 4.988-2.064 6.9 0a.75.75 0 1 0 1.1-1.019c-2.506-2.705-6.594-2.705-9.1 0a.75.75 0 1 0 1.1 1.02m8.9-2.158c-3.017-3.256-7.883-3.256-10.9 0a.75.75 0 1 1-1.1-1.02c3.61-3.896 9.49-3.896 13.1 0a.75.75 0 1 1-1.1 1.02" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHomeWifi2Filled(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="M2.335 7.875c-.54 1.127-.35 2.446.03 5.083l.278 1.937c.487 3.388.731 5.081 1.906 6.093S7.447 22 10.894 22h2.212c3.447 0 5.17 0 6.345-1.012s1.419-2.705 1.906-6.093l.279-1.937c.38-2.637.57-3.956.029-5.083s-1.691-1.813-3.992-3.183l-1.385-.825C14.2 2.622 13.154 2 12 2s-2.199.622-4.288 1.867l-1.385.825c-2.3 1.37-3.451 2.056-3.992 3.183M13.45 16.51c-.808-.872-2.092-.872-2.9 0a.75.75 0 1 1-1.1-1.02c1.401-1.513 3.699-1.513 5.1 0a.75.75 0 0 1-1.1 1.02m-4.9-2.16c1.913-2.064 4.988-2.064 6.9 0a.75.75 0 1 0 1.1-1.019c-2.506-2.705-6.594-2.705-9.1 0a.75.75 0 1 0 1.1 1.02m8.9-2.158c-3.017-3.256-7.883-3.256-10.9 0a.75.75 0 1 1-1.1-1.02c3.61-3.896 9.49-3.896 13.1 0a.75.75 0 1 1-1.1 1.02" 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="M2.335 7.875c-.54 1.127-.35 2.446.03 5.083l.278 1.937c.487 3.388.731 5.081 1.906 6.093S7.447 22 10.894 22h2.212c3.447 0 5.17 0 6.345-1.012s1.419-2.705 1.906-6.093l.279-1.937c.38-2.637.57-3.956.029-5.083s-1.691-1.813-3.992-3.183l-1.385-.825C14.2 2.622 13.154 2 12 2s-2.199.622-4.288 1.867l-1.385.825c-2.3 1.37-3.451 2.056-3.992 3.183M13.45 16.51c-.808-.872-2.092-.872-2.9 0a.75.75 0 1 1-1.1-1.02c1.401-1.513 3.699-1.513 5.1 0a.75.75 0 0 1-1.1 1.02m-4.9-2.16c1.913-2.064 4.988-2.064 6.9 0a.75.75 0 1 0 1.1-1.019c-2.506-2.705-6.594-2.705-9.1 0a.75.75 0 1 0 1.1 1.02m8.9-2.158c-3.017-3.256-7.883-3.256-10.9 0a.75.75 0 1 1-1.1-1.02c3.61-3.896 9.49-3.896 13.1 0a.75.75 0 1 1-1.1 1.02" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-home-wifi2-filled {
  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%22M2.335%207.875c-.54%201.127-.35%202.446.03%205.083l.278%201.937c.487%203.388.731%205.081%201.906%206.093S7.447%2022%2010.894%2022h2.212c3.447%200%205.17%200%206.345-1.012s1.419-2.705%201.906-6.093l.279-1.937c.38-2.637.57-3.956.029-5.083s-1.691-1.813-3.992-3.183l-1.385-.825C14.2%202.622%2013.154%202%2012%202s-2.199.622-4.288%201.867l-1.385.825c-2.3%201.37-3.451%202.056-3.992%203.183M13.45%2016.51c-.808-.872-2.092-.872-2.9%200a.75.75%200%201%201-1.1-1.02c1.401-1.513%203.699-1.513%205.1%200a.75.75%200%200%201-1.1%201.02m-4.9-2.16c1.913-2.064%204.988-2.064%206.9%200a.75.75%200%201%200%201.1-1.019c-2.506-2.705-6.594-2.705-9.1%200a.75.75%200%201%200%201.1%201.02m8.9-2.158c-3.017-3.256-7.883-3.256-10.9%200a.75.75%200%201%201-1.1-1.02c3.61-3.896%209.49-3.896%2013.1%200a.75.75%200%201%201-1.1%201.02%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%22M2.335%207.875c-.54%201.127-.35%202.446.03%205.083l.278%201.937c.487%203.388.731%205.081%201.906%206.093S7.447%2022%2010.894%2022h2.212c3.447%200%205.17%200%206.345-1.012s1.419-2.705%201.906-6.093l.279-1.937c.38-2.637.57-3.956.029-5.083s-1.691-1.813-3.992-3.183l-1.385-.825C14.2%202.622%2013.154%202%2012%202s-2.199.622-4.288%201.867l-1.385.825c-2.3%201.37-3.451%202.056-3.992%203.183M13.45%2016.51c-.808-.872-2.092-.872-2.9%200a.75.75%200%201%201-1.1-1.02c1.401-1.513%203.699-1.513%205.1%200a.75.75%200%200%201-1.1%201.02m-4.9-2.16c1.913-2.064%204.988-2.064%206.9%200a.75.75%200%201%200%201.1-1.019c-2.506-2.705-6.594-2.705-9.1%200a.75.75%200%201%200%201.1%201.02m8.9-2.158c-3.017-3.256-7.883-3.256-10.9%200a.75.75%200%201%201-1.1-1.02c3.61-3.896%209.49-3.896%2013.1%200a.75.75%200%201%201-1.1%201.02%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/reicon/home-wifi2-filled.svg?color=%231a73e8&size=48