wifi-home-outline-rounded from Material Symbols by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
wifi-home-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the wifi home icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 10.625L3 11.4q-.35.25-.75.2t-.65-.4t-.187-.75t.387-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3l9 6.875q.325.25.375.663t-.2.737t-.65.375t-.725-.2L12 4.525L6 9.1V18h4q.425 0 .713.288T11 19t-.288.713T10 20H6q-.825 0-1.412-.587T4 18zM13.75 23q-.325 0-.537-.213T13 22.25t.213-.537t.537-.213h.675q-.65-.675-1.037-1.575T13 18q0-1.525.825-2.762T16 13.425q.275-.125.513 0t.362.4t.025.563t-.475.487q-.875.425-1.4 1.263T14.5 18q0 .725.263 1.35t.737 1.1v-.7q0-.325.213-.537T16.25 19t.538.213t.212.537V22q0 .425-.288.713T16 23zm6.275-.425q-.275.125-.525 0t-.375-.4t-.025-.562t.475-.488q.875-.45 1.4-1.275T21.5 18q0-.725-.262-1.35t-.738-1.1v.7q0 .325-.213.538T19.75 17t-.537-.213T19 16.25V14q0-.425.288-.712T20 13h2.25q.325 0 .538.213t.212.537t-.213.538t-.537.212h-.675q.65.675 1.038 1.575T23 18q0 1.525-.825 2.763t-2.15 1.812"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiHomeOutlineRounded(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="M4 10.625L3 11.4q-.35.25-.75.2t-.65-.4t-.187-.75t.387-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3l9 6.875q.325.25.375.663t-.2.737t-.65.375t-.725-.2L12 4.525L6 9.1V18h4q.425 0 .713.288T11 19t-.288.713T10 20H6q-.825 0-1.412-.587T4 18zM13.75 23q-.325 0-.537-.213T13 22.25t.213-.537t.537-.213h.675q-.65-.675-1.037-1.575T13 18q0-1.525.825-2.762T16 13.425q.275-.125.513 0t.362.4t.025.563t-.475.487q-.875.425-1.4 1.263T14.5 18q0 .725.263 1.35t.737 1.1v-.7q0-.325.213-.537T16.25 19t.538.213t.212.537V22q0 .425-.288.713T16 23zm6.275-.425q-.275.125-.525 0t-.375-.4t-.025-.562t.475-.488q.875-.45 1.4-1.275T21.5 18q0-.725-.262-1.35t-.738-1.1v.7q0 .325-.213.538T19.75 17t-.537-.213T19 16.25V14q0-.425.288-.712T20 13h2.25q.325 0 .538.213t.212.537t-.213.538t-.537.212h-.675q.65.675 1.038 1.575T23 18q0 1.525-.825 2.763t-2.15 1.812"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 10.625L3 11.4q-.35.25-.75.2t-.65-.4t-.187-.75t.387-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3l9 6.875q.325.25.375.663t-.2.737t-.65.375t-.725-.2L12 4.525L6 9.1V18h4q.425 0 .713.288T11 19t-.288.713T10 20H6q-.825 0-1.412-.587T4 18zM13.75 23q-.325 0-.537-.213T13 22.25t.213-.537t.537-.213h.675q-.65-.675-1.037-1.575T13 18q0-1.525.825-2.762T16 13.425q.275-.125.513 0t.362.4t.025.563t-.475.487q-.875.425-1.4 1.263T14.5 18q0 .725.263 1.35t.737 1.1v-.7q0-.325.213-.537T16.25 19t.538.213t.212.537V22q0 .425-.288.713T16 23zm6.275-.425q-.275.125-.525 0t-.375-.4t-.025-.562t.475-.488q.875-.45 1.4-1.275T21.5 18q0-.725-.262-1.35t-.738-1.1v.7q0 .325-.213.538T19.75 17t-.537-.213T19 16.25V14q0-.425.288-.712T20 13h2.25q.325 0 .538.213t.212.537t-.213.538t-.537.212h-.675q.65.675 1.038 1.575T23 18q0 1.525-.825 2.763t-2.15 1.812"/></svg>
</template>

CSS

.icon-wifi-home-outline-rounded {
  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%22M4%2010.625L3%2011.4q-.35.25-.75.2t-.65-.4t-.187-.75t.387-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3l9%206.875q.325.25.375.663t-.2.737t-.65.375t-.725-.2L12%204.525L6%209.1V18h4q.425%200%20.713.288T11%2019t-.288.713T10%2020H6q-.825%200-1.412-.587T4%2018zM13.75%2023q-.325%200-.537-.213T13%2022.25t.213-.537t.537-.213h.675q-.65-.675-1.037-1.575T13%2018q0-1.525.825-2.762T16%2013.425q.275-.125.513%200t.362.4t.025.563t-.475.487q-.875.425-1.4%201.263T14.5%2018q0%20.725.263%201.35t.737%201.1v-.7q0-.325.213-.537T16.25%2019t.538.213t.212.537V22q0%20.425-.288.713T16%2023zm6.275-.425q-.275.125-.525%200t-.375-.4t-.025-.562t.475-.488q.875-.45%201.4-1.275T21.5%2018q0-.725-.262-1.35t-.738-1.1v.7q0%20.325-.213.538T19.75%2017t-.537-.213T19%2016.25V14q0-.425.288-.712T20%2013h2.25q.325%200%20.538.213t.212.537t-.213.538t-.537.212h-.675q.65.675%201.038%201.575T23%2018q0%201.525-.825%202.763t-2.15%201.812%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%22M4%2010.625L3%2011.4q-.35.25-.75.2t-.65-.4t-.187-.75t.387-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3l9%206.875q.325.25.375.663t-.2.737t-.65.375t-.725-.2L12%204.525L6%209.1V18h4q.425%200%20.713.288T11%2019t-.288.713T10%2020H6q-.825%200-1.412-.587T4%2018zM13.75%2023q-.325%200-.537-.213T13%2022.25t.213-.537t.537-.213h.675q-.65-.675-1.037-1.575T13%2018q0-1.525.825-2.762T16%2013.425q.275-.125.513%200t.362.4t.025.563t-.475.487q-.875.425-1.4%201.263T14.5%2018q0%20.725.263%201.35t.737%201.1v-.7q0-.325.213-.537T16.25%2019t.538.213t.212.537V22q0%20.425-.288.713T16%2023zm6.275-.425q-.275.125-.525%200t-.375-.4t-.025-.562t.475-.488q.875-.45%201.4-1.275T21.5%2018q0-.725-.262-1.35t-.738-1.1v.7q0%20.325-.213.538T19.75%2017t-.537-.213T19%2016.25V14q0-.425.288-.712T20%2013h2.25q.325%200%20.538.213t.212.537t-.213.538t-.537.212h-.675q.65.675%201.038%201.575T23%2018q0%201.525-.825%202.763t-2.15%201.812%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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