nest cam indoor icon
nest-cam-indoor from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-cam-indoor
- Set
- Material Symbols Light
- 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 Light
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.991 10.447q-.414-.418-.414-1.005t.414-1.005T12 8.02t1.009.415t.414 1.008t-.414 1.009t-1.009.415t-1.009-.419M7.731 20.52q0-.402.299-.7t.7-.3h2.77q0-1.536-.742-2.864q-.742-1.329-2.031-2.19q-1.27-.84-1.998-2.168Q6 10.968 6 9.447q0-2.506 1.745-4.256q1.746-1.749 4.251-1.749t4.255 1.749T18 9.448q0 1.544-.725 2.883t-2.033 2.16q-1.306.811-2.024 2.151T12.5 19.52h2.77q.404 0 .692.3q.288.298.288.7zm7.807-7.54Q17 11.518 17 9.443t-1.463-3.537T12 4.442T8.463 5.905T7 9.442t1.463 3.538T12 14.442t3.538-1.462"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNestCamIndoor(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.991 10.447q-.414-.418-.414-1.005t.414-1.005T12 8.02t1.009.415t.414 1.008t-.414 1.009t-1.009.415t-1.009-.419M7.731 20.52q0-.402.299-.7t.7-.3h2.77q0-1.536-.742-2.864q-.742-1.329-2.031-2.19q-1.27-.84-1.998-2.168Q6 10.968 6 9.447q0-2.506 1.745-4.256q1.746-1.749 4.251-1.749t4.255 1.749T18 9.448q0 1.544-.725 2.883t-2.033 2.16q-1.306.811-2.024 2.151T12.5 19.52h2.77q.404 0 .692.3q.288.298.288.7zm7.807-7.54Q17 11.518 17 9.443t-1.463-3.537T12 4.442T8.463 5.905T7 9.442t1.463 3.538T12 14.442t3.538-1.462"/></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.991 10.447q-.414-.418-.414-1.005t.414-1.005T12 8.02t1.009.415t.414 1.008t-.414 1.009t-1.009.415t-1.009-.419M7.731 20.52q0-.402.299-.7t.7-.3h2.77q0-1.536-.742-2.864q-.742-1.329-2.031-2.19q-1.27-.84-1.998-2.168Q6 10.968 6 9.447q0-2.506 1.745-4.256q1.746-1.749 4.251-1.749t4.255 1.749T18 9.448q0 1.544-.725 2.883t-2.033 2.16q-1.306.811-2.024 2.151T12.5 19.52h2.77q.404 0 .692.3q.288.298.288.7zm7.807-7.54Q17 11.518 17 9.443t-1.463-3.537T12 4.442T8.463 5.905T7 9.442t1.463 3.538T12 14.442t3.538-1.462"/></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.991%2010.447q-.414-.418-.414-1.005t.414-1.005T12%208.02t1.009.415t.414%201.008t-.414%201.009t-1.009.415t-1.009-.419M7.731%2020.52q0-.402.299-.7t.7-.3h2.77q0-1.536-.742-2.864q-.742-1.329-2.031-2.19q-1.27-.84-1.998-2.168Q6%2010.968%206%209.447q0-2.506%201.745-4.256q1.746-1.749%204.251-1.749t4.255%201.749T18%209.448q0%201.544-.725%202.883t-2.033%202.16q-1.306.811-2.024%202.151T12.5%2019.52h2.77q.404%200%20.692.3q.288.298.288.7zm7.807-7.54Q17%2011.518%2017%209.443t-1.463-3.537T12%204.442T8.463%205.905T7%209.442t1.463%203.538T12%2014.442t3.538-1.462%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.991%2010.447q-.414-.418-.414-1.005t.414-1.005T12%208.02t1.009.415t.414%201.008t-.414%201.009t-1.009.415t-1.009-.419M7.731%2020.52q0-.402.299-.7t.7-.3h2.77q0-1.536-.742-2.864q-.742-1.329-2.031-2.19q-1.27-.84-1.998-2.168Q6%2010.968%206%209.447q0-2.506%201.745-4.256q1.746-1.749%204.251-1.749t4.255%201.749T18%209.448q0%201.544-.725%202.883t-2.033%202.16q-1.306.811-2.024%202.151T12.5%2019.52h2.77q.404%200%20.692.3q.288.298.288.7zm7.807-7.54Q17%2011.518%2017%209.443t-1.463-3.537T12%204.442T8.463%205.905T7%209.442t1.463%203.538T12%2014.442t3.538-1.462%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-indoor.svg?color=%231a73e8&size=48