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

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

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the nest detect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 22q-1.45 0-2.475-1.025T6 18.5V4q0-.825.588-1.412T8 2h3q.825 0 1.413.588T13 4v14.5q0 1.45-1.025 2.475T9.5 22M8 15.35q.35-.175.713-.262T9.5 15t.788.088t.712.262V4H8zM9.5 20q.625 0 1.063-.437T11 18.5t-.437-1.062T9.5 17t-1.062.438T8 18.5t.438 1.063T9.5 20m7.5-2q-.825 0-1.412-.587T15 16V8q0-.825.588-1.412T17 6h1q.825 0 1.413.588T20 8v8q0 .825-.587 1.413T18 18zm0-2h1V8h-1zM8 4h3zm9 12h1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestDetectOutline(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="M9.5 22q-1.45 0-2.475-1.025T6 18.5V4q0-.825.588-1.412T8 2h3q.825 0 1.413.588T13 4v14.5q0 1.45-1.025 2.475T9.5 22M8 15.35q.35-.175.713-.262T9.5 15t.788.088t.712.262V4H8zM9.5 20q.625 0 1.063-.437T11 18.5t-.437-1.062T9.5 17t-1.062.438T8 18.5t.438 1.063T9.5 20m7.5-2q-.825 0-1.412-.587T15 16V8q0-.825.588-1.412T17 6h1q.825 0 1.413.588T20 8v8q0 .825-.587 1.413T18 18zm0-2h1V8h-1zM8 4h3zm9 12h1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 22q-1.45 0-2.475-1.025T6 18.5V4q0-.825.588-1.412T8 2h3q.825 0 1.413.588T13 4v14.5q0 1.45-1.025 2.475T9.5 22M8 15.35q.35-.175.713-.262T9.5 15t.788.088t.712.262V4H8zM9.5 20q.625 0 1.063-.437T11 18.5t-.437-1.062T9.5 17t-1.062.438T8 18.5t.438 1.063T9.5 20m7.5-2q-.825 0-1.412-.587T15 16V8q0-.825.588-1.412T17 6h1q.825 0 1.413.588T20 8v8q0 .825-.587 1.413T18 18zm0-2h1V8h-1zM8 4h3zm9 12h1z"/></svg>
</template>

CSS

.icon-nest-detect-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%22M9.5%2022q-1.45%200-2.475-1.025T6%2018.5V4q0-.825.588-1.412T8%202h3q.825%200%201.413.588T13%204v14.5q0%201.45-1.025%202.475T9.5%2022M8%2015.35q.35-.175.713-.262T9.5%2015t.788.088t.712.262V4H8zM9.5%2020q.625%200%201.063-.437T11%2018.5t-.437-1.062T9.5%2017t-1.062.438T8%2018.5t.438%201.063T9.5%2020m7.5-2q-.825%200-1.412-.587T15%2016V8q0-.825.588-1.412T17%206h1q.825%200%201.413.588T20%208v8q0%20.825-.587%201.413T18%2018zm0-2h1V8h-1zM8%204h3zm9%2012h1z%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%22M9.5%2022q-1.45%200-2.475-1.025T6%2018.5V4q0-.825.588-1.412T8%202h3q.825%200%201.413.588T13%204v14.5q0%201.45-1.025%202.475T9.5%2022M8%2015.35q.35-.175.713-.262T9.5%2015t.788.088t.712.262V4H8zM9.5%2020q.625%200%201.063-.437T11%2018.5t-.437-1.062T9.5%2017t-1.062.438T8%2018.5t.438%201.063T9.5%2020m7.5-2q-.825%200-1.412-.587T15%2016V8q0-.825.588-1.412T17%206h1q.825%200%201.413.588T20%208v8q0%20.825-.587%201.413T18%2018zm0-2h1V8h-1zM8%204h3zm9%2012h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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