nest wake on press icon

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

Name
nest-wake-on-press-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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.116 11.962q-.356 0-.62-.265q-.265-.264-.265-.62V5.885q0-.356.264-.62q.265-.265.62-.265q.356 0 .62.265q.265.264.265.62v5.192q0 .356-.264.62q-.265.265-.62.265M7.832 20q-.214 0-.4-.085t-.346-.246l-3.945-3.936q-.236-.243-.236-.566t.236-.565l.181-.187q.158-.157.348-.23t.396-.012l3.222.708V5.5q0-.627.436-1.063T8.789 4t1.063.437t.437 1.063v5.116h.957q.106 0 .196.025t.177.075l3.243 1.425q.715.332 1.015 1.076t.156 1.53l-.772 4.444q-.067.359-.34.584t-.654.225zm.006-1h6.428l.772-4.45q.077-.404-.048-.846t-.568-.654l-3.384-1.51h-1.75V5.5q0-.225-.138-.363T8.789 5t-.363.138t-.137.362v10.6l-4.291-.933zm0 0h6.37z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestWakeOnPressOutlineRounded(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.116 11.962q-.356 0-.62-.265q-.265-.264-.265-.62V5.885q0-.356.264-.62q.265-.265.62-.265q.356 0 .62.265q.265.264.265.62v5.192q0 .356-.264.62q-.265.265-.62.265M7.832 20q-.214 0-.4-.085t-.346-.246l-3.945-3.936q-.236-.243-.236-.566t.236-.565l.181-.187q.158-.157.348-.23t.396-.012l3.222.708V5.5q0-.627.436-1.063T8.789 4t1.063.437t.437 1.063v5.116h.957q.106 0 .196.025t.177.075l3.243 1.425q.715.332 1.015 1.076t.156 1.53l-.772 4.444q-.067.359-.34.584t-.654.225zm.006-1h6.428l.772-4.45q.077-.404-.048-.846t-.568-.654l-3.384-1.51h-1.75V5.5q0-.225-.138-.363T8.789 5t-.363.138t-.137.362v10.6l-4.291-.933zm0 0h6.37z"/></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.116 11.962q-.356 0-.62-.265q-.265-.264-.265-.62V5.885q0-.356.264-.62q.265-.265.62-.265q.356 0 .62.265q.265.264.265.62v5.192q0 .356-.264.62q-.265.265-.62.265M7.832 20q-.214 0-.4-.085t-.346-.246l-3.945-3.936q-.236-.243-.236-.566t.236-.565l.181-.187q.158-.157.348-.23t.396-.012l3.222.708V5.5q0-.627.436-1.063T8.789 4t1.063.437t.437 1.063v5.116h.957q.106 0 .196.025t.177.075l3.243 1.425q.715.332 1.015 1.076t.156 1.53l-.772 4.444q-.067.359-.34.584t-.654.225zm.006-1h6.428l.772-4.45q.077-.404-.048-.846t-.568-.654l-3.384-1.51h-1.75V5.5q0-.225-.138-.363T8.789 5t-.363.138t-.137.362v10.6l-4.291-.933zm0 0h6.37z"/></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.116%2011.962q-.356%200-.62-.265q-.265-.264-.265-.62V5.885q0-.356.264-.62q.265-.265.62-.265q.356%200%20.62.265q.265.264.265.62v5.192q0%20.356-.264.62q-.265.265-.62.265M7.832%2020q-.214%200-.4-.085t-.346-.246l-3.945-3.936q-.236-.243-.236-.566t.236-.565l.181-.187q.158-.157.348-.23t.396-.012l3.222.708V5.5q0-.627.436-1.063T8.789%204t1.063.437t.437%201.063v5.116h.957q.106%200%20.196.025t.177.075l3.243%201.425q.715.332%201.015%201.076t.156%201.53l-.772%204.444q-.067.359-.34.584t-.654.225zm.006-1h6.428l.772-4.45q.077-.404-.048-.846t-.568-.654l-3.384-1.51h-1.75V5.5q0-.225-.138-.363T8.789%205t-.363.138t-.137.362v10.6l-4.291-.933zm0%200h6.37z%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.116%2011.962q-.356%200-.62-.265q-.265-.264-.265-.62V5.885q0-.356.264-.62q.265-.265.62-.265q.356%200%20.62.265q.265.264.265.62v5.192q0%20.356-.264.62q-.265.265-.62.265M7.832%2020q-.214%200-.4-.085t-.346-.246l-3.945-3.936q-.236-.243-.236-.566t.236-.565l.181-.187q.158-.157.348-.23t.396-.012l3.222.708V5.5q0-.627.436-1.063T8.789%204t1.063.437t.437%201.063v5.116h.957q.106%200%20.196.025t.177.075l3.243%201.425q.715.332%201.015%201.076t.156%201.53l-.772%204.444q-.067.359-.34.584t-.654.225zm.006-1h6.428l.772-4.45q.077-.404-.048-.846t-.568-.654l-3.384-1.51h-1.75V5.5q0-.225-.138-.363T8.789%205t-.363.138t-.137.362v10.6l-4.291-.933zm0%200h6.37z%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-wake-on-press-outline-rounded.svg?color=%231a73e8&size=48