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

Name
doorbell-3p-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the doorbell 3p icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-.825 0-1.412-.587T5 20V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v16q0 .825-.587 1.413T17 22zm5-3q.825 0 1.413-.587T14 17t-.587-1.412T12 15t-1.412.588T10 17t.588 1.413T12 19m0-1q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m.725-4.775Q13 12.95 13 12.5h-2q0 .45.275.725T12 13.5t.725-.275M8.5 12h7q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15H15V8.7q0-1.125-.575-2.013T12.8 5.5v-.3q0-.35-.225-.575T12 4.4t-.575.225t-.225.575v.3q-1.05.375-1.625 1.225T9 8.7V11h-.5q-.2 0-.35.15T8 11.5t.15.35t.35.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDoorbell3pRounded(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="M7 22q-.825 0-1.412-.587T5 20V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v16q0 .825-.587 1.413T17 22zm5-3q.825 0 1.413-.587T14 17t-.587-1.412T12 15t-1.412.588T10 17t.588 1.413T12 19m0-1q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m.725-4.775Q13 12.95 13 12.5h-2q0 .45.275.725T12 13.5t.725-.275M8.5 12h7q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15H15V8.7q0-1.125-.575-2.013T12.8 5.5v-.3q0-.35-.225-.575T12 4.4t-.575.225t-.225.575v.3q-1.05.375-1.625 1.225T9 8.7V11h-.5q-.2 0-.35.15T8 11.5t.15.35t.35.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-.825 0-1.412-.587T5 20V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v16q0 .825-.587 1.413T17 22zm5-3q.825 0 1.413-.587T14 17t-.587-1.412T12 15t-1.412.588T10 17t.588 1.413T12 19m0-1q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m.725-4.775Q13 12.95 13 12.5h-2q0 .45.275.725T12 13.5t.725-.275M8.5 12h7q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15H15V8.7q0-1.125-.575-2.013T12.8 5.5v-.3q0-.35-.225-.575T12 4.4t-.575.225t-.225.575v.3q-1.05.375-1.625 1.225T9 8.7V11h-.5q-.2 0-.35.15T8 11.5t.15.35t.35.15"/></svg>
</template>

CSS

.icon-doorbell-3p-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%22M7%2022q-.825%200-1.412-.587T5%2020V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204v16q0%20.825-.587%201.413T17%2022zm5-3q.825%200%201.413-.587T14%2017t-.587-1.412T12%2015t-1.412.588T10%2017t.588%201.413T12%2019m0-1q-.425%200-.712-.288T11%2017t.288-.712T12%2016t.713.288T13%2017t-.288.713T12%2018m.725-4.775Q13%2012.95%2013%2012.5h-2q0%20.45.275.725T12%2013.5t.725-.275M8.5%2012h7q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15H15V8.7q0-1.125-.575-2.013T12.8%205.5v-.3q0-.35-.225-.575T12%204.4t-.575.225t-.225.575v.3q-1.05.375-1.625%201.225T9%208.7V11h-.5q-.2%200-.35.15T8%2011.5t.15.35t.35.15%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%22M7%2022q-.825%200-1.412-.587T5%2020V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204v16q0%20.825-.587%201.413T17%2022zm5-3q.825%200%201.413-.587T14%2017t-.587-1.412T12%2015t-1.412.588T10%2017t.588%201.413T12%2019m0-1q-.425%200-.712-.288T11%2017t.288-.712T12%2016t.713.288T13%2017t-.288.713T12%2018m.725-4.775Q13%2012.95%2013%2012.5h-2q0%20.45.275.725T12%2013.5t.725-.275M8.5%2012h7q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15H15V8.7q0-1.125-.575-2.013T12.8%205.5v-.3q0-.35-.225-.575T12%204.4t-.575.225t-.225.575v.3q-1.05.375-1.625%201.225T9%208.7V11h-.5q-.2%200-.35.15T8%2011.5t.15.35t.35.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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