wifi notification icon

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

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

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.2v-.7q0-.625.438-1.062T12 2t1.063.438T13.5 3.5v.7q.575.125 1.088.375t.987.6q-.65.2-1.287.438t-1.238.537q-.275-.075-.525-.112T12 6q-1.65 0-2.825 1.175T8 10v7h12v2zm8.75-8.6l-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.387m2.125 2.125L13.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.75M17.35 15l-1.425-1.4q.275-.275.638-.437T17.35 13t.775.163t.625.437z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiNotificationOutline(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.2v-.7q0-.625.438-1.062T12 2t1.063.438T13.5 3.5v.7q.575.125 1.088.375t.987.6q-.65.2-1.287.438t-1.238.537q-.275-.075-.525-.112T12 6q-1.65 0-2.825 1.175T8 10v7h12v2zm8.75-8.6l-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.387m2.125 2.125L13.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.75M17.35 15l-1.425-1.4q.275-.275.638-.437T17.35 13t.775.163t.625.437z"/></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.2v-.7q0-.625.438-1.062T12 2t1.063.438T13.5 3.5v.7q.575.125 1.088.375t.987.6q-.65.2-1.287.438t-1.238.537q-.275-.075-.525-.112T12 6q-1.65 0-2.825 1.175T8 10v7h12v2zm8.75-8.6l-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.387m2.125 2.125L13.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.75M17.35 15l-1.425-1.4q.275-.275.638-.437T17.35 13t.775.163t.625.437z"/></svg>
</template>

CSS

.icon-wifi-notification-outline {
  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.2v-.7q0-.625.438-1.062T12%202t1.063.438T13.5%203.5v.7q.575.125%201.088.375t.987.6q-.65.2-1.287.438t-1.238.537q-.275-.075-.525-.112T12%206q-1.65%200-2.825%201.175T8%2010v7h12v2zm8.75-8.6l-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.387m2.125%202.125L13.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.75M17.35%2015l-1.425-1.4q.275-.275.638-.437T17.35%2013t.775.163t.625.437z%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.2v-.7q0-.625.438-1.062T12%202t1.063.438T13.5%203.5v.7q.575.125%201.088.375t.987.6q-.65.2-1.287.438t-1.238.537q-.275-.075-.525-.112T12%206q-1.65%200-2.825%201.175T8%2010v7h12v2zm8.75-8.6l-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.387m2.125%202.125L13.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.75M17.35%2015l-1.425-1.4q.275-.275.638-.437T17.35%2013t.775.163t.625.437z%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-outline.svg?color=%231a73e8&size=48