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

Name
doorbell-3p
Set
Material Symbols Light
Style
Regular
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 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.616 21q-.667 0-1.141-.475T6 19.386V4.615q0-.666.475-1.14T7.615 3h8.77q.666 0 1.14.475T18 4.615v14.77q0 .666-.475 1.14t-1.14.475zm4.994-8.04q.236-.233.236-.614h-1.692q0 .373.237.61q.236.236.609.236t.61-.233m-3.994-1.113h6.769v-.769h-.846V9.125q0-.954-.48-1.697q-.478-.744-1.38-1.002v-.259q0-.302-.193-.496T12 5.477t-.486.193t-.193.492v.257q-.902.322-1.38 1.04q-.48.72-.48 1.672v1.946h-.845zM12 18.5q.778 0 1.331-.553q.554-.554.554-1.331q0-.778-.554-1.331q-.553-.554-1.331-.554t-1.331.554t-.553 1.33t.553 1.332T12 18.5m0-.77q-.463 0-.79-.325t-.326-.79t.326-.789t.79-.326t.79.326t.326.79t-.326.789t-.79.326"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDoorbell3p(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.616 21q-.667 0-1.141-.475T6 19.386V4.615q0-.666.475-1.14T7.615 3h8.77q.666 0 1.14.475T18 4.615v14.77q0 .666-.475 1.14t-1.14.475zm4.994-8.04q.236-.233.236-.614h-1.692q0 .373.237.61q.236.236.609.236t.61-.233m-3.994-1.113h6.769v-.769h-.846V9.125q0-.954-.48-1.697q-.478-.744-1.38-1.002v-.259q0-.302-.193-.496T12 5.477t-.486.193t-.193.492v.257q-.902.322-1.38 1.04q-.48.72-.48 1.672v1.946h-.845zM12 18.5q.778 0 1.331-.553q.554-.554.554-1.331q0-.778-.554-1.331q-.553-.554-1.331-.554t-1.331.554t-.553 1.33t.553 1.332T12 18.5m0-.77q-.463 0-.79-.325t-.326-.79t.326-.789t.79-.326t.79.326t.326.79t-.326.789t-.79.326"/></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.616 21q-.667 0-1.141-.475T6 19.386V4.615q0-.666.475-1.14T7.615 3h8.77q.666 0 1.14.475T18 4.615v14.77q0 .666-.475 1.14t-1.14.475zm4.994-8.04q.236-.233.236-.614h-1.692q0 .373.237.61q.236.236.609.236t.61-.233m-3.994-1.113h6.769v-.769h-.846V9.125q0-.954-.48-1.697q-.478-.744-1.38-1.002v-.259q0-.302-.193-.496T12 5.477t-.486.193t-.193.492v.257q-.902.322-1.38 1.04q-.48.72-.48 1.672v1.946h-.845zM12 18.5q.778 0 1.331-.553q.554-.554.554-1.331q0-.778-.554-1.331q-.553-.554-1.331-.554t-1.331.554t-.553 1.33t.553 1.332T12 18.5m0-.77q-.463 0-.79-.325t-.326-.79t.326-.789t.79-.326t.79.326t.326.79t-.326.789t-.79.326"/></svg>
</template>

CSS

.icon-doorbell-3p {
  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.616%2021q-.667%200-1.141-.475T6%2019.386V4.615q0-.666.475-1.14T7.615%203h8.77q.666%200%201.14.475T18%204.615v14.77q0%20.666-.475%201.14t-1.14.475zm4.994-8.04q.236-.233.236-.614h-1.692q0%20.373.237.61q.236.236.609.236t.61-.233m-3.994-1.113h6.769v-.769h-.846V9.125q0-.954-.48-1.697q-.478-.744-1.38-1.002v-.259q0-.302-.193-.496T12%205.477t-.486.193t-.193.492v.257q-.902.322-1.38%201.04q-.48.72-.48%201.672v1.946h-.845zM12%2018.5q.778%200%201.331-.553q.554-.554.554-1.331q0-.778-.554-1.331q-.553-.554-1.331-.554t-1.331.554t-.553%201.33t.553%201.332T12%2018.5m0-.77q-.463%200-.79-.325t-.326-.79t.326-.789t.79-.326t.79.326t.326.79t-.326.789t-.79.326%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.616%2021q-.667%200-1.141-.475T6%2019.386V4.615q0-.666.475-1.14T7.615%203h8.77q.666%200%201.14.475T18%204.615v14.77q0%20.666-.475%201.14t-1.14.475zm4.994-8.04q.236-.233.236-.614h-1.692q0%20.373.237.61q.236.236.609.236t.61-.233m-3.994-1.113h6.769v-.769h-.846V9.125q0-.954-.48-1.697q-.478-.744-1.38-1.002v-.259q0-.302-.193-.496T12%205.477t-.486.193t-.193.492v.257q-.902.322-1.38%201.04q-.48.72-.48%201.672v1.946h-.845zM12%2018.5q.778%200%201.331-.553q.554-.554.554-1.331q0-.778-.554-1.331q-.553-.554-1.331-.554t-1.331.554t-.553%201.33t.553%201.332T12%2018.5m0-.77q-.463%200-.79-.325t-.326-.79t.326-.789t.79-.326t.79.326t.326.79t-.326.789t-.79.326%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-3p.svg?color=%231a73e8&size=48