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

Name
wifi-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
wifi-off-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the wifi off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.55 21.016l-7.93-7.981q-1.314.04-2.546.513T6.91 14.831q-.256.196-.557.209t-.514-.207q-.22-.22-.192-.54t.278-.522q.902-.771 2.04-1.323t2.37-.698L6.66 8.077q-.957.37-2.012 1.026q-1.055.657-1.957 1.453q-.25.208-.56.227t-.524-.2q-.22-.22-.195-.527t.256-.516q.897-.834 1.904-1.506q1.008-.672 1.966-1.08L3.6 5.016q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l15.975 15.975q.165.165.165.366t-.165.367q-.166.14-.367.152q-.2.013-.366-.152m-8.642-1.042q-.446-.449-.446-1.09q0-.646.446-1.092T12 17.346t1.092.446t.446 1.092q0 .641-.446 1.09T12 20.423t-1.092-.449m7.379-5.31q-.17.169-.39.166t-.39-.172l-.23-.231l-.23-.23l-.863-.863q-.209-.209-.057-.425q.152-.215.421-.09q.452.198.868.458q.417.26.811.588q.2.158.214.394q.015.235-.155.404m4.125-4.08q-.232.238-.55.202q-.317-.035-.586-.262q-1.858-1.667-4.23-2.595T12 7q-.525 0-1.041.038q-.517.037-.959.112q-.298.062-.548-.128t-.312-.488t.131-.547t.49-.312q.466-.061 1.02-.099T12 5.539q3.01 0 5.638 1.056t4.693 2.92q.25.214.275.531t-.195.537"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWifiOffRounded(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="m19.55 21.016l-7.93-7.981q-1.314.04-2.546.513T6.91 14.831q-.256.196-.557.209t-.514-.207q-.22-.22-.192-.54t.278-.522q.902-.771 2.04-1.323t2.37-.698L6.66 8.077q-.957.37-2.012 1.026q-1.055.657-1.957 1.453q-.25.208-.56.227t-.524-.2q-.22-.22-.195-.527t.256-.516q.897-.834 1.904-1.506q1.008-.672 1.966-1.08L3.6 5.016q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l15.975 15.975q.165.165.165.366t-.165.367q-.166.14-.367.152q-.2.013-.366-.152m-8.642-1.042q-.446-.449-.446-1.09q0-.646.446-1.092T12 17.346t1.092.446t.446 1.092q0 .641-.446 1.09T12 20.423t-1.092-.449m7.379-5.31q-.17.169-.39.166t-.39-.172l-.23-.231l-.23-.23l-.863-.863q-.209-.209-.057-.425q.152-.215.421-.09q.452.198.868.458q.417.26.811.588q.2.158.214.394q.015.235-.155.404m4.125-4.08q-.232.238-.55.202q-.317-.035-.586-.262q-1.858-1.667-4.23-2.595T12 7q-.525 0-1.041.038q-.517.037-.959.112q-.298.062-.548-.128t-.312-.488t.131-.547t.49-.312q.466-.061 1.02-.099T12 5.539q3.01 0 5.638 1.056t4.693 2.92q.25.214.275.531t-.195.537"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.55 21.016l-7.93-7.981q-1.314.04-2.546.513T6.91 14.831q-.256.196-.557.209t-.514-.207q-.22-.22-.192-.54t.278-.522q.902-.771 2.04-1.323t2.37-.698L6.66 8.077q-.957.37-2.012 1.026q-1.055.657-1.957 1.453q-.25.208-.56.227t-.524-.2q-.22-.22-.195-.527t.256-.516q.897-.834 1.904-1.506q1.008-.672 1.966-1.08L3.6 5.016q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l15.975 15.975q.165.165.165.366t-.165.367q-.166.14-.367.152q-.2.013-.366-.152m-8.642-1.042q-.446-.449-.446-1.09q0-.646.446-1.092T12 17.346t1.092.446t.446 1.092q0 .641-.446 1.09T12 20.423t-1.092-.449m7.379-5.31q-.17.169-.39.166t-.39-.172l-.23-.231l-.23-.23l-.863-.863q-.209-.209-.057-.425q.152-.215.421-.09q.452.198.868.458q.417.26.811.588q.2.158.214.394q.015.235-.155.404m4.125-4.08q-.232.238-.55.202q-.317-.035-.586-.262q-1.858-1.667-4.23-2.595T12 7q-.525 0-1.041.038q-.517.037-.959.112q-.298.062-.548-.128t-.312-.488t.131-.547t.49-.312q.466-.061 1.02-.099T12 5.539q3.01 0 5.638 1.056t4.693 2.92q.25.214.275.531t-.195.537"/></svg>
</template>

