Nest Doorbell Visitor icon

Nest Doorbell Visitor 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_doorbell_visitor_outlined_fill0_wght400.svg

Nest Doorbell Visitor 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_doorbell_visitor" />

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

Nest Doorbell Visitor icon in React

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

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

Nest Doorbell Visitor icon in Vue

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

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

Nest Doorbell Visitor icon in Angular

With Angular Material and the font from the HTML tab:

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

Nest Doorbell Visitor 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_doorbell_visitor, fill: 0, weight: 400)

Nest Doorbell Visitor icon in Android

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

<!-- res/drawable/nest_doorbell_visitor.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="M17.013 17.485q-.513-.514-.513-1.237t.515-1.235q.515-.513 1.237-.513t1.236 .515q.512 .514 .512 1.237t-.515 1.236q-.515 .512-1.237 .512t-1.235-.515ZM14.5 22v-.325q0-1 1.013-1.587T18.25 19.5q1.725 0 2.738 .588T22 21.675v.325H14.5Zm2.5-10h-1.5v-5q0-1.5-1.037-2.5T12 3.5q-1.425 0-2.462 1.006T8.5 7v10q0 1.425 1.038 2.463T12 20.5v1.5q-2.125 0-3.562-1.437T7 17v-10q0-2.125 1.438-3.562T12 2q2.125 0 3.563 1.438T17 7v5ZM13.413 9.413Q14 8.825 14 8t-.587-1.412Q12.825 6 12 6t-1.412 .588Q10 7.175 10 8t.588 1.413Q11.175 10 12 10t1.413-.587ZM12 12Zm-1.412 5.413Q11.175 18 12 18t1.413-.587Q14 16.825 14 16t-.587-1.412Q12.825 14 12 14t-1.412 .588Q10 15.175 10 16t.588 1.413Zm.6-.64q-.313-.352-.313-.775T11.183 15.225q.309-.35 .813-.35t.817 .31q.312 .31 .312 .817Q13.125 16.425 12.817 16.775t-.813 .35q-.504 0-.816-.352Z" />
</vector>

Nest Doorbell Visitor icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

homehumanalertpersonsecuritynotificationhouseavatarsmart homeautomationmonitoringrectangular

Related icons