nest-display from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-display
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-display-rounded, nest-display-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the nest display icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.5q-2.436 0-3.968-.29q-1.532-.289-1.532-.744V16.5H4.29q-.702 0-1.186-.525q-.485-.525-.429-1.227l.656-7.77q.05-.62.519-1.05q.47-.428 1.096-.428h14.108q.627 0 1.096.429t.52 1.05l.655 7.769q.056.702-.429 1.227q-.484.525-1.186.525H17.5v.966q0 .455-1.532.744q-1.531.29-3.968.29"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestDisplay(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="M12 18.5q-2.436 0-3.968-.29q-1.532-.289-1.532-.744V16.5H4.29q-.702 0-1.186-.525q-.485-.525-.429-1.227l.656-7.77q.05-.62.519-1.05q.47-.428 1.096-.428h14.108q.627 0 1.096.429t.52 1.05l.655 7.769q.056.702-.429 1.227q-.484.525-1.186.525H17.5v.966q0 .455-1.532.744q-1.531.29-3.968.29"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.5q-2.436 0-3.968-.29q-1.532-.289-1.532-.744V16.5H4.29q-.702 0-1.186-.525q-.485-.525-.429-1.227l.656-7.77q.05-.62.519-1.05q.47-.428 1.096-.428h14.108q.627 0 1.096.429t.52 1.05l.655 7.769q.056.702-.429 1.227q-.484.525-1.186.525H17.5v.966q0 .455-1.532.744q-1.531.29-3.968.29"/></svg>
</template>

CSS

.icon-nest-display {
  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%22M12%2018.5q-2.436%200-3.968-.29q-1.532-.289-1.532-.744V16.5H4.29q-.702%200-1.186-.525q-.485-.525-.429-1.227l.656-7.77q.05-.62.519-1.05q.47-.428%201.096-.428h14.108q.627%200%201.096.429t.52%201.05l.655%207.769q.056.702-.429%201.227q-.484.525-1.186.525H17.5v.966q0%20.455-1.532.744q-1.531.29-3.968.29%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%22M12%2018.5q-2.436%200-3.968-.29q-1.532-.289-1.532-.744V16.5H4.29q-.702%200-1.186-.525q-.485-.525-.429-1.227l.656-7.77q.05-.62.519-1.05q.47-.428%201.096-.428h14.108q.627%200%201.096.429t.52%201.05l.655%207.769q.056.702-.429%201.227q-.484.525-1.186.525H17.5v.966q0%20.455-1.532.744q-1.531.29-3.968.29%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-display.svg?color=%231a73e8&size=48