wifi notification icon

wifi-notification-outline-rounded from Material Symbols Light by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
wifi-notification-outline-rounded
Set
Material Symbols Light
Style
Outline 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

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="M15.057 8.588q-1.08.396-1.95 1.081q-.153.123-.34.133t-.336-.138t-.123-.33t.179-.303q.992-.812 2.23-1.268t2.631-.455t2.621.455t2.22 1.268q.153.123.176.303q.022.181-.126.33t-.333.138t-.339-.133q-.869-.686-1.961-1.081q-1.093-.396-2.281-.396t-2.268.396m1.175 2.764q-.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-.33.148q-.18 0-.347-.118q-.469-.313-.993-.47t-1.103-.157t-1.114.16m.598 3.092q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21q.21.209.21.52q0 .31-.21.52q-.209.21-.52.21t-.52-.209m-4.833 6.94q-.668 0-1.14-.474t-.472-1.14h3.23q0 .67-.475 1.143q-.476.472-1.143.472m-5.381-3.616V9.846q0-1.96 1.24-3.447T11 4.546V4q0-.417.291-.708q.291-.292.707-.292t.709.292T13 4v.546q.327.058.635.163q.307.106.596.26q.182.098.247.282q.064.183-.022.355t-.265.261t-.383.01q-.437-.217-.888-.316t-.92-.1q-1.823 0-3.104 1.281t-1.28 3.104v7.923H18.5q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143h-13q-.213 0-.356-.144T5 18.268t.144-.356t.356-.143zm6.057-6.153"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWifiNotificationOutlineRounded(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="M15.057 8.588q-1.08.396-1.95 1.081q-.153.123-.34.133t-.336-.138t-.123-.33t.179-.303q.992-.812 2.23-1.268t2.631-.455t2.621.455t2.22 1.268q.153.123.176.303q.022.181-.126.33t-.333.138t-.339-.133q-.869-.686-1.961-1.081q-1.093-.396-2.281-.396t-2.268.396m1.175 2.764q-.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-.33.148q-.18 0-.347-.118q-.469-.313-.993-.47t-1.103-.157t-1.114.16m.598 3.092q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21q.21.209.21.52q0 .31-.21.52q-.209.21-.52.21t-.52-.209m-4.833 6.94q-.668 0-1.14-.474t-.472-1.14h3.23q0 .67-.475 1.143q-.476.472-1.143.472m-5.381-3.616V9.846q0-1.96 1.24-3.447T11 4.546V4q0-.417.291-.708q.291-.292.707-.292t.709.292T13 4v.546q.327.058.635.163q.307.106.596.26q.182.098.247.282q.064.183-.022.355t-.265.261t-.383.01q-.437-.217-.888-.316t-.92-.1q-1.823 0-3.104 1.281t-1.28 3.104v7.923H18.5q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143h-13q-.213 0-.356-.144T5 18.268t.144-.356t.356-.143zm6.057-6.153"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.057 8.588q-1.08.396-1.95 1.081q-.153.123-.34.133t-.336-.138t-.123-.33t.179-.303q.992-.812 2.23-1.268t2.631-.455t2.621.455t2.22 1.268q.153.123.176.303q.022.181-.126.33t-.333.138t-.339-.133q-.869-.686-1.961-1.081q-1.093-.396-2.281-.396t-2.268.396m1.175 2.764q-.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-.33.148q-.18 0-.347-.118q-.469-.313-.993-.47t-1.103-.157t-1.114.16m.598 3.092q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21q.21.209.21.52q0 .31-.21.52q-.209.21-.52.21t-.52-.209m-4.833 6.94q-.668 0-1.14-.474t-.472-1.14h3.23q0 .67-.475 1.143q-.476.472-1.143.472m-5.381-3.616V9.846q0-1.96 1.24-3.447T11 4.546V4q0-.417.291-.708q.291-.292.707-.292t.709.292T13 4v.546q.327.058.635.163q.307.106.596.26q.182.098.247.282q.064.183-.022.355t-.265.261t-.383.01q-.437-.217-.888-.316t-.92-.1q-1.823 0-3.104 1.281t-1.28 3.104v7.923H18.5q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143h-13q-.213 0-.356-.144T5 18.268t.144-.356t.356-.143zm6.057-6.153"/></svg>
</template>

CSS

.icon-wifi-notification-outline-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%22M15.057%208.588q-1.08.396-1.95%201.081q-.153.123-.34.133t-.336-.138t-.123-.33t.179-.303q.992-.812%202.23-1.268t2.631-.455t2.621.455t2.22%201.268q.153.123.176.303q.022.181-.126.33t-.333.138t-.339-.133q-.869-.686-1.961-1.081q-1.093-.396-2.281-.396t-2.268.396m1.175%202.764q-.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-.33.148q-.18%200-.347-.118q-.469-.313-.993-.47t-1.103-.157t-1.114.16m.598%203.092q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21q.21.209.21.52q0%20.31-.21.52q-.209.21-.52.21t-.52-.209m-4.833%206.94q-.668%200-1.14-.474t-.472-1.14h3.23q0%20.67-.475%201.143q-.476.472-1.143.472m-5.381-3.616V9.846q0-1.96%201.24-3.447T11%204.546V4q0-.417.291-.708q.291-.292.707-.292t.709.292T13%204v.546q.327.058.635.163q.307.106.596.26q.182.098.247.282q.064.183-.022.355t-.265.261t-.383.01q-.437-.217-.888-.316t-.92-.1q-1.823%200-3.104%201.281t-1.28%203.104v7.923H18.5q.213%200%20.356.144q.144.144.144.357t-.144.356t-.356.143h-13q-.213%200-.356-.144T5%2018.268t.144-.356t.356-.143zm6.057-6.153%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%22M15.057%208.588q-1.08.396-1.95%201.081q-.153.123-.34.133t-.336-.138t-.123-.33t.179-.303q.992-.812%202.23-1.268t2.631-.455t2.621.455t2.22%201.268q.153.123.176.303q.022.181-.126.33t-.333.138t-.339-.133q-.869-.686-1.961-1.081q-1.093-.396-2.281-.396t-2.268.396m1.175%202.764q-.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-.33.148q-.18%200-.347-.118q-.469-.313-.993-.47t-1.103-.157t-1.114.16m.598%203.092q-.21-.21-.21-.52t.21-.521q.209-.21.52-.21t.52.21q.21.209.21.52q0%20.31-.21.52q-.209.21-.52.21t-.52-.209m-4.833%206.94q-.668%200-1.14-.474t-.472-1.14h3.23q0%20.67-.475%201.143q-.476.472-1.143.472m-5.381-3.616V9.846q0-1.96%201.24-3.447T11%204.546V4q0-.417.291-.708q.291-.292.707-.292t.709.292T13%204v.546q.327.058.635.163q.307.106.596.26q.182.098.247.282q.064.183-.022.355t-.265.261t-.383.01q-.437-.217-.888-.316t-.92-.1q-1.823%200-3.104%201.281t-1.28%203.104v7.923H18.5q.213%200%20.356.144q.144.144.144.357t-.144.356t-.356.143h-13q-.213%200-.356-.144T5%2018.268t.144-.356t.356-.143zm6.057-6.153%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-outline-rounded.svg?color=%231a73e8&size=48