nest-cam-stand from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-cam-stand
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-cam-stand-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the nest cam stand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 20q-.433 0-.725-.335q-.292-.336-.275-.788l.6-7q.144-1.839 1.223-3.266T9.5 6.534V10q0 1.035.733 1.767T12 12.5q1.04 0 1.77-.733T14.5 10V6.535q1.617.65 2.687 2.077t1.232 3.265l.6 7.1q.018.433-.284.728T18 20zm4.934-8.934Q10.5 10.633 10.5 10V6q0-.633.434-1.066Q11.367 4.5 12 4.5t1.066.434T13.5 6v4q0 .633-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestCamStand(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="M6 20q-.433 0-.725-.335q-.292-.336-.275-.788l.6-7q.144-1.839 1.223-3.266T9.5 6.534V10q0 1.035.733 1.767T12 12.5q1.04 0 1.77-.733T14.5 10V6.535q1.617.65 2.687 2.077t1.232 3.265l.6 7.1q.018.433-.284.728T18 20zm4.934-8.934Q10.5 10.633 10.5 10V6q0-.633.434-1.066Q11.367 4.5 12 4.5t1.066.434T13.5 6v4q0 .633-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 20q-.433 0-.725-.335q-.292-.336-.275-.788l.6-7q.144-1.839 1.223-3.266T9.5 6.534V10q0 1.035.733 1.767T12 12.5q1.04 0 1.77-.733T14.5 10V6.535q1.617.65 2.687 2.077t1.232 3.265l.6 7.1q.018.433-.284.728T18 20zm4.934-8.934Q10.5 10.633 10.5 10V6q0-.633.434-1.066Q11.367 4.5 12 4.5t1.066.434T13.5 6v4q0 .633-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg>
</template>

CSS

.icon-nest-cam-stand {
  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%22M6%2020q-.433%200-.725-.335q-.292-.336-.275-.788l.6-7q.144-1.839%201.223-3.266T9.5%206.534V10q0%201.035.733%201.767T12%2012.5q1.04%200%201.77-.733T14.5%2010V6.535q1.617.65%202.687%202.077t1.232%203.265l.6%207.1q.018.433-.284.728T18%2020zm4.934-8.934Q10.5%2010.633%2010.5%2010V6q0-.633.434-1.066Q11.367%204.5%2012%204.5t1.066.434T13.5%206v4q0%20.633-.434%201.066q-.433.434-1.066.434t-1.066-.434%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%22M6%2020q-.433%200-.725-.335q-.292-.336-.275-.788l.6-7q.144-1.839%201.223-3.266T9.5%206.534V10q0%201.035.733%201.767T12%2012.5q1.04%200%201.77-.733T14.5%2010V6.535q1.617.65%202.687%202.077t1.232%203.265l.6%207.1q.018.433-.284.728T18%2020zm4.934-8.934Q10.5%2010.633%2010.5%2010V6q0-.633.434-1.066Q11.367%204.5%2012%204.5t1.066.434T13.5%206v4q0%20.633-.434%201.066q-.433.434-1.066.434t-1.066-.434%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-cam-stand.svg?color=%231a73e8&size=48