Nest Protect icon

Nest Protect 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_protect_outlined_fill0_wght400.svg

Nest Protect 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=nest_protect" />

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

Nest Protect icon in React

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

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

Nest Protect icon in Vue

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

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

Nest Protect icon in Angular

With Angular Material and the font from the HTML tab:

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

Nest Protect 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_protect, fill: 0, weight: 400)

Nest Protect icon in Android

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

<!-- res/drawable/nest_protect.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="M7.875 21q-2.025 0-3.45-1.425t-1.425-3.45v-8.25q0-2.047 1.425-3.461Q5.85 3 7.875 3h8.25q2.048 0 3.461 1.414Q21 5.828 21 7.875v8.25q0 2.025-1.414 3.45T16.125 21H7.875Zm0-1.5h8.25q1.435 0 2.405-.97Q19.5 17.559 19.5 16.125v-8.25q0-1.434-.97-2.405Q17.56 4.5 16.125 4.5H7.875q-1.434 0-2.405 .97Q4.5 6.441 4.5 7.875v8.25q0 1.434 .97 2.405Q6.441 19.5 7.875 19.5Zm4.125-2.625q-2.025 0-3.45-1.425t-1.425-3.462q0-2.038 1.425-3.45T12.013 7.125q2.037 0 3.45 1.414T16.875 12q0 2.025-1.414 3.45T12 16.875Zm0-1.5q1.435 0 2.405-.97Q15.375 13.434 15.375 12q0-1.434-.97-2.405Q13.435 8.625 12 8.625q-1.434 0-2.405 .97Q8.625 10.566 8.625 12q0 1.434 .97 2.405Q10.566 15.375 12 15.375Z" />
</vector>

Nest Protect icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/nest_protect.svg" width="24" height="24" alt="Nest Protect">

Nest Protect 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 Protect
Ligaturenest_protect
Code pointU+E68E
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/nest_protect.svg, nest_protect-fill.svg
FlutterSymbols.nest_protect
LicenseApache License 2.0 (© Google LLC)

Keywords

homenetworkalerthardwaresecuritysystemwarninghouseprotectionsafetysmart homealarm

Related icons