Nest Hello Doorbell icon

Nest Hello Doorbell 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_hello_doorbell_outlined_fill0_wght400.svg

Nest Hello Doorbell 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_hello_doorbell" />

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

Nest Hello Doorbell icon in React

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

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

Nest Hello Doorbell icon in Vue

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

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

Nest Hello Doorbell icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Nest Hello Doorbell icon in Android

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

<!-- res/drawable/nest_hello_doorbell.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="M8.463 20.538Q7 19.075 7 17v-10q0-2.075 1.463-3.537T12 2q2.075 0 3.538 1.463T17 7v10q0 2.075-1.462 3.538T12 22q-2.075 0-3.537-1.462ZM14.475 19.479q1.025-1.021 1.025-2.479v-10q0-1.458-1.019-2.479-1.019-1.021-2.475-1.021Q10.55 3.5 9.525 4.521q-1.025 1.021-1.025 2.479v10q0 1.458 1.019 2.479 1.019 1.021 2.475 1.021Q13.45 20.5 14.475 19.479ZM13.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 12Zm1.413 5.413Q14 16.825 14 16t-.587-1.412Q12.825 14 12 14t-1.412 .588Q10 15.175 10 16t.588 1.413Q11.175 18 12 18t1.413-.587ZM11.2 16.802q-.325-.323-.325-.8T11.198 15.2q.323-.325 .8-.325T12.8 15.198q.325 .323 .325 .8T12.802 16.8q-.322 .325-.8 .325T11.2 16.802Z" />
</vector>

Nest Hello Doorbell icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

homealertsecuritycamerasoundhousebuildingsmart homealarmremindermonitoringactive

Related icons