wifi notification icon
wifi-notification-sharp from Material Symbols by Google · Sharp · Android · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-notification-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the wifi notification icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-8-3v-2h2v-7q0-2.075 1.25-3.687T10.5 4.2V2h3v2.2q.575.125 1.088.375t.987.6q-1.95.55-3.662 1.6T8.85 9.325L16.5 17H20v2zm13.35-4l-1.425-1.4q.275-.275.638-.437T17.35 13t.775.163t.625.437zm-2.475-2.475L13.8 11.45q.675-.675 1.575-1.062t1.95-.388t1.963.388t1.587 1.062L19.8 12.525q-.475-.5-1.1-.763t-1.35-.262t-1.362.275t-1.113.75M12.75 10.4l-1.075-1.05q1.1-1.1 2.563-1.725T17.35 7t3.1.625T23 9.35l-1.075 1.05q-.875-.875-2.062-1.388T17.325 8.5t-2.525.513t-2.05 1.387"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWifiNotificationSharp(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 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-8-3v-2h2v-7q0-2.075 1.25-3.687T10.5 4.2V2h3v2.2q.575.125 1.088.375t.987.6q-1.95.55-3.662 1.6T8.85 9.325L16.5 17H20v2zm13.35-4l-1.425-1.4q.275-.275.638-.437T17.35 13t.775.163t.625.437zm-2.475-2.475L13.8 11.45q.675-.675 1.575-1.062t1.95-.388t1.963.388t1.587 1.062L19.8 12.525q-.475-.5-1.1-.763t-1.35-.262t-1.362.275t-1.113.75M12.75 10.4l-1.075-1.05q1.1-1.1 2.563-1.725T17.35 7t3.1.625T23 9.35l-1.075 1.05q-.875-.875-2.062-1.388T17.325 8.5t-2.525.513t-2.05 1.387"/></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 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-8-3v-2h2v-7q0-2.075 1.25-3.687T10.5 4.2V2h3v2.2q.575.125 1.088.375t.987.6q-1.95.55-3.662 1.6T8.85 9.325L16.5 17H20v2zm13.35-4l-1.425-1.4q.275-.275.638-.437T17.35 13t.775.163t.625.437zm-2.475-2.475L13.8 11.45q.675-.675 1.575-1.062t1.95-.388t1.963.388t1.587 1.062L19.8 12.525q-.475-.5-1.1-.763t-1.35-.262t-1.362.275t-1.113.75M12.75 10.4l-1.075-1.05q1.1-1.1 2.563-1.725T17.35 7t3.1.625T23 9.35l-1.075 1.05q-.875-.875-2.062-1.388T17.325 8.5t-2.525.513t-2.05 1.387"/></svg> </template>
CSS
.icon-wifi-notification-sharp {
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%2022q-.825%200-1.412-.587T10%2020h4q0%20.825-.587%201.413T12%2022m-8-3v-2h2v-7q0-2.075%201.25-3.687T10.5%204.2V2h3v2.2q.575.125%201.088.375t.987.6q-1.95.55-3.662%201.6T8.85%209.325L16.5%2017H20v2zm13.35-4l-1.425-1.4q.275-.275.638-.437T17.35%2013t.775.163t.625.437zm-2.475-2.475L13.8%2011.45q.675-.675%201.575-1.062t1.95-.388t1.963.388t1.587%201.062L19.8%2012.525q-.475-.5-1.1-.763t-1.35-.262t-1.362.275t-1.113.75M12.75%2010.4l-1.075-1.05q1.1-1.1%202.563-1.725T17.35%207t3.1.625T23%209.35l-1.075%201.05q-.875-.875-2.062-1.388T17.325%208.5t-2.525.513t-2.05%201.387%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%2022q-.825%200-1.412-.587T10%2020h4q0%20.825-.587%201.413T12%2022m-8-3v-2h2v-7q0-2.075%201.25-3.687T10.5%204.2V2h3v2.2q.575.125%201.088.375t.987.6q-1.95.55-3.662%201.6T8.85%209.325L16.5%2017H20v2zm13.35-4l-1.425-1.4q.275-.275.638-.437T17.35%2013t.775.163t.625.437zm-2.475-2.475L13.8%2011.45q.675-.675%201.575-1.062t1.95-.388t1.963.388t1.587%201.062L19.8%2012.525q-.475-.5-1.1-.763t-1.35-.262t-1.362.275t-1.113.75M12.75%2010.4l-1.075-1.05q1.1-1.1%202.563-1.725T17.35%207t3.1.625T23%209.35l-1.075%201.05q-.875-.875-2.062-1.388T17.325%208.5t-2.525.513t-2.05%201.387%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wifi-notification-sharp.svg?color=%231a73e8&size=48