nest-wifi-router-outline from Material Symbols Light by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-wifi-router-outline
Set
Material Symbols Light
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-wifi-router-outline-rounded, nest-wifi-router-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the nest wifi router icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.73 20q-1.97 0-3.35-1.38T4 15.27V8.73q0-1.97 1.38-3.35T8.73 4h6.54q1.97 0 3.35 1.38T20 8.73v6.54q0 1.97-1.38 3.35T15.27 20zM5 15.616h14V8.73q0-1.54-1.096-2.635T15.269 5H8.731Q7.19 5 6.096 6.096Q5 7.192 5 8.731zm.262 1q.429 1.053 1.357 1.719q.929.665 2.112.665h6.538q1.183 0 2.112-.666q.929-.665 1.358-1.719zm6.738-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestWifiRouterOutline(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="M8.73 20q-1.97 0-3.35-1.38T4 15.27V8.73q0-1.97 1.38-3.35T8.73 4h6.54q1.97 0 3.35 1.38T20 8.73v6.54q0 1.97-1.38 3.35T15.27 20zM5 15.616h14V8.73q0-1.54-1.096-2.635T15.269 5H8.731Q7.19 5 6.096 6.096Q5 7.192 5 8.731zm.262 1q.429 1.053 1.357 1.719q.929.665 2.112.665h6.538q1.183 0 2.112-.666q.929-.665 1.358-1.719zm6.738-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.73 20q-1.97 0-3.35-1.38T4 15.27V8.73q0-1.97 1.38-3.35T8.73 4h6.54q1.97 0 3.35 1.38T20 8.73v6.54q0 1.97-1.38 3.35T15.27 20zM5 15.616h14V8.73q0-1.54-1.096-2.635T15.269 5H8.731Q7.19 5 6.096 6.096Q5 7.192 5 8.731zm.262 1q.429 1.053 1.357 1.719q.929.665 2.112.665h6.538q1.183 0 2.112-.666q.929-.665 1.358-1.719zm6.738-1"/></svg>
</template>

CSS

.icon-nest-wifi-router-outline {
  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%22M8.73%2020q-1.97%200-3.35-1.38T4%2015.27V8.73q0-1.97%201.38-3.35T8.73%204h6.54q1.97%200%203.35%201.38T20%208.73v6.54q0%201.97-1.38%203.35T15.27%2020zM5%2015.616h14V8.73q0-1.54-1.096-2.635T15.269%205H8.731Q7.19%205%206.096%206.096Q5%207.192%205%208.731zm.262%201q.429%201.053%201.357%201.719q.929.665%202.112.665h6.538q1.183%200%202.112-.666q.929-.665%201.358-1.719zm6.738-1%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%22M8.73%2020q-1.97%200-3.35-1.38T4%2015.27V8.73q0-1.97%201.38-3.35T8.73%204h6.54q1.97%200%203.35%201.38T20%208.73v6.54q0%201.97-1.38%203.35T15.27%2020zM5%2015.616h14V8.73q0-1.54-1.096-2.635T15.269%205H8.731Q7.19%205%206.096%206.096Q5%207.192%205%208.731zm.262%201q.429%201.053%201.357%201.719q.929.665%202.112.665h6.538q1.183%200%202.112-.666q.929-.665%201.358-1.719zm6.738-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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