doorbell chime icon

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

Name
doorbell-chime-outline
Set
Material Symbols
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
doorbell-chime-outline-sharp

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="m22.05 16.7l-1.4-1.4q.65-.65 1-1.513T22 12t-.35-1.788t-1-1.512l1.4-1.4q.95.95 1.45 2.15T24 12t-.5 2.55t-1.45 2.15m-2.675-2l-1.425-1.4q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6l1.425-1.4q.55.55.838 1.238T20.5 12t-.288 1.463t-.837 1.237M8.463 20.538Q7 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.463m5.662-1.412Q15 18.25 15 17V7q0-1.25-.875-2.125T12 4t-2.125.875T9 7v10q0 1.25.875 2.125T12 20t2.125-.875m-.712-1.713Q14 16.826 14 16t-.587-1.412T12 14t-1.412.588T10 16t.588 1.413T12 18t1.413-.587m-2.126-.7Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288m2.124-7.3Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDoorbellChimeOutline(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="m22.05 16.7l-1.4-1.4q.65-.65 1-1.513T22 12t-.35-1.788t-1-1.512l1.4-1.4q.95.95 1.45 2.15T24 12t-.5 2.55t-1.45 2.15m-2.675-2l-1.425-1.4q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6l1.425-1.4q.55.55.838 1.238T20.5 12t-.288 1.463t-.837 1.237M8.463 20.538Q7 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.463m5.662-1.412Q15 18.25 15 17V7q0-1.25-.875-2.125T12 4t-2.125.875T9 7v10q0 1.25.875 2.125T12 20t2.125-.875m-.712-1.713Q14 16.826 14 16t-.587-1.412T12 14t-1.412.588T10 16t.588 1.413T12 18t1.413-.587m-2.126-.7Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288m2.124-7.3Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.05 16.7l-1.4-1.4q.65-.65 1-1.513T22 12t-.35-1.788t-1-1.512l1.4-1.4q.95.95 1.45 2.15T24 12t-.5 2.55t-1.45 2.15m-2.675-2l-1.425-1.4q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6l1.425-1.4q.55.55.838 1.238T20.5 12t-.288 1.463t-.837 1.237M8.463 20.538Q7 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.463m5.662-1.412Q15 18.25 15 17V7q0-1.25-.875-2.125T12 4t-2.125.875T9 7v10q0 1.25.875 2.125T12 20t2.125-.875m-.712-1.713Q14 16.826 14 16t-.587-1.412T12 14t-1.412.588T10 16t.588 1.413T12 18t1.413-.587m-2.126-.7Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288m2.124-7.3Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M12 12"/></svg>
</template>

CSS

.icon-doorbell-chime-outline {
  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%22m22.05%2016.7l-1.4-1.4q.65-.65%201-1.513T22%2012t-.35-1.788t-1-1.512l1.4-1.4q.95.95%201.45%202.15T24%2012t-.5%202.55t-1.45%202.15m-2.675-2l-1.425-1.4q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6l1.425-1.4q.55.55.838%201.238T20.5%2012t-.288%201.463t-.837%201.237M8.463%2020.538Q7%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.463m5.662-1.412Q15%2018.25%2015%2017V7q0-1.25-.875-2.125T12%204t-2.125.875T9%207v10q0%201.25.875%202.125T12%2020t2.125-.875m-.712-1.713Q14%2016.826%2014%2016t-.587-1.412T12%2014t-1.412.588T10%2016t.588%201.413T12%2018t1.413-.587m-2.126-.7Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288m2.124-7.3Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587M12%2012%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%22m22.05%2016.7l-1.4-1.4q.65-.65%201-1.513T22%2012t-.35-1.788t-1-1.512l1.4-1.4q.95.95%201.45%202.15T24%2012t-.5%202.55t-1.45%202.15m-2.675-2l-1.425-1.4q.275-.275.413-.6t.137-.7t-.137-.7t-.413-.6l1.425-1.4q.55.55.838%201.238T20.5%2012t-.288%201.463t-.837%201.237M8.463%2020.538Q7%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.463m5.662-1.412Q15%2018.25%2015%2017V7q0-1.25-.875-2.125T12%204t-2.125.875T9%207v10q0%201.25.875%202.125T12%2020t2.125-.875m-.712-1.713Q14%2016.826%2014%2016t-.587-1.412T12%2014t-1.412.588T10%2016t.588%201.413T12%2018t1.413-.587m-2.126-.7Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288m2.124-7.3Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587M12%2012%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-outline.svg?color=%231a73e8&size=48