nest wake on press icon
nest-wake-on-press from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-wake-on-press
- Set
- Material Symbols
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
5 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 wake on press icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 13q-.625 0-1.062-.437T19 11.5v-6q0-.625.438-1.062T20.5 4t1.063.438T22 5.5v6q0 .625-.437 1.063T20.5 13M8.2 21q-.45 0-.912-.162T6.55 20.4L2 15.625l.825-.85q.175-.175.413-.25t.512-.025l3.25.75V4.5q0-.625.438-1.062T8.5 3t1.063.438T10 4.5v6h.9q.2 0 .45.05t.45.15l4.1 2.05q.575.275.875.863t.2 1.212l-.625 4.45q-.125.75-.675 1.238t-1.3.487z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestWakeOnPress(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="M20.5 13q-.625 0-1.062-.437T19 11.5v-6q0-.625.438-1.062T20.5 4t1.063.438T22 5.5v6q0 .625-.437 1.063T20.5 13M8.2 21q-.45 0-.912-.162T6.55 20.4L2 15.625l.825-.85q.175-.175.413-.25t.512-.025l3.25.75V4.5q0-.625.438-1.062T8.5 3t1.063.438T10 4.5v6h.9q.2 0 .45.05t.45.15l4.1 2.05q.575.275.875.863t.2 1.212l-.625 4.45q-.125.75-.675 1.238t-1.3.487z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 13q-.625 0-1.062-.437T19 11.5v-6q0-.625.438-1.062T20.5 4t1.063.438T22 5.5v6q0 .625-.437 1.063T20.5 13M8.2 21q-.45 0-.912-.162T6.55 20.4L2 15.625l.825-.85q.175-.175.413-.25t.512-.025l3.25.75V4.5q0-.625.438-1.062T8.5 3t1.063.438T10 4.5v6h.9q.2 0 .45.05t.45.15l4.1 2.05q.575.275.875.863t.2 1.212l-.625 4.45q-.125.75-.675 1.238t-1.3.487z"/></svg> </template>
CSS
.icon-nest-wake-on-press {
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%22M20.5%2013q-.625%200-1.062-.437T19%2011.5v-6q0-.625.438-1.062T20.5%204t1.063.438T22%205.5v6q0%20.625-.437%201.063T20.5%2013M8.2%2021q-.45%200-.912-.162T6.55%2020.4L2%2015.625l.825-.85q.175-.175.413-.25t.512-.025l3.25.75V4.5q0-.625.438-1.062T8.5%203t1.063.438T10%204.5v6h.9q.2%200%20.45.05t.45.15l4.1%202.05q.575.275.875.863t.2%201.212l-.625%204.45q-.125.75-.675%201.238t-1.3.487z%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%22M20.5%2013q-.625%200-1.062-.437T19%2011.5v-6q0-.625.438-1.062T20.5%204t1.063.438T22%205.5v6q0%20.625-.437%201.063T20.5%2013M8.2%2021q-.45%200-.912-.162T6.55%2020.4L2%2015.625l.825-.85q.175-.175.413-.25t.512-.025l3.25.75V4.5q0-.625.438-1.062T8.5%203t1.063.438T10%204.5v6h.9q.2%200%20.45.05t.45.15l4.1%202.05q.575.275.875.863t.2%201.212l-.625%204.45q-.125.75-.675%201.238t-1.3.487z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nest-wake-on-press.svg?color=%231a73e8&size=48