nest doorbell visitor icon

nest-doorbell-visitor-outline from Material Symbols Light by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-doorbell-visitor-outline
Set
Material Symbols Light
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-doorbell-visitor-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the nest doorbell visitor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.934 16.566q-.434-.433-.434-1.066t.434-1.066T18 14t1.066.434q.434.433.434 1.066t-.434 1.066Q18.633 17 18 17t-1.066-.434M14.5 21.5v-.575q0-.85.975-1.388T18 19t2.525.538t.975 1.387v.575zm2-9.5h-1V7q0-1.506-1.044-2.503T12 3.5t-2.456.997T8.5 7v10q0 1.412 1.044 2.456T12 20.5v1q-1.894 0-3.197-1.303T7.5 17V7q0-1.894 1.303-3.197T12 2.5t3.197 1.303T16.5 7zm-3.165-2.664q.55-.55.55-1.336t-.55-1.335T12 6.115t-1.336.55T10.117 8t.549 1.336T12 9.885t1.336-.55m-2.672 8q.55.55 1.336.55t1.336-.55t.549-1.335t-.55-1.336T12 14.117t-1.336.549T10.117 16t.549 1.336m.524-.571q-.304-.352-.304-.765t.304-.765q.303-.35.811-.35t.812.303t.304.812q0 .414-.304.765q-.304.35-.812.35t-.811-.35"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestDoorbellVisitorOutline(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="M16.934 16.566q-.434-.433-.434-1.066t.434-1.066T18 14t1.066.434q.434.433.434 1.066t-.434 1.066Q18.633 17 18 17t-1.066-.434M14.5 21.5v-.575q0-.85.975-1.388T18 19t2.525.538t.975 1.387v.575zm2-9.5h-1V7q0-1.506-1.044-2.503T12 3.5t-2.456.997T8.5 7v10q0 1.412 1.044 2.456T12 20.5v1q-1.894 0-3.197-1.303T7.5 17V7q0-1.894 1.303-3.197T12 2.5t3.197 1.303T16.5 7zm-3.165-2.664q.55-.55.55-1.336t-.55-1.335T12 6.115t-1.336.55T10.117 8t.549 1.336T12 9.885t1.336-.55m-2.672 8q.55.55 1.336.55t1.336-.55t.549-1.335t-.55-1.336T12 14.117t-1.336.549T10.117 16t.549 1.336m.524-.571q-.304-.352-.304-.765t.304-.765q.303-.35.811-.35t.812.303t.304.812q0 .414-.304.765q-.304.35-.812.35t-.811-.35"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.934 16.566q-.434-.433-.434-1.066t.434-1.066T18 14t1.066.434q.434.433.434 1.066t-.434 1.066Q18.633 17 18 17t-1.066-.434M14.5 21.5v-.575q0-.85.975-1.388T18 19t2.525.538t.975 1.387v.575zm2-9.5h-1V7q0-1.506-1.044-2.503T12 3.5t-2.456.997T8.5 7v10q0 1.412 1.044 2.456T12 20.5v1q-1.894 0-3.197-1.303T7.5 17V7q0-1.894 1.303-3.197T12 2.5t3.197 1.303T16.5 7zm-3.165-2.664q.55-.55.55-1.336t-.55-1.335T12 6.115t-1.336.55T10.117 8t.549 1.336T12 9.885t1.336-.55m-2.672 8q.55.55 1.336.55t1.336-.55t.549-1.335t-.55-1.336T12 14.117t-1.336.549T10.117 16t.549 1.336m.524-.571q-.304-.352-.304-.765t.304-.765q.303-.35.811-.35t.812.303t.304.812q0 .414-.304.765q-.304.35-.812.35t-.811-.35"/></svg>
</template>

CSS

.icon-nest-doorbell-visitor-outline {
  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%22M16.934%2016.566q-.434-.433-.434-1.066t.434-1.066T18%2014t1.066.434q.434.433.434%201.066t-.434%201.066Q18.633%2017%2018%2017t-1.066-.434M14.5%2021.5v-.575q0-.85.975-1.388T18%2019t2.525.538t.975%201.387v.575zm2-9.5h-1V7q0-1.506-1.044-2.503T12%203.5t-2.456.997T8.5%207v10q0%201.412%201.044%202.456T12%2020.5v1q-1.894%200-3.197-1.303T7.5%2017V7q0-1.894%201.303-3.197T12%202.5t3.197%201.303T16.5%207zm-3.165-2.664q.55-.55.55-1.336t-.55-1.335T12%206.115t-1.336.55T10.117%208t.549%201.336T12%209.885t1.336-.55m-2.672%208q.55.55%201.336.55t1.336-.55t.549-1.335t-.55-1.336T12%2014.117t-1.336.549T10.117%2016t.549%201.336m.524-.571q-.304-.352-.304-.765t.304-.765q.303-.35.811-.35t.812.303t.304.812q0%20.414-.304.765q-.304.35-.812.35t-.811-.35%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%22M16.934%2016.566q-.434-.433-.434-1.066t.434-1.066T18%2014t1.066.434q.434.433.434%201.066t-.434%201.066Q18.633%2017%2018%2017t-1.066-.434M14.5%2021.5v-.575q0-.85.975-1.388T18%2019t2.525.538t.975%201.387v.575zm2-9.5h-1V7q0-1.506-1.044-2.503T12%203.5t-2.456.997T8.5%207v10q0%201.412%201.044%202.456T12%2020.5v1q-1.894%200-3.197-1.303T7.5%2017V7q0-1.894%201.303-3.197T12%202.5t3.197%201.303T16.5%207zm-3.165-2.664q.55-.55.55-1.336t-.55-1.335T12%206.115t-1.336.55T10.117%208t.549%201.336T12%209.885t1.336-.55m-2.672%208q.55.55%201.336.55t1.336-.55t.549-1.335t-.55-1.336T12%2014.117t-1.336.549T10.117%2016t.549%201.336m.524-.571q-.304-.352-.304-.765t.304-.765q.303-.35.811-.35t.812.303t.304.812q0%20.414-.304.765q-.304.35-.812.35t-.811-.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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