nest wifi pro icon
nest-wifi-pro from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-wifi-pro
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nest-wifi-pro-rounded, nest-wifi-pro-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
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 wifi pro icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.707 16.209q.293-.291.293-.707t-.291-.709t-.707-.293t-.709.291t-.293.707t.291.709t.707.293t.709-.291M9 21q-1.605 0-2.584-.952T4.902 17.72q-.535-1.399-.718-2.941Q4 13.237 4 12.025q0-2.242.346-3.919q.346-1.676 1.262-2.823q.91-1.153 2.44-1.718Q9.58 3 11.999 3t3.952.565q1.532.565 2.442 1.718q.916 1.147 1.262 2.824T20 12.025q0 1.212-.184 2.754q-.183 1.542-.718 2.941q-.534 1.376-1.514 2.328T15 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNestWifiPro(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.707 16.209q.293-.291.293-.707t-.291-.709t-.707-.293t-.709.291t-.293.707t.291.709t.707.293t.709-.291M9 21q-1.605 0-2.584-.952T4.902 17.72q-.535-1.399-.718-2.941Q4 13.237 4 12.025q0-2.242.346-3.919q.346-1.676 1.262-2.823q.91-1.153 2.44-1.718Q9.58 3 11.999 3t3.952.565q1.532.565 2.442 1.718q.916 1.147 1.262 2.824T20 12.025q0 1.212-.184 2.754q-.183 1.542-.718 2.941q-.534 1.376-1.514 2.328T15 21z"/></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.707 16.209q.293-.291.293-.707t-.291-.709t-.707-.293t-.709.291t-.293.707t.291.709t.707.293t.709-.291M9 21q-1.605 0-2.584-.952T4.902 17.72q-.535-1.399-.718-2.941Q4 13.237 4 12.025q0-2.242.346-3.919q.346-1.676 1.262-2.823q.91-1.153 2.44-1.718Q9.58 3 11.999 3t3.952.565q1.532.565 2.442 1.718q.916 1.147 1.262 2.824T20 12.025q0 1.212-.184 2.754q-.183 1.542-.718 2.941q-.534 1.376-1.514 2.328T15 21z"/></svg> </template>
CSS
.icon-nest-wifi-pro {
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.707%2016.209q.293-.291.293-.707t-.291-.709t-.707-.293t-.709.291t-.293.707t.291.709t.707.293t.709-.291M9%2021q-1.605%200-2.584-.952T4.902%2017.72q-.535-1.399-.718-2.941Q4%2013.237%204%2012.025q0-2.242.346-3.919q.346-1.676%201.262-2.823q.91-1.153%202.44-1.718Q9.58%203%2011.999%203t3.952.565q1.532.565%202.442%201.718q.916%201.147%201.262%202.824T20%2012.025q0%201.212-.184%202.754q-.183%201.542-.718%202.941q-.534%201.376-1.514%202.328T15%2021z%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.707%2016.209q.293-.291.293-.707t-.291-.709t-.707-.293t-.709.291t-.293.707t.291.709t.707.293t.709-.291M9%2021q-1.605%200-2.584-.952T4.902%2017.72q-.535-1.399-.718-2.941Q4%2013.237%204%2012.025q0-2.242.346-3.919q.346-1.676%201.262-2.823q.91-1.153%202.44-1.718Q9.58%203%2011.999%203t3.952.565q1.532.565%202.442%201.718q.916%201.147%201.262%202.824T20%2012.025q0%201.212-.184%202.754q-.183%201.542-.718%202.941q-.534%201.376-1.514%202.328T15%2021z%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-wifi-pro.svg?color=%231a73e8&size=48