nest cam stand icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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 21q-.875 0-1.475-.663T4 18.8l.6-7q.125-1.8 1.05-3.275T8 6.15V10q0 1.65 1.175 2.825T12 14q1.675 0 2.838-1.175T16 10V6.15q1.425.9 2.35 2.375T19.4 11.8l.6 7.1q.075.875-.525 1.488T18 21zm4.588-9.587Q10 10.825 10 10V6q0-.825.588-1.412T12 4t1.413.588T14 6v4q0 .825-.587 1.413T12 12t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestCamStand(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 21q-.875 0-1.475-.663T4 18.8l.6-7q.125-1.8 1.05-3.275T8 6.15V10q0 1.65 1.175 2.825T12 14q1.675 0 2.838-1.175T16 10V6.15q1.425.9 2.35 2.375T19.4 11.8l.6 7.1q.075.875-.525 1.488T18 21zm4.588-9.587Q10 10.825 10 10V6q0-.825.588-1.412T12 4t1.413.588T14 6v4q0 .825-.587 1.413T12 12t-1.412-.587"/></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 21q-.875 0-1.475-.663T4 18.8l.6-7q.125-1.8 1.05-3.275T8 6.15V10q0 1.65 1.175 2.825T12 14q1.675 0 2.838-1.175T16 10V6.15q1.425.9 2.35 2.375T19.4 11.8l.6 7.1q.075.875-.525 1.488T18 21zm4.588-9.587Q10 10.825 10 10V6q0-.825.588-1.412T12 4t1.413.588T14 6v4q0 .825-.587 1.413T12 12t-1.412-.587"/></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%2021q-.875%200-1.475-.663T4%2018.8l.6-7q.125-1.8%201.05-3.275T8%206.15V10q0%201.65%201.175%202.825T12%2014q1.675%200%202.838-1.175T16%2010V6.15q1.425.9%202.35%202.375T19.4%2011.8l.6%207.1q.075.875-.525%201.488T18%2021zm4.588-9.587Q10%2010.825%2010%2010V6q0-.825.588-1.412T12%204t1.413.588T14%206v4q0%20.825-.587%201.413T12%2012t-1.412-.587%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%2021q-.875%200-1.475-.663T4%2018.8l.6-7q.125-1.8%201.05-3.275T8%206.15V10q0%201.65%201.175%202.825T12%2014q1.675%200%202.838-1.175T16%2010V6.15q1.425.9%202.35%202.375T19.4%2011.8l.6%207.1q.075.875-.525%201.488T18%2021zm4.588-9.587Q10%2010.825%2010%2010V6q0-.825.588-1.412T12%204t1.413.588T14%206v4q0%20.825-.587%201.413T12%2012t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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