Doorbell Chime icon

Doorbell Chime 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

doorbell_chime_outlined_fill0_wght400.svg

Doorbell Chime 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=doorbell_chime" />

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

Doorbell Chime icon in React

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

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

Doorbell Chime icon in Vue

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

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

Doorbell Chime icon in Angular

With Angular Material and the font from the HTML tab:

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

Doorbell Chime 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.doorbell_chime, fill: 0, weight: 400)

Doorbell Chime icon in Android

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

<!-- res/drawable/doorbell_chime.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="m22.125 16.525-1.05-1.05q.7-.7 1.063-1.605t.362-1.875Q22.5 11.025 22.125 10.125t-1.05-1.6l1.05-1.05q.9 .9 1.388 2.075t.487 2.45q0 1.275-.487 2.45T22.125 16.525Zm-2.675-2-1.075-1.05q.3-.3 .463-.671 .162-.372 .162-.8 0-.429-.162-.804T18.375 10.525l1.075-1.05q.5 .5 .775 1.146 .275 .647 .275 1.375Q20.5 12.725 20.225 13.375t-.775 1.15ZM8.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.479Zm-1.062-2.066Q14 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.802Zm2.213-7.389Q14 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 12Z" />
</vector>

Doorbell Chime icon in SVG

npm install @material-symbols/svg-400

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

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

Doorbell Chime 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

NameDoorbell Chime
Ligaturedoorbell_chime
Code pointU+E1F3
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/doorbell_chime.svg, doorbell_chime-fill.svg
FlutterSymbols.doorbell_chime
LicenseApache License 2.0 (© Google LLC)

Keywords

homelinesalertsignalsecurityaudionotificationnestsoundhousebuildingsmart home

Related icons