doorbell-outline-rounded from Material Symbols Light by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
doorbell-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the doorbell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.626 16.991q.259-.239.297-.606h-1.846q.039.367.297.606q.259.24.626.24t.626-.24m-3.934-1.106h6.616q.154 0 .269-.112q.115-.111.115-.273t-.115-.273t-.27-.111h-.615v-2.272q0-1.063-.532-1.934q-.533-.871-1.525-1.14v-.328q0-.275-.184-.454q-.184-.18-.451-.18t-.451.18t-.183.454v.327q-.993.27-1.526 1.14q-.532.87-.532 1.934v2.273h-.616q-.154 0-.269.111q-.115.112-.115.273t.115.273t.27.112M5 18.385v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.385 4.057q.303.222.474.566q.172.343.172.727v8.077q0 .666-.475 1.14t-1.14.475H6.615q-.666 0-1.14-.475T5 18.386M6.616 19h10.769q.269 0 .442-.173t.173-.442v-8.077q0-.154-.067-.28t-.183-.22l-5.384-4.039q-.154-.134-.366-.134t-.365.134L6.25 9.808q-.115.096-.183.22t-.067.28v8.077q0 .269.173.442t.443.173M12 12.308"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDoorbellOutlineRounded(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="M12.626 16.991q.259-.239.297-.606h-1.846q.039.367.297.606q.259.24.626.24t.626-.24m-3.934-1.106h6.616q.154 0 .269-.112q.115-.111.115-.273t-.115-.273t-.27-.111h-.615v-2.272q0-1.063-.532-1.934q-.533-.871-1.525-1.14v-.328q0-.275-.184-.454q-.184-.18-.451-.18t-.451.18t-.183.454v.327q-.993.27-1.526 1.14q-.532.87-.532 1.934v2.273h-.616q-.154 0-.269.111q-.115.112-.115.273t.115.273t.27.112M5 18.385v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.385 4.057q.303.222.474.566q.172.343.172.727v8.077q0 .666-.475 1.14t-1.14.475H6.615q-.666 0-1.14-.475T5 18.386M6.616 19h10.769q.269 0 .442-.173t.173-.442v-8.077q0-.154-.067-.28t-.183-.22l-5.384-4.039q-.154-.134-.366-.134t-.365.134L6.25 9.808q-.115.096-.183.22t-.067.28v8.077q0 .269.173.442t.443.173M12 12.308"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.626 16.991q.259-.239.297-.606h-1.846q.039.367.297.606q.259.24.626.24t.626-.24m-3.934-1.106h6.616q.154 0 .269-.112q.115-.111.115-.273t-.115-.273t-.27-.111h-.615v-2.272q0-1.063-.532-1.934q-.533-.871-1.525-1.14v-.328q0-.275-.184-.454q-.184-.18-.451-.18t-.451.18t-.183.454v.327q-.993.27-1.526 1.14q-.532.87-.532 1.934v2.273h-.616q-.154 0-.269.111q-.115.112-.115.273t.115.273t.27.112M5 18.385v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.385 4.057q.303.222.474.566q.172.343.172.727v8.077q0 .666-.475 1.14t-1.14.475H6.615q-.666 0-1.14-.475T5 18.386M6.616 19h10.769q.269 0 .442-.173t.173-.442v-8.077q0-.154-.067-.28t-.183-.22l-5.384-4.039q-.154-.134-.366-.134t-.365.134L6.25 9.808q-.115.096-.183.22t-.067.28v8.077q0 .269.173.442t.443.173M12 12.308"/></svg>
</template>

CSS

.icon-doorbell-outline-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%22M12.626%2016.991q.259-.239.297-.606h-1.846q.039.367.297.606q.259.24.626.24t.626-.24m-3.934-1.106h6.616q.154%200%20.269-.112q.115-.111.115-.273t-.115-.273t-.27-.111h-.615v-2.272q0-1.063-.532-1.934q-.533-.871-1.525-1.14v-.328q0-.275-.184-.454q-.184-.18-.451-.18t-.451.18t-.183.454v.327q-.993.27-1.526%201.14q-.532.87-.532%201.934v2.273h-.616q-.154%200-.269.111q-.115.112-.115.273t.115.273t.27.112M5%2018.385v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.385%204.057q.303.222.474.566q.172.343.172.727v8.077q0%20.666-.475%201.14t-1.14.475H6.615q-.666%200-1.14-.475T5%2018.386M6.616%2019h10.769q.269%200%20.442-.173t.173-.442v-8.077q0-.154-.067-.28t-.183-.22l-5.384-4.039q-.154-.134-.366-.134t-.365.134L6.25%209.808q-.115.096-.183.22t-.067.28v8.077q0%20.269.173.442t.443.173M12%2012.308%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%22M12.626%2016.991q.259-.239.297-.606h-1.846q.039.367.297.606q.259.24.626.24t.626-.24m-3.934-1.106h6.616q.154%200%20.269-.112q.115-.111.115-.273t-.115-.273t-.27-.111h-.615v-2.272q0-1.063-.532-1.934q-.533-.871-1.525-1.14v-.328q0-.275-.184-.454q-.184-.18-.451-.18t-.451.18t-.183.454v.327q-.993.27-1.526%201.14q-.532.87-.532%201.934v2.273h-.616q-.154%200-.269.111q-.115.112-.115.273t.115.273t.27.112M5%2018.385v-8.077q0-.384.172-.727t.474-.565l5.385-4.058q.223-.162.466-.243t.507-.08t.504.08t.461.243l5.385%204.057q.303.222.474.566q.172.343.172.727v8.077q0%20.666-.475%201.14t-1.14.475H6.615q-.666%200-1.14-.475T5%2018.386M6.616%2019h10.769q.269%200%20.442-.173t.173-.442v-8.077q0-.154-.067-.28t-.183-.22l-5.384-4.039q-.154-.134-.366-.134t-.365.134L6.25%209.808q-.115.096-.183.22t-.067.28v8.077q0%20.269.173.442t.443.173M12%2012.308%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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