nest doorbell visitor icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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.588 17.413Q16 16.825 16 16t.588-1.412T18 14t1.413.588T20 16t-.587 1.413T18 18t-1.412-.587M14 22v-.575q0-1.1 1.1-1.763T18 19t2.9.663t1.1 1.762V22zm3-10h-2V7q0-1.275-.9-2.137T12 4t-2.1.863T9 7v10q0 1.2.9 2.1t2.1.9v2q-2.125 0-3.562-1.437T7 17V7q0-2.125 1.438-3.562T12 2t3.563 1.438T17 7zm-3.587-2.588Q14 8.826 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587m-2.826 8Q11.175 18 12 18t1.413-.587T14 16t-.587-1.412T12 14t-1.412.588T10 16t.588 1.413m.687-.725Q11 16.375 11 16t.275-.687T12 15t.725.275T13 16q0 .375-.275.688T12 17t-.725-.312"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestDoorbellVisitorOutline(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.588 17.413Q16 16.825 16 16t.588-1.412T18 14t1.413.588T20 16t-.587 1.413T18 18t-1.412-.587M14 22v-.575q0-1.1 1.1-1.763T18 19t2.9.663t1.1 1.762V22zm3-10h-2V7q0-1.275-.9-2.137T12 4t-2.1.863T9 7v10q0 1.2.9 2.1t2.1.9v2q-2.125 0-3.562-1.437T7 17V7q0-2.125 1.438-3.562T12 2t3.563 1.438T17 7zm-3.587-2.588Q14 8.826 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587m-2.826 8Q11.175 18 12 18t1.413-.587T14 16t-.587-1.412T12 14t-1.412.588T10 16t.588 1.413m.687-.725Q11 16.375 11 16t.275-.687T12 15t.725.275T13 16q0 .375-.275.688T12 17t-.725-.312"/></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.588 17.413Q16 16.825 16 16t.588-1.412T18 14t1.413.588T20 16t-.587 1.413T18 18t-1.412-.587M14 22v-.575q0-1.1 1.1-1.763T18 19t2.9.663t1.1 1.762V22zm3-10h-2V7q0-1.275-.9-2.137T12 4t-2.1.863T9 7v10q0 1.2.9 2.1t2.1.9v2q-2.125 0-3.562-1.437T7 17V7q0-2.125 1.438-3.562T12 2t3.563 1.438T17 7zm-3.587-2.588Q14 8.826 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587m-2.826 8Q11.175 18 12 18t1.413-.587T14 16t-.587-1.412T12 14t-1.412.588T10 16t.588 1.413m.687-.725Q11 16.375 11 16t.275-.687T12 15t.725.275T13 16q0 .375-.275.688T12 17t-.725-.312"/></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.588%2017.413Q16%2016.825%2016%2016t.588-1.412T18%2014t1.413.588T20%2016t-.587%201.413T18%2018t-1.412-.587M14%2022v-.575q0-1.1%201.1-1.763T18%2019t2.9.663t1.1%201.762V22zm3-10h-2V7q0-1.275-.9-2.137T12%204t-2.1.863T9%207v10q0%201.2.9%202.1t2.1.9v2q-2.125%200-3.562-1.437T7%2017V7q0-2.125%201.438-3.562T12%202t3.563%201.438T17%207zm-3.587-2.588Q14%208.826%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587m-2.826%208Q11.175%2018%2012%2018t1.413-.587T14%2016t-.587-1.412T12%2014t-1.412.588T10%2016t.588%201.413m.687-.725Q11%2016.375%2011%2016t.275-.687T12%2015t.725.275T13%2016q0%20.375-.275.688T12%2017t-.725-.312%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.588%2017.413Q16%2016.825%2016%2016t.588-1.412T18%2014t1.413.588T20%2016t-.587%201.413T18%2018t-1.412-.587M14%2022v-.575q0-1.1%201.1-1.763T18%2019t2.9.663t1.1%201.762V22zm3-10h-2V7q0-1.275-.9-2.137T12%204t-2.1.863T9%207v10q0%201.2.9%202.1t2.1.9v2q-2.125%200-3.562-1.437T7%2017V7q0-2.125%201.438-3.562T12%202t3.563%201.438T17%207zm-3.587-2.588Q14%208.826%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587m-2.826%208Q11.175%2018%2012%2018t1.413-.587T14%2016t-.587-1.412T12%2014t-1.412.588T10%2016t.588%201.413m.687-.725Q11%2016.375%2011%2016t.275-.687T12%2015t.725.275T13%2016q0%20.375-.275.688T12%2017t-.725-.312%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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