CSS

.icon-wifi-off-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%22m19.55%2021.016l-7.93-7.981q-1.314.04-2.546.513T6.91%2014.831q-.256.196-.557.209t-.514-.207q-.22-.22-.192-.54t.278-.522q.902-.771%202.04-1.323t2.37-.698L6.66%208.077q-.957.37-2.012%201.026q-1.055.657-1.957%201.453q-.25.208-.56.227t-.524-.2q-.22-.22-.195-.527t.256-.516q.897-.834%201.904-1.506q1.008-.672%201.966-1.08L3.6%205.016q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l15.975%2015.975q.165.165.165.366t-.165.367q-.166.14-.367.152q-.2.013-.366-.152m-8.642-1.042q-.446-.449-.446-1.09q0-.646.446-1.092T12%2017.346t1.092.446t.446%201.092q0%20.641-.446%201.09T12%2020.423t-1.092-.449m7.379-5.31q-.17.169-.39.166t-.39-.172l-.23-.231l-.23-.23l-.863-.863q-.209-.209-.057-.425q.152-.215.421-.09q.452.198.868.458q.417.26.811.588q.2.158.214.394q.015.235-.155.404m4.125-4.08q-.232.238-.55.202q-.317-.035-.586-.262q-1.858-1.667-4.23-2.595T12%207q-.525%200-1.041.038q-.517.037-.959.112q-.298.062-.548-.128t-.312-.488t.131-.547t.49-.312q.466-.061%201.02-.099T12%205.539q3.01%200%205.638%201.056t4.693%202.92q.25.214.275.531t-.195.537%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%22m19.55%2021.016l-7.93-7.981q-1.314.04-2.546.513T6.91%2014.831q-.256.196-.557.209t-.514-.207q-.22-.22-.192-.54t.278-.522q.902-.771%202.04-1.323t2.37-.698L6.66%208.077q-.957.37-2.012%201.026q-1.055.657-1.957%201.453q-.25.208-.56.227t-.524-.2q-.22-.22-.195-.527t.256-.516q.897-.834%201.904-1.506q1.008-.672%201.966-1.08L3.6%205.016q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16l15.975%2015.975q.165.165.165.366t-.165.367q-.166.14-.367.152q-.2.013-.366-.152m-8.642-1.042q-.446-.449-.446-1.09q0-.646.446-1.092T12%2017.346t1.092.446t.446%201.092q0%20.641-.446%201.09T12%2020.423t-1.092-.449m7.379-5.31q-.17.169-.39.166t-.39-.172l-.23-.231l-.23-.23l-.863-.863q-.209-.209-.057-.425q.152-.215.421-.09q.452.198.868.458q.417.26.811.588q.2.158.214.394q.015.235-.155.404m4.125-4.08q-.232.238-.55.202q-.317-.035-.586-.262q-1.858-1.667-4.23-2.595T12%207q-.525%200-1.041.038q-.517.037-.959.112q-.298.062-.548-.128t-.312-.488t.131-.547t.49-.312q.466-.061%201.02-.099T12%205.539q3.01%200%205.638%201.056t4.693%202.92q.25.214.275.531t-.195.537%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-off-rounded.svg?color=%231a73e8&size=48