nest doorbell visitor icon

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

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

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.762V22zm-.587-12.587Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M10 16q0 .825.588 1.413T12 18t1.413-.587T14 16t-.587-1.412T12 14t-1.412.588T10 16m1.288.713Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M7 7q0-2.125 1.438-3.562T12 2t3.563 1.438T17 7v4q0 .425-.288.713T16 12t-.712-.288T15 11V7q0-1.275-.9-2.137T12 4t-2.1.863T9 7v10q0 1.05.675 1.875t1.65 1.05q.35.075.588.35t.237.625q0 .5-.375.8t-.875.175q-1.7-.375-2.8-1.712T7 17z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestDoorbellVisitorOutlineRounded(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.762V22zm-.587-12.587Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M10 16q0 .825.588 1.413T12 18t1.413-.587T14 16t-.587-1.412T12 14t-1.412.588T10 16m1.288.713Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M7 7q0-2.125 1.438-3.562T12 2t3.563 1.438T17 7v4q0 .425-.288.713T16 12t-.712-.288T15 11V7q0-1.275-.9-2.137T12 4t-2.1.863T9 7v10q0 1.05.675 1.875t1.65 1.05q.35.075.588.35t.237.625q0 .5-.375.8t-.875.175q-1.7-.375-2.8-1.712T7 17z"/></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.762V22zm-.587-12.587Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M10 16q0 .825.588 1.413T12 18t1.413-.587T14 16t-.587-1.412T12 14t-1.412.588T10 16m1.288.713Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M7 7q0-2.125 1.438-3.562T12 2t3.563 1.438T17 7v4q0 .425-.288.713T16 12t-.712-.288T15 11V7q0-1.275-.9-2.137T12 4t-2.1.863T9 7v10q0 1.05.675 1.875t1.65 1.05q.35.075.588.35t.237.625q0 .5-.375.8t-.875.175q-1.7-.375-2.8-1.712T7 17z"/></svg>
</template>

CSS

.icon-nest-doorbell-visitor-outline-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%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.762V22zm-.587-12.587Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587M10%2016q0%20.825.588%201.413T12%2018t1.413-.587T14%2016t-.587-1.412T12%2014t-1.412.588T10%2016m1.288.713Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288M7%207q0-2.125%201.438-3.562T12%202t3.563%201.438T17%207v4q0%20.425-.288.713T16%2012t-.712-.288T15%2011V7q0-1.275-.9-2.137T12%204t-2.1.863T9%207v10q0%201.05.675%201.875t1.65%201.05q.35.075.588.35t.237.625q0%20.5-.375.8t-.875.175q-1.7-.375-2.8-1.712T7%2017z%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.762V22zm-.587-12.587Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587M10%2016q0%20.825.588%201.413T12%2018t1.413-.587T14%2016t-.587-1.412T12%2014t-1.412.588T10%2016m1.288.713Q11%2016.425%2011%2016t.288-.712T12%2015t.713.288T13%2016t-.288.713T12%2017t-.712-.288M7%207q0-2.125%201.438-3.562T12%202t3.563%201.438T17%207v4q0%20.425-.288.713T16%2012t-.712-.288T15%2011V7q0-1.275-.9-2.137T12%204t-2.1.863T9%207v10q0%201.05.675%201.875t1.65%201.05q.35.075.588.35t.237.625q0%20.5-.375.8t-.875.175q-1.7-.375-2.8-1.712T7%2017z%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-rounded.svg?color=%231a73e8&size=48