wifi notification icon

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

Name
wifi-notification-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="M15.15 8.875Q14.125 9.25 13.3 9.9q-.25.2-.562.2t-.538-.225t-.2-.55t.275-.525q1.05-.85 2.338-1.325T17.35 7t2.725.475T22.4 8.8q.25.2.263.525t-.213.55t-.525.225t-.55-.2q-.825-.65-1.862-1.025T17.325 8.5t-2.175.375m1.187 2.775q-.487.15-.912.425q-.275.175-.563.163T14.35 12t-.212-.525t.262-.5q.625-.45 1.363-.712T17.325 10t1.588.263t1.387.712q.25.2.263.5T20.35 12t-.525.225t-.575-.175q-.425-.275-.9-.413t-1-.137t-1.012.15m.3 3.063q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M12 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-6-5v-7q0-2.075 1.25-3.687T10.5 4.2v-.7q0-.625.438-1.062T12 2t1.063.438T13.5 3.5v.7q.375.175.488.513t-.013.662t-.437.55t-.788.125q-.225-.025-.387-.038T12 6q-1.65 0-2.825 1.175T8 10v7h11q.425 0 .713.288T20 18t-.288.713T19 19H5q-.425 0-.712-.288T4 18t.288-.712T5 17zm6.25-5.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiNotificationOutlineRounded(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.15 8.875Q14.125 9.25 13.3 9.9q-.25.2-.562.2t-.538-.225t-.2-.55t.275-.525q1.05-.85 2.338-1.325T17.35 7t2.725.475T22.4 8.8q.25.2.263.525t-.213.55t-.525.225t-.55-.2q-.825-.65-1.862-1.025T17.325 8.5t-2.175.375m1.187 2.775q-.487.15-.912.425q-.275.175-.563.163T14.35 12t-.212-.525t.262-.5q.625-.45 1.363-.712T17.325 10t1.588.263t1.387.712q.25.2.263.5T20.35 12t-.525.225t-.575-.175q-.425-.275-.9-.413t-1-.137t-1.012.15m.3 3.063q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M12 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-6-5v-7q0-2.075 1.25-3.687T10.5 4.2v-.7q0-.625.438-1.062T12 2t1.063.438T13.5 3.5v.7q.375.175.488.513t-.013.662t-.437.55t-.788.125q-.225-.025-.387-.038T12 6q-1.65 0-2.825 1.175T8 10v7h11q.425 0 .713.288T20 18t-.288.713T19 19H5q-.425 0-.712-.288T4 18t.288-.712T5 17zm6.25-5.5"/></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.15 8.875Q14.125 9.25 13.3 9.9q-.25.2-.562.2t-.538-.225t-.2-.55t.275-.525q1.05-.85 2.338-1.325T17.35 7t2.725.475T22.4 8.8q.25.2.263.525t-.213.55t-.525.225t-.55-.2q-.825-.65-1.862-1.025T17.325 8.5t-2.175.375m1.187 2.775q-.487.15-.912.425q-.275.175-.563.163T14.35 12t-.212-.525t.262-.5q.625-.45 1.363-.712T17.325 10t1.588.263t1.387.712q.25.2.263.5T20.35 12t-.525.225t-.575-.175q-.425-.275-.9-.413t-1-.137t-1.012.15m.3 3.063q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M12 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-6-5v-7q0-2.075 1.25-3.687T10.5 4.2v-.7q0-.625.438-1.062T12 2t1.063.438T13.5 3.5v.7q.375.175.488.513t-.013.662t-.437.55t-.788.125q-.225-.025-.387-.038T12 6q-1.65 0-2.825 1.175T8 10v7h11q.425 0 .713.288T20 18t-.288.713T19 19H5q-.425 0-.712-.288T4 18t.288-.712T5 17zm6.25-5.5"/></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.15%208.875Q14.125%209.25%2013.3%209.9q-.25.2-.562.2t-.538-.225t-.2-.55t.275-.525q1.05-.85%202.338-1.325T17.35%207t2.725.475T22.4%208.8q.25.2.263.525t-.213.55t-.525.225t-.55-.2q-.825-.65-1.862-1.025T17.325%208.5t-2.175.375m1.187%202.775q-.487.15-.912.425q-.275.175-.563.163T14.35%2012t-.212-.525t.262-.5q.625-.45%201.363-.712T17.325%2010t1.588.263t1.387.712q.25.2.263.5T20.35%2012t-.525.225t-.575-.175q-.425-.275-.9-.413t-1-.137t-1.012.15m.3%203.063q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M12%2022q-.825%200-1.412-.587T10%2020h4q0%20.825-.587%201.413T12%2022m-6-5v-7q0-2.075%201.25-3.687T10.5%204.2v-.7q0-.625.438-1.062T12%202t1.063.438T13.5%203.5v.7q.375.175.488.513t-.013.662t-.437.55t-.788.125q-.225-.025-.387-.038T12%206q-1.65%200-2.825%201.175T8%2010v7h11q.425%200%20.713.288T20%2018t-.288.713T19%2019H5q-.425%200-.712-.288T4%2018t.288-.712T5%2017zm6.25-5.5%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.15%208.875Q14.125%209.25%2013.3%209.9q-.25.2-.562.2t-.538-.225t-.2-.55t.275-.525q1.05-.85%202.338-1.325T17.35%207t2.725.475T22.4%208.8q.25.2.263.525t-.213.55t-.525.225t-.55-.2q-.825-.65-1.862-1.025T17.325%208.5t-2.175.375m1.187%202.775q-.487.15-.912.425q-.275.175-.563.163T14.35%2012t-.212-.525t.262-.5q.625-.45%201.363-.712T17.325%2010t1.588.263t1.387.712q.25.2.263.5T20.35%2012t-.525.225t-.575-.175q-.425-.275-.9-.413t-1-.137t-1.012.15m.3%203.063q-.288-.288-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288M12%2022q-.825%200-1.412-.587T10%2020h4q0%20.825-.587%201.413T12%2022m-6-5v-7q0-2.075%201.25-3.687T10.5%204.2v-.7q0-.625.438-1.062T12%202t1.063.438T13.5%203.5v.7q.375.175.488.513t-.013.662t-.437.55t-.788.125q-.225-.025-.387-.038T12%206q-1.65%200-2.825%201.175T8%2010v7h11q.425%200%20.713.288T20%2018t-.288.713T19%2019H5q-.425%200-.712-.288T4%2018t.288-.712T5%2017zm6.25-5.5%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-rounded.svg?color=%231a73e8&size=48