Nest Detect icon

Nest Detect is a Google Material Symbol from the Home category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

nest_detect_outlined_fill0_wght400.svg

Nest Detect icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=nest_detect" />

<span class="material-symbols-outlined">nest_detect</span>

Nest Detect icon in React

// With the font from the HTML tab:
export function NestDetectIcon() {
  return (
    <span className="material-symbols-outlined">
      nest_detect
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import NestDetectIcon from "@material-symbols/svg-400/outlined/nest_detect.svg?react";

Nest Detect icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">nest_detect</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import NestDetectIcon from "@material-symbols/svg-400/outlined/nest_detect.svg?component"; -->

Nest Detect icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">nest_detect</mat-icon>

Nest Detect icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.nest_detect, fill: 0, weight: 400)

Nest Detect icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/nest_detect.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M9.248 22Q7.9 22 6.95 21.048q-.95-.951-.95-2.298v-15.25q0-.619 .441-1.059Q6.881 2 7.5 2h3.5q.619 0 1.06 .441Q12.5 2.881 12.5 3.5v15.25q0 1.347-.952 2.298Q10.595 22 9.248 22ZM7.5 16q.5-.3 .938-.4t.812-.1q.375 0 .813 .1t.937 .4v-12.5H7.5v12.5Zm1.747 4.5q.728 0 1.241-.509 .512-.51 .512-1.238t-.509-1.24q-.51-.513-1.238-.513t-1.24 .51q-.513 .509-.513 1.237t.51 1.241q.509 .512 1.237 .512ZM16.5 18q-.619 0-1.059-.441Q15 17.119 15 16.5v-9q0-.619 .441-1.059Q15.881 6 16.5 6h2q.619 0 1.06 .441Q20 6.881 20 7.5v9q0 .619-.44 1.059Q19.119 18 18.5 18h-2Zm0-1.5h2v-9h-2v9ZM7.5 3.5h3.5-3.5Zm9 13h2-2Z" />
</vector>

Nest Detect icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/nest_detect.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/nest_detect.svg" width="24" height="24" alt="Nest Detect">

Nest Detect icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameNest Detect
Ligaturenest_detect
Code pointU+F123
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/nest_detect.svg, nest_detect-fill.svg
FlutterSymbols.nest_detect
LicenseApache License 2.0 (© Google LLC)

Keywords

homenetworkhardwaresignalsecuritydigitalsystemwirelesshousebuildingprotectionsmart home

Related icons