wifi notification icon

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

Name
wifi-notification-rounded
Set
Material Symbols
Style
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="M12 22q-.825 0-1.412-.587T10 20h4q0 .825-.587 1.413T12 22m-7-3q-.425 0-.712-.288T4 18t.288-.712T5 17h1v-7q0-2.075 1.25-3.687T10.5 4.2v-.7q0-.625.438-1.062T12 2t1.063.438T13.5 3.5v.7q.05.025.1.025t.1.025q.55.15.55.763t-.65.887q-.7.3-1.35.675T11 7.4q-.925.675-.962 1.875t.837 2.075l5.075 5.075q.275.275.638.425t.762.15H19q.425 0 .713.288T20 18t-.288.713T19 19zM15.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-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiNotificationRounded(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-7-3q-.425 0-.712-.288T4 18t.288-.712T5 17h1v-7q0-2.075 1.25-3.687T10.5 4.2v-.7q0-.625.438-1.062T12 2t1.063.438T13.5 3.5v.7q.05.025.1.025t.1.025q.55.15.55.763t-.65.887q-.7.3-1.35.675T11 7.4q-.925.675-.962 1.875t.837 2.075l5.075 5.075q.275.275.638.425t.762.15H19q.425 0 .713.288T20 18t-.288.713T19 19zM15.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-.288"/></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-7-3q-.425 0-.712-.288T4 18t.288-.712T5 17h1v-7q0-2.075 1.25-3.687T10.5 4.2v-.7q0-.625.438-1.062T12 2t1.063.438T13.5 3.5v.7q.05.025.1.025t.1.025q.55.15.55.763t-.65.887q-.7.3-1.35.675T11 7.4q-.925.675-.962 1.875t.837 2.075l5.075 5.075q.275.275.638.425t.762.15H19q.425 0 .713.288T20 18t-.288.713T19 19zM15.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-.288"/></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%2022q-.825%200-1.412-.587T10%2020h4q0%20.825-.587%201.413T12%2022m-7-3q-.425%200-.712-.288T4%2018t.288-.712T5%2017h1v-7q0-2.075%201.25-3.687T10.5%204.2v-.7q0-.625.438-1.062T12%202t1.063.438T13.5%203.5v.7q.05.025.1.025t.1.025q.55.15.55.763t-.65.887q-.7.3-1.35.675T11%207.4q-.925.675-.962%201.875t.837%202.075l5.075%205.075q.275.275.638.425t.762.15H19q.425%200%20.713.288T20%2018t-.288.713T19%2019zM15.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-.288%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-7-3q-.425%200-.712-.288T4%2018t.288-.712T5%2017h1v-7q0-2.075%201.25-3.687T10.5%204.2v-.7q0-.625.438-1.062T12%202t1.063.438T13.5%203.5v.7q.05.025.1.025t.1.025q.55.15.55.763t-.65.887q-.7.3-1.35.675T11%207.4q-.925.675-.962%201.875t.837%202.075l5.075%205.075q.275.275.638.425t.762.15H19q.425%200%20.713.288T20%2018t-.288.713T19%2019zM15.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-.288%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-rounded.svg?color=%231a73e8&size=48