nest-multi-room-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-multi-room-rounded
Set
Material Symbols Light
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the nest multi room icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.808 20q-.343 0-.576-.232T5 19.192v-2.634q0-.344.232-.576t.576-.232h6.884q.343 0 .576.232t.232.576v2.634q0 .343-.232.576t-.576.232zm9.5 0q-.343 0-.576-.232t-.232-.576v-2.634q0-.33.24-.569q.239-.239.568-.239h2.884q.344 0 .576.232t.232.576v2.634q0 .343-.232.576t-.576.232zm-9.5-5.25q-.343 0-.576-.232T5 13.942v-2.634q0-.343.232-.576t.576-.232h2.884q.343 0 .576.232t.232.576v2.634q0 .344-.232.576t-.576.232zm5.5 0q-.343 0-.576-.232t-.232-.576v-2.634q0-.343.232-.576t.576-.232h6.884q.344 0 .576.232t.232.576v2.634q0 .344-.232.576t-.576.232zM6.212 9.5q-.293 0-.376-.27t.133-.457l5.062-3.815q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.062 3.815q.217.187.134.457q-.084.27-.377.27z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestMultiRoomRounded(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="M5.808 20q-.343 0-.576-.232T5 19.192v-2.634q0-.344.232-.576t.576-.232h6.884q.343 0 .576.232t.232.576v2.634q0 .343-.232.576t-.576.232zm9.5 0q-.343 0-.576-.232t-.232-.576v-2.634q0-.33.24-.569q.239-.239.568-.239h2.884q.344 0 .576.232t.232.576v2.634q0 .343-.232.576t-.576.232zm-9.5-5.25q-.343 0-.576-.232T5 13.942v-2.634q0-.343.232-.576t.576-.232h2.884q.343 0 .576.232t.232.576v2.634q0 .344-.232.576t-.576.232zm5.5 0q-.343 0-.576-.232t-.232-.576v-2.634q0-.343.232-.576t.576-.232h6.884q.344 0 .576.232t.232.576v2.634q0 .344-.232.576t-.576.232zM6.212 9.5q-.293 0-.376-.27t.133-.457l5.062-3.815q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.062 3.815q.217.187.134.457q-.084.27-.377.27z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.808 20q-.343 0-.576-.232T5 19.192v-2.634q0-.344.232-.576t.576-.232h6.884q.343 0 .576.232t.232.576v2.634q0 .343-.232.576t-.576.232zm9.5 0q-.343 0-.576-.232t-.232-.576v-2.634q0-.33.24-.569q.239-.239.568-.239h2.884q.344 0 .576.232t.232.576v2.634q0 .343-.232.576t-.576.232zm-9.5-5.25q-.343 0-.576-.232T5 13.942v-2.634q0-.343.232-.576t.576-.232h2.884q.343 0 .576.232t.232.576v2.634q0 .344-.232.576t-.576.232zm5.5 0q-.343 0-.576-.232t-.232-.576v-2.634q0-.343.232-.576t.576-.232h6.884q.344 0 .576.232t.232.576v2.634q0 .344-.232.576t-.576.232zM6.212 9.5q-.293 0-.376-.27t.133-.457l5.062-3.815q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.062 3.815q.217.187.134.457q-.084.27-.377.27z"/></svg>
</template>

CSS

.icon-nest-multi-room-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%22M5.808%2020q-.343%200-.576-.232T5%2019.192v-2.634q0-.344.232-.576t.576-.232h6.884q.343%200%20.576.232t.232.576v2.634q0%20.343-.232.576t-.576.232zm9.5%200q-.343%200-.576-.232t-.232-.576v-2.634q0-.33.24-.569q.239-.239.568-.239h2.884q.344%200%20.576.232t.232.576v2.634q0%20.343-.232.576t-.576.232zm-9.5-5.25q-.343%200-.576-.232T5%2013.942v-2.634q0-.343.232-.576t.576-.232h2.884q.343%200%20.576.232t.232.576v2.634q0%20.344-.232.576t-.576.232zm5.5%200q-.343%200-.576-.232t-.232-.576v-2.634q0-.343.232-.576t.576-.232h6.884q.344%200%20.576.232t.232.576v2.634q0%20.344-.232.576t-.576.232zM6.212%209.5q-.293%200-.376-.27t.133-.457l5.062-3.815q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.062%203.815q.217.187.134.457q-.084.27-.377.27z%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%22M5.808%2020q-.343%200-.576-.232T5%2019.192v-2.634q0-.344.232-.576t.576-.232h6.884q.343%200%20.576.232t.232.576v2.634q0%20.343-.232.576t-.576.232zm9.5%200q-.343%200-.576-.232t-.232-.576v-2.634q0-.33.24-.569q.239-.239.568-.239h2.884q.344%200%20.576.232t.232.576v2.634q0%20.343-.232.576t-.576.232zm-9.5-5.25q-.343%200-.576-.232T5%2013.942v-2.634q0-.343.232-.576t.576-.232h2.884q.343%200%20.576.232t.232.576v2.634q0%20.344-.232.576t-.576.232zm5.5%200q-.343%200-.576-.232t-.232-.576v-2.634q0-.343.232-.576t.576-.232h6.884q.344%200%20.576.232t.232.576v2.634q0%20.344-.232.576t-.576.232zM6.212%209.5q-.293%200-.376-.27t.133-.457l5.062-3.815q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.062%203.815q.217.187.134.457q-.084.27-.377.27z%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-multi-room-rounded.svg?color=%231a73e8&size=48