nest wake on press icon

nest-wake-on-press-outline-rounded from Material Symbols by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-wake-on-press-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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

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 13M7.525 21q-.425 0-.775-.162t-.625-.438L1.7 15.925q-.275-.3-.275-.7t.275-.7l.7-.725q.35-.35.8-.5t.925-.05l1.875.4V5.5q0-1.05.725-1.775T8.5 3t1.775.725T11 5.5V10h.65q.125 0 .225.025t.225.075l3.8 1.675q.6.275.9.875t.175 1.25l-.925 5.425q-.125.725-.687 1.2T14.075 21zm.025-2h6.525L15 13.55l-4.25-1.875H9V5.5q0-.225-.137-.363T8.5 5t-.363.138T8 5.5v10.6l-4.175-.875zm0 0h6.525z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestWakeOnPressOutlineRounded(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 13M7.525 21q-.425 0-.775-.162t-.625-.438L1.7 15.925q-.275-.3-.275-.7t.275-.7l.7-.725q.35-.35.8-.5t.925-.05l1.875.4V5.5q0-1.05.725-1.775T8.5 3t1.775.725T11 5.5V10h.65q.125 0 .225.025t.225.075l3.8 1.675q.6.275.9.875t.175 1.25l-.925 5.425q-.125.725-.687 1.2T14.075 21zm.025-2h6.525L15 13.55l-4.25-1.875H9V5.5q0-.225-.137-.363T8.5 5t-.363.138T8 5.5v10.6l-4.175-.875zm0 0h6.525z"/></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 13M7.525 21q-.425 0-.775-.162t-.625-.438L1.7 15.925q-.275-.3-.275-.7t.275-.7l.7-.725q.35-.35.8-.5t.925-.05l1.875.4V5.5q0-1.05.725-1.775T8.5 3t1.775.725T11 5.5V10h.65q.125 0 .225.025t.225.075l3.8 1.675q.6.275.9.875t.175 1.25l-.925 5.425q-.125.725-.687 1.2T14.075 21zm.025-2h6.525L15 13.55l-4.25-1.875H9V5.5q0-.225-.137-.363T8.5 5t-.363.138T8 5.5v10.6l-4.175-.875zm0 0h6.525z"/></svg>
</template>

CSS

.icon-nest-wake-on-press-outline-rounded {
  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%2013M7.525%2021q-.425%200-.775-.162t-.625-.438L1.7%2015.925q-.275-.3-.275-.7t.275-.7l.7-.725q.35-.35.8-.5t.925-.05l1.875.4V5.5q0-1.05.725-1.775T8.5%203t1.775.725T11%205.5V10h.65q.125%200%20.225.025t.225.075l3.8%201.675q.6.275.9.875t.175%201.25l-.925%205.425q-.125.725-.687%201.2T14.075%2021zm.025-2h6.525L15%2013.55l-4.25-1.875H9V5.5q0-.225-.137-.363T8.5%205t-.363.138T8%205.5v10.6l-4.175-.875zm0%200h6.525z%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%2013M7.525%2021q-.425%200-.775-.162t-.625-.438L1.7%2015.925q-.275-.3-.275-.7t.275-.7l.7-.725q.35-.35.8-.5t.925-.05l1.875.4V5.5q0-1.05.725-1.775T8.5%203t1.775.725T11%205.5V10h.65q.125%200%20.225.025t.225.075l3.8%201.675q.6.275.9.875t.175%201.25l-.925%205.425q-.125.725-.687%201.2T14.075%2021zm.025-2h6.525L15%2013.55l-4.25-1.875H9V5.5q0-.225-.137-.363T8.5%205t-.363.138T8%205.5v10.6l-4.175-.875zm0%200h6.525z%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-outline-rounded.svg?color=%231a73e8&size=48