nest cam wired stand icon
nest-cam-wired-stand-outline-sharp from Material Symbols by Google · Outline Sharp · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-cam-wired-stand-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
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 wired stand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17q-1.25 0-2.125.863T9 20v1h6v-1q0-1.275-.862-2.137T12 17M8 7.75q0 1.675 1.125 2.9t2.8 1.425l4.1.425V3l-4.1.4q-1.675.175-2.8 1.413T8 7.75M17 23H7v-3q0-2.1 1.463-3.55T12 15q.275 0 .525.025t.5.075l.55-.85l-1.85-.175q-2.425-.25-4.075-2.062T6 7.75q0-2.475 1.638-4.288T11.724 1.4l6.3-.6v13.875l-2.2-.2l-.95 1.425q.975.675 1.55 1.75T17 20zm-.975-15.25"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestCamWiredStandOutlineSharp(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="M12 17q-1.25 0-2.125.863T9 20v1h6v-1q0-1.275-.862-2.137T12 17M8 7.75q0 1.675 1.125 2.9t2.8 1.425l4.1.425V3l-4.1.4q-1.675.175-2.8 1.413T8 7.75M17 23H7v-3q0-2.1 1.463-3.55T12 15q.275 0 .525.025t.5.075l.55-.85l-1.85-.175q-2.425-.25-4.075-2.062T6 7.75q0-2.475 1.638-4.288T11.724 1.4l6.3-.6v13.875l-2.2-.2l-.95 1.425q.975.675 1.55 1.75T17 20zm-.975-15.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17q-1.25 0-2.125.863T9 20v1h6v-1q0-1.275-.862-2.137T12 17M8 7.75q0 1.675 1.125 2.9t2.8 1.425l4.1.425V3l-4.1.4q-1.675.175-2.8 1.413T8 7.75M17 23H7v-3q0-2.1 1.463-3.55T12 15q.275 0 .525.025t.5.075l.55-.85l-1.85-.175q-2.425-.25-4.075-2.062T6 7.75q0-2.475 1.638-4.288T11.724 1.4l6.3-.6v13.875l-2.2-.2l-.95 1.425q.975.675 1.55 1.75T17 20zm-.975-15.25"/></svg> </template>
CSS
.icon-nest-cam-wired-stand-outline-sharp {
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%22M12%2017q-1.25%200-2.125.863T9%2020v1h6v-1q0-1.275-.862-2.137T12%2017M8%207.75q0%201.675%201.125%202.9t2.8%201.425l4.1.425V3l-4.1.4q-1.675.175-2.8%201.413T8%207.75M17%2023H7v-3q0-2.1%201.463-3.55T12%2015q.275%200%20.525.025t.5.075l.55-.85l-1.85-.175q-2.425-.25-4.075-2.062T6%207.75q0-2.475%201.638-4.288T11.724%201.4l6.3-.6v13.875l-2.2-.2l-.95%201.425q.975.675%201.55%201.75T17%2020zm-.975-15.25%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%22M12%2017q-1.25%200-2.125.863T9%2020v1h6v-1q0-1.275-.862-2.137T12%2017M8%207.75q0%201.675%201.125%202.9t2.8%201.425l4.1.425V3l-4.1.4q-1.675.175-2.8%201.413T8%207.75M17%2023H7v-3q0-2.1%201.463-3.55T12%2015q.275%200%20.525.025t.5.075l.55-.85l-1.85-.175q-2.425-.25-4.075-2.062T6%207.75q0-2.475%201.638-4.288T11.724%201.4l6.3-.6v13.875l-2.2-.2l-.95%201.425q.975.675%201.55%201.75T17%2020zm-.975-15.25%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-wired-stand-outline-sharp.svg?color=%231a73e8&size=48