nest cam indoor icon
nest-cam-indoor from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-cam-indoor
- Set
- Material Symbols
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nest-cam-indoor-outline, nest-cam-indoor-outline-rounded, nest-cam-indoor-outline-sharp, nest-cam-indoor-rounded, nest-cam-indoor-sharp
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 indoor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 10.413Q10 9.825 10 9t.588-1.412T12 7t1.413.588T14 9t-.587 1.413T12 11t-1.412-.587M7 22q0-.825.588-1.412T9 20h2q0-1.575-.763-2.925T8.15 14.85q-1.5-.975-2.325-2.525T5 9q0-2.925 2.038-4.962T12 2t4.963 2.038T19 9q0 1.8-.85 3.35t-2.35 2.525q-1.325.85-2.063 2.2T13 20h2q.825 0 1.413.588T17 22zm8.538-9.462Q17 11.075 17 9t-1.463-3.537T12 4T8.463 5.463T7 9t1.463 3.538T12 14t3.538-1.463"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestCamIndoor(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="M10.588 10.413Q10 9.825 10 9t.588-1.412T12 7t1.413.588T14 9t-.587 1.413T12 11t-1.412-.587M7 22q0-.825.588-1.412T9 20h2q0-1.575-.763-2.925T8.15 14.85q-1.5-.975-2.325-2.525T5 9q0-2.925 2.038-4.962T12 2t4.963 2.038T19 9q0 1.8-.85 3.35t-2.35 2.525q-1.325.85-2.063 2.2T13 20h2q.825 0 1.413.588T17 22zm8.538-9.462Q17 11.075 17 9t-1.463-3.537T12 4T8.463 5.463T7 9t1.463 3.538T12 14t3.538-1.463"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 10.413Q10 9.825 10 9t.588-1.412T12 7t1.413.588T14 9t-.587 1.413T12 11t-1.412-.587M7 22q0-.825.588-1.412T9 20h2q0-1.575-.763-2.925T8.15 14.85q-1.5-.975-2.325-2.525T5 9q0-2.925 2.038-4.962T12 2t4.963 2.038T19 9q0 1.8-.85 3.35t-2.35 2.525q-1.325.85-2.063 2.2T13 20h2q.825 0 1.413.588T17 22zm8.538-9.462Q17 11.075 17 9t-1.463-3.537T12 4T8.463 5.463T7 9t1.463 3.538T12 14t3.538-1.463"/></svg> </template>
CSS
.icon-nest-cam-indoor {
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%22M10.588%2010.413Q10%209.825%2010%209t.588-1.412T12%207t1.413.588T14%209t-.587%201.413T12%2011t-1.412-.587M7%2022q0-.825.588-1.412T9%2020h2q0-1.575-.763-2.925T8.15%2014.85q-1.5-.975-2.325-2.525T5%209q0-2.925%202.038-4.962T12%202t4.963%202.038T19%209q0%201.8-.85%203.35t-2.35%202.525q-1.325.85-2.063%202.2T13%2020h2q.825%200%201.413.588T17%2022zm8.538-9.462Q17%2011.075%2017%209t-1.463-3.537T12%204T8.463%205.463T7%209t1.463%203.538T12%2014t3.538-1.463%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%22M10.588%2010.413Q10%209.825%2010%209t.588-1.412T12%207t1.413.588T14%209t-.587%201.413T12%2011t-1.412-.587M7%2022q0-.825.588-1.412T9%2020h2q0-1.575-.763-2.925T8.15%2014.85q-1.5-.975-2.325-2.525T5%209q0-2.925%202.038-4.962T12%202t4.963%202.038T19%209q0%201.8-.85%203.35t-2.35%202.525q-1.325.85-2.063%202.2T13%2020h2q.825%200%201.413.588T17%2022zm8.538-9.462Q17%2011.075%2017%209t-1.463-3.537T12%204T8.463%205.463T7%209t1.463%203.538T12%2014t3.538-1.463%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-indoor.svg?color=%231a73e8&size=48