nest wake on approach icon

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

Name
nest-wake-on-approach-outline
Set
Material Symbols
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-wake-on-approach-outline-rounded, nest-wake-on-approach-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the nest wake on approach icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.438 11.563Q19 11.125 19 10.5v-6q0-.625.438-1.062T20.5 3t1.063.438T22 4.5v6q0 .625-.437 1.063T20.5 12t-1.062-.437m-12.263-.738Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175M2 20v-2.8q0-.85.425-1.562T3.6 14.55q1.5-.75 3.113-1.15T10 13t3.288.4t3.112 1.15q.75.375 1.175 1.088T18 17.2V20zm2-2h12v-.8q0-.275-.125-.5t-.375-.35q-1.275-.65-2.662-1T10 15t-2.838.35t-2.662 1q-.25.125-.375.35T4 17.2zm7.413-8.587Q12 8.825 12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10t1.413-.587M10 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestWakeOnApproachOutline(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="M19.438 11.563Q19 11.125 19 10.5v-6q0-.625.438-1.062T20.5 3t1.063.438T22 4.5v6q0 .625-.437 1.063T20.5 12t-1.062-.437m-12.263-.738Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175M2 20v-2.8q0-.85.425-1.562T3.6 14.55q1.5-.75 3.113-1.15T10 13t3.288.4t3.112 1.15q.75.375 1.175 1.088T18 17.2V20zm2-2h12v-.8q0-.275-.125-.5t-.375-.35q-1.275-.65-2.662-1T10 15t-2.838.35t-2.662 1q-.25.125-.375.35T4 17.2zm7.413-8.587Q12 8.825 12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10t1.413-.587M10 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.438 11.563Q19 11.125 19 10.5v-6q0-.625.438-1.062T20.5 3t1.063.438T22 4.5v6q0 .625-.437 1.063T20.5 12t-1.062-.437m-12.263-.738Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175M2 20v-2.8q0-.85.425-1.562T3.6 14.55q1.5-.75 3.113-1.15T10 13t3.288.4t3.112 1.15q.75.375 1.175 1.088T18 17.2V20zm2-2h12v-.8q0-.275-.125-.5t-.375-.35q-1.275-.65-2.662-1T10 15t-2.838.35t-2.662 1q-.25.125-.375.35T4 17.2zm7.413-8.587Q12 8.825 12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10t1.413-.587M10 18"/></svg>
</template>

CSS

.icon-nest-wake-on-approach-outline {
  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%22M19.438%2011.563Q19%2011.125%2019%2010.5v-6q0-.625.438-1.062T20.5%203t1.063.438T22%204.5v6q0%20.625-.437%201.063T20.5%2012t-1.062-.437m-12.263-.738Q6%209.65%206%208t1.175-2.825T10%204t2.825%201.175T14%208t-1.175%202.825T10%2012t-2.825-1.175M2%2020v-2.8q0-.85.425-1.562T3.6%2014.55q1.5-.75%203.113-1.15T10%2013t3.288.4t3.112%201.15q.75.375%201.175%201.088T18%2017.2V20zm2-2h12v-.8q0-.275-.125-.5t-.375-.35q-1.275-.65-2.662-1T10%2015t-2.838.35t-2.662%201q-.25.125-.375.35T4%2017.2zm7.413-8.587Q12%208.825%2012%208t-.587-1.412T10%206t-1.412.588T8%208t.588%201.413T10%2010t1.413-.587M10%2018%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%22M19.438%2011.563Q19%2011.125%2019%2010.5v-6q0-.625.438-1.062T20.5%203t1.063.438T22%204.5v6q0%20.625-.437%201.063T20.5%2012t-1.062-.437m-12.263-.738Q6%209.65%206%208t1.175-2.825T10%204t2.825%201.175T14%208t-1.175%202.825T10%2012t-2.825-1.175M2%2020v-2.8q0-.85.425-1.562T3.6%2014.55q1.5-.75%203.113-1.15T10%2013t3.288.4t3.112%201.15q.75.375%201.175%201.088T18%2017.2V20zm2-2h12v-.8q0-.275-.125-.5t-.375-.35q-1.275-.65-2.662-1T10%2015t-2.838.35t-2.662%201q-.25.125-.375.35T4%2017.2zm7.413-8.587Q12%208.825%2012%208t-.587-1.412T10%206t-1.412.588T8%208t.588%201.413T10%2010t1.413-.587M10%2018%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-approach-outline.svg?color=%231a73e8&size=48