nest hello doorbell icon
nest-hello-doorbell from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-hello-doorbell
- Set
- Material Symbols
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nest-hello-doorbell-rounded, nest-hello-doorbell-sharp
1 other variant in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the nest hello doorbell icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.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.463m4.95-11.124Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587m0 8Q14 16.825 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-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestHelloDoorbell(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="M8.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.463m4.95-11.124Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587m0 8Q14 16.825 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-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.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.463m4.95-11.124Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587m0 8Q14 16.825 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-.288"/></svg> </template>
CSS
.icon-nest-hello-doorbell {
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%22M8.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.463m4.95-11.124Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587m0%208Q14%2016.825%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-.288%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%22M8.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.463m4.95-11.124Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587m0%208Q14%2016.825%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-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nest-hello-doorbell.svg?color=%231a73e8&size=48