nest wifi pro 2 icon
nest-wifi-pro-2 from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-wifi-pro-2
- Set
- Material Symbols
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nest-wifi-pro-2-rounded, nest-wifi-pro-2-sharp
1 other variant 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 wifi pro 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22q-1.925 0-3.1-1t-1.825-2.5q-.65-1.525-.862-3.25T3 12.025q0-2.55.388-4.413T4.8 4.476q1.025-1.25 2.75-1.862T12 2t4.45.613t2.75 1.862q1.025 1.275 1.413 3.138T21 12.025q0 1.5-.213 3.225t-.862 3.25Q19.275 20 18.1 21T15 22zm7-9q.425 0 .713-.288T17 12q0-2.375-1.325-4.175T11.95 6q-.4 0-.675.3T11 7.025t.3.7t.725.275q1.425 0 2.188 1.238T15 12.025q0 .425.288.7T16 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestWifiPro2(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="M9 22q-1.925 0-3.1-1t-1.825-2.5q-.65-1.525-.862-3.25T3 12.025q0-2.55.388-4.413T4.8 4.476q1.025-1.25 2.75-1.862T12 2t4.45.613t2.75 1.862q1.025 1.275 1.413 3.138T21 12.025q0 1.5-.213 3.225t-.862 3.25Q19.275 20 18.1 21T15 22zm7-9q.425 0 .713-.288T17 12q0-2.375-1.325-4.175T11.95 6q-.4 0-.675.3T11 7.025t.3.7t.725.275q1.425 0 2.188 1.238T15 12.025q0 .425.288.7T16 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22q-1.925 0-3.1-1t-1.825-2.5q-.65-1.525-.862-3.25T3 12.025q0-2.55.388-4.413T4.8 4.476q1.025-1.25 2.75-1.862T12 2t4.45.613t2.75 1.862q1.025 1.275 1.413 3.138T21 12.025q0 1.5-.213 3.225t-.862 3.25Q19.275 20 18.1 21T15 22zm7-9q.425 0 .713-.288T17 12q0-2.375-1.325-4.175T11.95 6q-.4 0-.675.3T11 7.025t.3.7t.725.275q1.425 0 2.188 1.238T15 12.025q0 .425.288.7T16 13"/></svg> </template>
CSS
.icon-nest-wifi-pro-2 {
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%22M9%2022q-1.925%200-3.1-1t-1.825-2.5q-.65-1.525-.862-3.25T3%2012.025q0-2.55.388-4.413T4.8%204.476q1.025-1.25%202.75-1.862T12%202t4.45.613t2.75%201.862q1.025%201.275%201.413%203.138T21%2012.025q0%201.5-.213%203.225t-.862%203.25Q19.275%2020%2018.1%2021T15%2022zm7-9q.425%200%20.713-.288T17%2012q0-2.375-1.325-4.175T11.95%206q-.4%200-.675.3T11%207.025t.3.7t.725.275q1.425%200%202.188%201.238T15%2012.025q0%20.425.288.7T16%2013%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%22M9%2022q-1.925%200-3.1-1t-1.825-2.5q-.65-1.525-.862-3.25T3%2012.025q0-2.55.388-4.413T4.8%204.476q1.025-1.25%202.75-1.862T12%202t4.45.613t2.75%201.862q1.025%201.275%201.413%203.138T21%2012.025q0%201.5-.213%203.225t-.862%203.25Q19.275%2020%2018.1%2021T15%2022zm7-9q.425%200%20.713-.288T17%2012q0-2.375-1.325-4.175T11.95%206q-.4%200-.675.3T11%207.025t.3.7t.725.275q1.425%200%202.188%201.238T15%2012.025q0%20.425.288.7T16%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nest-wifi-pro-2.svg?color=%231a73e8&size=48