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

Name
doorbell-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.713 17.213Q13 16.925 13 16.5h-2q0 .425.288.713T12 17.5t.713-.288M8.5 16h7q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15H15v-2.35q0-1.1-.6-2T12.75 9.5v-.25q0-.325-.213-.537T12 8.5t-.537.213t-.213.537v.25q-1.05.25-1.65 1.15t-.6 2V15h-.5q-.2 0-.35.15T8 15.5t.15.35t.35.15M4 19v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T12 3.5t.625.1t.575.3l6 4.5q.375.275.588.7T20 10v9q0 .825-.588 1.413T18 21H6q-.825 0-1.412-.587T4 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDoorbellRounded(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.713 17.213Q13 16.925 13 16.5h-2q0 .425.288.713T12 17.5t.713-.288M8.5 16h7q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15H15v-2.35q0-1.1-.6-2T12.75 9.5v-.25q0-.325-.213-.537T12 8.5t-.537.213t-.213.537v.25q-1.05.25-1.65 1.15t-.6 2V15h-.5q-.2 0-.35.15T8 15.5t.15.35t.35.15M4 19v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T12 3.5t.625.1t.575.3l6 4.5q.375.275.588.7T20 10v9q0 .825-.588 1.413T18 21H6q-.825 0-1.412-.587T4 19"/></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.713 17.213Q13 16.925 13 16.5h-2q0 .425.288.713T12 17.5t.713-.288M8.5 16h7q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15H15v-2.35q0-1.1-.6-2T12.75 9.5v-.25q0-.325-.213-.537T12 8.5t-.537.213t-.213.537v.25q-1.05.25-1.65 1.15t-.6 2V15h-.5q-.2 0-.35.15T8 15.5t.15.35t.35.15M4 19v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T12 3.5t.625.1t.575.3l6 4.5q.375.275.588.7T20 10v9q0 .825-.588 1.413T18 21H6q-.825 0-1.412-.587T4 19"/></svg>
</template>

CSS

.icon-doorbell-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.713%2017.213Q13%2016.925%2013%2016.5h-2q0%20.425.288.713T12%2017.5t.713-.288M8.5%2016h7q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15H15v-2.35q0-1.1-.6-2T12.75%209.5v-.25q0-.325-.213-.537T12%208.5t-.537.213t-.213.537v.25q-1.05.25-1.65%201.15t-.6%202V15h-.5q-.2%200-.35.15T8%2015.5t.15.35t.35.15M4%2019v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T12%203.5t.625.1t.575.3l6%204.5q.375.275.588.7T20%2010v9q0%20.825-.588%201.413T18%2021H6q-.825%200-1.412-.587T4%2019%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.713%2017.213Q13%2016.925%2013%2016.5h-2q0%20.425.288.713T12%2017.5t.713-.288M8.5%2016h7q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15H15v-2.35q0-1.1-.6-2T12.75%209.5v-.25q0-.325-.213-.537T12%208.5t-.537.213t-.213.537v.25q-1.05.25-1.65%201.15t-.6%202V15h-.5q-.2%200-.35.15T8%2015.5t.15.35t.35.15M4%2019v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T12%203.5t.625.1t.575.3l6%204.5q.375.275.588.7T20%2010v9q0%20.825-.588%201.413T18%2021H6q-.825%200-1.412-.587T4%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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