wifi notification icon
wifi-notification-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-notification-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
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 21.385q-.671 0-1.143-.472t-.472-1.144h3.23q0 .672-.472 1.144T12 21.385m-6.5-2.616q-.213 0-.357-.143T5 18.269t.143-.356t.357-.144h1.116V9.846q0-1.96 1.24-3.447T11 4.546V4q0-.413.293-.707T12 3t.707.293T13 4v.546q.223.044.417.092t.398.131q.454.17.435.676t-.534.724q-.854.397-1.63.858t-1.509 1.046q-.579.444-.597 1.193q-.018.748.53 1.296l6.96 6.94q.12.121.29.194t.36.073h.38q.214 0 .357.143t.143.357t-.143.357t-.357.143zm9.554-10.182q-1.083.394-1.946 1.082q-.154.123-.342.133q-.187.01-.335-.138t-.123-.33t.179-.303q.992-.812 2.231-1.268t2.632-.455t2.62.456t2.219 1.267q.153.123.176.304q.022.18-.126.329t-.333.138t-.339-.133q-.863-.688-1.958-1.082q-1.096-.395-2.284-.395t-2.271.395m1.178 2.765q-.536.16-1 .473q-.159.117-.34.115q-.183-.003-.311-.151t-.116-.314t.166-.288q.586-.412 1.257-.646q.67-.233 1.437-.233t1.463.233t1.281.646q.154.123.176.288q.022.166-.126.314t-.333.148t-.344-.118q-.463-.313-.986-.47t-1.106-.157t-1.118.16m.598 3.091q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWifiNotificationRounded(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 21.385q-.671 0-1.143-.472t-.472-1.144h3.23q0 .672-.472 1.144T12 21.385m-6.5-2.616q-.213 0-.357-.143T5 18.269t.143-.356t.357-.144h1.116V9.846q0-1.96 1.24-3.447T11 4.546V4q0-.413.293-.707T12 3t.707.293T13 4v.546q.223.044.417.092t.398.131q.454.17.435.676t-.534.724q-.854.397-1.63.858t-1.509 1.046q-.579.444-.597 1.193q-.018.748.53 1.296l6.96 6.94q.12.121.29.194t.36.073h.38q.214 0 .357.143t.143.357t-.143.357t-.357.143zm9.554-10.182q-1.083.394-1.946 1.082q-.154.123-.342.133q-.187.01-.335-.138t-.123-.33t.179-.303q.992-.812 2.231-1.268t2.632-.455t2.62.456t2.219 1.267q.153.123.176.304q.022.18-.126.329t-.333.138t-.339-.133q-.863-.688-1.958-1.082q-1.096-.395-2.284-.395t-2.271.395m1.178 2.765q-.536.16-1 .473q-.159.117-.34.115q-.183-.003-.311-.151t-.116-.314t.166-.288q.586-.412 1.257-.646q.67-.233 1.437-.233t1.463.233t1.281.646q.154.123.176.288q.022.166-.126.314t-.333.148t-.344-.118q-.463-.313-.986-.47t-1.106-.157t-1.118.16m.598 3.091q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21"/></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 21.385q-.671 0-1.143-.472t-.472-1.144h3.23q0 .672-.472 1.144T12 21.385m-6.5-2.616q-.213 0-.357-.143T5 18.269t.143-.356t.357-.144h1.116V9.846q0-1.96 1.24-3.447T11 4.546V4q0-.413.293-.707T12 3t.707.293T13 4v.546q.223.044.417.092t.398.131q.454.17.435.676t-.534.724q-.854.397-1.63.858t-1.509 1.046q-.579.444-.597 1.193q-.018.748.53 1.296l6.96 6.94q.12.121.29.194t.36.073h.38q.214 0 .357.143t.143.357t-.143.357t-.357.143zm9.554-10.182q-1.083.394-1.946 1.082q-.154.123-.342.133q-.187.01-.335-.138t-.123-.33t.179-.303q.992-.812 2.231-1.268t2.632-.455t2.62.456t2.219 1.267q.153.123.176.304q.022.18-.126.329t-.333.138t-.339-.133q-.863-.688-1.958-1.082q-1.096-.395-2.284-.395t-2.271.395m1.178 2.765q-.536.16-1 .473q-.159.117-.34.115q-.183-.003-.311-.151t-.116-.314t.166-.288q.586-.412 1.257-.646q.67-.233 1.437-.233t1.463.233t1.281.646q.154.123.176.288q.022.166-.126.314t-.333.148t-.344-.118q-.463-.313-.986-.47t-1.106-.157t-1.118.16m.598 3.091q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21"/></svg> </template>
CSS
.icon-wifi-notification-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%22M12%2021.385q-.671%200-1.143-.472t-.472-1.144h3.23q0%20.672-.472%201.144T12%2021.385m-6.5-2.616q-.213%200-.357-.143T5%2018.269t.143-.356t.357-.144h1.116V9.846q0-1.96%201.24-3.447T11%204.546V4q0-.413.293-.707T12%203t.707.293T13%204v.546q.223.044.417.092t.398.131q.454.17.435.676t-.534.724q-.854.397-1.63.858t-1.509%201.046q-.579.444-.597%201.193q-.018.748.53%201.296l6.96%206.94q.12.121.29.194t.36.073h.38q.214%200%20.357.143t.143.357t-.143.357t-.357.143zm9.554-10.182q-1.083.394-1.946%201.082q-.154.123-.342.133q-.187.01-.335-.138t-.123-.33t.179-.303q.992-.812%202.231-1.268t2.632-.455t2.62.456t2.219%201.267q.153.123.176.304q.022.18-.126.329t-.333.138t-.339-.133q-.863-.688-1.958-1.082q-1.096-.395-2.284-.395t-2.271.395m1.178%202.765q-.536.16-1%20.473q-.159.117-.34.115q-.183-.003-.311-.151t-.116-.314t.166-.288q.586-.412%201.257-.646q.67-.233%201.437-.233t1.463.233t1.281.646q.154.123.176.288q.022.166-.126.314t-.333.148t-.344-.118q-.463-.313-.986-.47t-1.106-.157t-1.118.16m.598%203.091q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21%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%2021.385q-.671%200-1.143-.472t-.472-1.144h3.23q0%20.672-.472%201.144T12%2021.385m-6.5-2.616q-.213%200-.357-.143T5%2018.269t.143-.356t.357-.144h1.116V9.846q0-1.96%201.24-3.447T11%204.546V4q0-.413.293-.707T12%203t.707.293T13%204v.546q.223.044.417.092t.398.131q.454.17.435.676t-.534.724q-.854.397-1.63.858t-1.509%201.046q-.579.444-.597%201.193q-.018.748.53%201.296l6.96%206.94q.12.121.29.194t.36.073h.38q.214%200%20.357.143t.143.357t-.143.357t-.357.143zm9.554-10.182q-1.083.394-1.946%201.082q-.154.123-.342.133q-.187.01-.335-.138t-.123-.33t.179-.303q.992-.812%202.231-1.268t2.632-.455t2.62.456t2.219%201.267q.153.123.176.304q.022.18-.126.329t-.333.138t-.339-.133q-.863-.688-1.958-1.082q-1.096-.395-2.284-.395t-2.271.395m1.178%202.765q-.536.16-1%20.473q-.159.117-.34.115q-.183-.003-.311-.151t-.116-.314t.166-.288q.586-.412%201.257-.646q.67-.233%201.437-.233t1.463.233t1.281.646q.154.123.176.288q.022.166-.126.314t-.333.148t-.344-.118q-.463-.313-.986-.47t-1.106-.157t-1.118.16m.598%203.091q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wifi-notification-rounded.svg?color=%231a73e8&size=48