doorbell chime icon

doorbell-chime-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
doorbell-chime-rounded
Set
Material Symbols
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the doorbell chime icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 16.713Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288m-2.826 3.825Q7 19.075 7 17V7q0-2.075 1.463-3.537T12 2t3.538 1.463T17 7v10q0 2.075-1.463 3.538T12 22t-3.537-1.463m4.95-3.124Q14 16.825 14 16t-.587-1.412T12 14t-1.412.588T10 16t.588 1.413T12 18t1.413-.587m0-8Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M18.675 15q-.425 0-.712-.288T17.675 14q0-.2.075-.387t.2-.313q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6q-.125-.15-.2-.325T17.675 10q0-.425.288-.712T18.675 9q.2 0 .388.088t.312.212q.55.55.838 1.238T20.5 12t-.288 1.463t-.837 1.237q-.125.125-.312.213t-.388.087m2.675 2q-.425 0-.712-.288T20.35 16q0-.2.088-.387t.212-.313q.65-.65 1-1.513T22 12t-.35-1.787t-1-1.513q-.125-.125-.212-.312T20.35 8q0-.425.288-.712T21.35 7q.2 0 .388.088t.312.212q.95.95 1.45 2.15T24 12t-.5 2.55t-1.45 2.15q-.125.125-.312.213T21.35 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDoorbellChimeRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 16.713Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288m-2.826 3.825Q7 19.075 7 17V7q0-2.075 1.463-3.537T12 2t3.538 1.463T17 7v10q0 2.075-1.463 3.538T12 22t-3.537-1.463m4.95-3.124Q14 16.825 14 16t-.587-1.412T12 14t-1.412.588T10 16t.588 1.413T12 18t1.413-.587m0-8Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M18.675 15q-.425 0-.712-.288T17.675 14q0-.2.075-.387t.2-.313q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6q-.125-.15-.2-.325T17.675 10q0-.425.288-.712T18.675 9q.2 0 .388.088t.312.212q.55.55.838 1.238T20.5 12t-.288 1.463t-.837 1.237q-.125.125-.312.213t-.388.087m2.675 2q-.425 0-.712-.288T20.35 16q0-.2.088-.387t.212-.313q.65-.65 1-1.513T22 12t-.35-1.787t-1-1.513q-.125-.125-.212-.312T20.35 8q0-.425.288-.712T21.35 7q.2 0 .388.088t.312.212q.95.95 1.45 2.15T24 12t-.5 2.55t-1.45 2.15q-.125.125-.312.213T21.35 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 16.713Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288m-2.826 3.825Q7 19.075 7 17V7q0-2.075 1.463-3.537T12 2t3.538 1.463T17 7v10q0 2.075-1.463 3.538T12 22t-3.537-1.463m4.95-3.124Q14 16.825 14 16t-.587-1.412T12 14t-1.412.588T10 16t.588 1.413T12 18t1.413-.587m0-8Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M18.675 15q-.425 0-.712-.288T17.675 14q0-.2.075-.387t.2-.313q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6q-.125-.15-.2-.325T17.675 10q0-.425.288-.712T18.675 9q.2 0 .388.088t.312.212q.55.55.838 1.238T20.5 12t-.288 1.463t-.837 1.237q-.125.125-.312.213t-.388.087m2.675 2q-.425 0-.712-.288T20.35 16q0-.2.088-.387t.212-.313q.65-.65 1-1.513T22 12t-.35-1.787t-1-1.513q-.125-.125-.212-.312T20.35 8q0-.425.288-.712T21.35 7q.2 0 .388.088t.312.212q.95.95 1.45 2.15T24 12t-.5 2.55t-1.45 2.15q-.125.125-.312.213T21.35 17"/></svg>
</template>

CSS

.icon-doorbell-chime-rounded {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.288%2016.713Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288m-2.826%203.825Q7%2019.075%207%2017V7q0-2.075%201.463-3.537T12%202t3.538%201.463T17%207v10q0%202.075-1.463%203.538T12%2022t-3.537-1.463m4.95-3.124Q14%2016.825%2014%2016t-.587-1.412T12%2014t-1.412.588T10%2016t.588%201.413T12%2018t1.413-.587m0-8Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587M18.675%2015q-.425%200-.712-.288T17.675%2014q0-.2.075-.387t.2-.313q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6q-.125-.15-.2-.325T17.675%2010q0-.425.288-.712T18.675%209q.2%200%20.388.088t.312.212q.55.55.838%201.238T20.5%2012t-.288%201.463t-.837%201.237q-.125.125-.312.213t-.388.087m2.675%202q-.425%200-.712-.288T20.35%2016q0-.2.088-.387t.212-.313q.65-.65%201-1.513T22%2012t-.35-1.787t-1-1.513q-.125-.125-.212-.312T20.35%208q0-.425.288-.712T21.35%207q.2%200%20.388.088t.312.212q.95.95%201.45%202.15T24%2012t-.5%202.55t-1.45%202.15q-.125.125-.312.213T21.35%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.288%2016.713Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288m-2.826%203.825Q7%2019.075%207%2017V7q0-2.075%201.463-3.537T12%202t3.538%201.463T17%207v10q0%202.075-1.463%203.538T12%2022t-3.537-1.463m4.95-3.124Q14%2016.825%2014%2016t-.587-1.412T12%2014t-1.412.588T10%2016t.588%201.413T12%2018t1.413-.587m0-8Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587M18.675%2015q-.425%200-.712-.288T17.675%2014q0-.2.075-.387t.2-.313q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6q-.125-.15-.2-.325T17.675%2010q0-.425.288-.712T18.675%209q.2%200%20.388.088t.312.212q.55.55.838%201.238T20.5%2012t-.288%201.463t-.837%201.237q-.125.125-.312.213t-.388.087m2.675%202q-.425%200-.712-.288T20.35%2016q0-.2.088-.387t.212-.313q.65-.65%201-1.513T22%2012t-.35-1.787t-1-1.513q-.125-.125-.212-.312T20.35%208q0-.425.288-.712T21.35%207q.2%200%20.388.088t.312.212q.95.95%201.45%202.15T24%2012t-.5%202.55t-1.45%202.15q-.125.125-.312.213T21.35%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/doorbell-chime-rounded.svg?color=%231a73e8&size=48