wifi-home from Material Symbols by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
wifi-home
Set
Material Symbols
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-home-sharp

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 20v-9.375L2.2 12L1 10.4L12 2l11 8.4l-1.2 1.575l-1.8-1.35v.65q-.475-.15-.975-.212T18 11q-2.925 0-4.962 2.038T11 18q0 .5.075 1t.225 1zm13 3h-4v-1.5h1.425q-.65-.675-1.037-1.575T13 18q0-1.8 1.138-3.175T17 13.1v1.55q-1.1.325-1.8 1.238T14.5 18q0 .725.263 1.35t.737 1.1V19H17zm2-.1v-1.55q1.125-.35 1.813-1.263T21.5 18q0-.725-.262-1.35t-.738-1.1V17H19v-4h4v1.5h-1.425q.65.675 1.038 1.575T23 18q0 1.8-1.137 3.175T19 22.9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiHome(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 20v-9.375L2.2 12L1 10.4L12 2l11 8.4l-1.2 1.575l-1.8-1.35v.65q-.475-.15-.975-.212T18 11q-2.925 0-4.962 2.038T11 18q0 .5.075 1t.225 1zm13 3h-4v-1.5h1.425q-.65-.675-1.037-1.575T13 18q0-1.8 1.138-3.175T17 13.1v1.55q-1.1.325-1.8 1.238T14.5 18q0 .725.263 1.35t.737 1.1V19H17zm2-.1v-1.55q1.125-.35 1.813-1.263T21.5 18q0-.725-.262-1.35t-.738-1.1V17H19v-4h4v1.5h-1.425q.65.675 1.038 1.575T23 18q0 1.8-1.137 3.175T19 22.9"/></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 20v-9.375L2.2 12L1 10.4L12 2l11 8.4l-1.2 1.575l-1.8-1.35v.65q-.475-.15-.975-.212T18 11q-2.925 0-4.962 2.038T11 18q0 .5.075 1t.225 1zm13 3h-4v-1.5h1.425q-.65-.675-1.037-1.575T13 18q0-1.8 1.138-3.175T17 13.1v1.55q-1.1.325-1.8 1.238T14.5 18q0 .725.263 1.35t.737 1.1V19H17zm2-.1v-1.55q1.125-.35 1.813-1.263T21.5 18q0-.725-.262-1.35t-.738-1.1V17H19v-4h4v1.5h-1.425q.65.675 1.038 1.575T23 18q0 1.8-1.137 3.175T19 22.9"/></svg>
</template>

CSS

.icon-wifi-home {
  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%2020v-9.375L2.2%2012L1%2010.4L12%202l11%208.4l-1.2%201.575l-1.8-1.35v.65q-.475-.15-.975-.212T18%2011q-2.925%200-4.962%202.038T11%2018q0%20.5.075%201t.225%201zm13%203h-4v-1.5h1.425q-.65-.675-1.037-1.575T13%2018q0-1.8%201.138-3.175T17%2013.1v1.55q-1.1.325-1.8%201.238T14.5%2018q0%20.725.263%201.35t.737%201.1V19H17zm2-.1v-1.55q1.125-.35%201.813-1.263T21.5%2018q0-.725-.262-1.35t-.738-1.1V17H19v-4h4v1.5h-1.425q.65.675%201.038%201.575T23%2018q0%201.8-1.137%203.175T19%2022.9%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%2020v-9.375L2.2%2012L1%2010.4L12%202l11%208.4l-1.2%201.575l-1.8-1.35v.65q-.475-.15-.975-.212T18%2011q-2.925%200-4.962%202.038T11%2018q0%20.5.075%201t.225%201zm13%203h-4v-1.5h1.425q-.65-.675-1.037-1.575T13%2018q0-1.8%201.138-3.175T17%2013.1v1.55q-1.1.325-1.8%201.238T14.5%2018q0%20.725.263%201.35t.737%201.1V19H17zm2-.1v-1.55q1.125-.35%201.813-1.263T21.5%2018q0-.725-.262-1.35t-.738-1.1V17H19v-4h4v1.5h-1.425q.65.675%201.038%201.575T23%2018q0%201.8-1.137%203.175T19%2022.9%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.svg?color=%231a73e8&size=48