nest cam stand icon
nest-cam-stand-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-cam-stand-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nest-cam-stand-outline-rounded
3 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
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="M9 7.925Q8 8.6 7.362 9.663T6.6 12L6 19h12l-.6-7q-.1-1.3-.737-2.363T15 7.9V10q0 1.25-.875 2.125T12 13t-2.125-.875T9 10zm3.713 2.788Q13 10.425 13 10V6q0-.425-.288-.712T12 5t-.712.288T11 6v4q0 .425.288.713T12 11t.713-.288M6 21q-.875 0-1.475-.65T4 18.825l.6-7.025q.175-2.125 1.375-3.75t3.05-2.425q.15-1.125.988-1.875T12 3t1.988.738t.987 1.862q1.85.8 3.063 2.438T19.4 11.8l.6 7.025q.075.875-.525 1.525T18 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestCamStandOutline(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="M9 7.925Q8 8.6 7.362 9.663T6.6 12L6 19h12l-.6-7q-.1-1.3-.737-2.363T15 7.9V10q0 1.25-.875 2.125T12 13t-2.125-.875T9 10zm3.713 2.788Q13 10.425 13 10V6q0-.425-.288-.712T12 5t-.712.288T11 6v4q0 .425.288.713T12 11t.713-.288M6 21q-.875 0-1.475-.65T4 18.825l.6-7.025q.175-2.125 1.375-3.75t3.05-2.425q.15-1.125.988-1.875T12 3t1.988.738t.987 1.862q1.85.8 3.063 2.438T19.4 11.8l.6 7.025q.075.875-.525 1.525T18 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 7.925Q8 8.6 7.362 9.663T6.6 12L6 19h12l-.6-7q-.1-1.3-.737-2.363T15 7.9V10q0 1.25-.875 2.125T12 13t-2.125-.875T9 10zm3.713 2.788Q13 10.425 13 10V6q0-.425-.288-.712T12 5t-.712.288T11 6v4q0 .425.288.713T12 11t.713-.288M6 21q-.875 0-1.475-.65T4 18.825l.6-7.025q.175-2.125 1.375-3.75t3.05-2.425q.15-1.125.988-1.875T12 3t1.988.738t.987 1.862q1.85.8 3.063 2.438T19.4 11.8l.6 7.025q.075.875-.525 1.525T18 21z"/></svg> </template>
CSS
.icon-nest-cam-stand-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%22M9%207.925Q8%208.6%207.362%209.663T6.6%2012L6%2019h12l-.6-7q-.1-1.3-.737-2.363T15%207.9V10q0%201.25-.875%202.125T12%2013t-2.125-.875T9%2010zm3.713%202.788Q13%2010.425%2013%2010V6q0-.425-.288-.712T12%205t-.712.288T11%206v4q0%20.425.288.713T12%2011t.713-.288M6%2021q-.875%200-1.475-.65T4%2018.825l.6-7.025q.175-2.125%201.375-3.75t3.05-2.425q.15-1.125.988-1.875T12%203t1.988.738t.987%201.862q1.85.8%203.063%202.438T19.4%2011.8l.6%207.025q.075.875-.525%201.525T18%2021z%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%22M9%207.925Q8%208.6%207.362%209.663T6.6%2012L6%2019h12l-.6-7q-.1-1.3-.737-2.363T15%207.9V10q0%201.25-.875%202.125T12%2013t-2.125-.875T9%2010zm3.713%202.788Q13%2010.425%2013%2010V6q0-.425-.288-.712T12%205t-.712.288T11%206v4q0%20.425.288.713T12%2011t.713-.288M6%2021q-.875%200-1.475-.65T4%2018.825l.6-7.025q.175-2.125%201.375-3.75t3.05-2.425q.15-1.125.988-1.875T12%203t1.988.738t.987%201.862q1.85.8%203.063%202.438T19.4%2011.8l.6%207.025q.075.875-.525%201.525T18%2021z%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-outline.svg?color=%231a73e8&size=48