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

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

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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.75 22.6l-9.4-9.45q-1.175.275-2.187.825T6.35 15.35l-2.1-2.15q.8-.8 1.725-1.4t1.975-1.05L5.7 8.5q-1.025.525-1.913 1.163T2.1 11.1L0 8.95q.8-.8 1.663-1.437T3.5 6.3L1.4 4.2l1.4-1.4l18.4 18.4zm-9.525-2.337Q9.5 19.525 9.5 18.5q0-1.05.725-1.775T12 16t1.775.725t.725 1.775q0 1.025-.725 1.763T12 21t-1.775-.737M17.9 15.05l-.725-.725l-.725-.725l-3.6-3.6q2.025.2 3.788 1.025T19.75 13.2zm4-3.95q-1.925-1.925-4.462-3.012T12 7q-.525 0-1.012.038T10 7.15L7.45 4.6q1.1-.3 2.238-.45T12 4q3.55 0 6.625 1.325T24 8.95z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWifiOff(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.75 22.6l-9.4-9.45q-1.175.275-2.187.825T6.35 15.35l-2.1-2.15q.8-.8 1.725-1.4t1.975-1.05L5.7 8.5q-1.025.525-1.913 1.163T2.1 11.1L0 8.95q.8-.8 1.663-1.437T3.5 6.3L1.4 4.2l1.4-1.4l18.4 18.4zm-9.525-2.337Q9.5 19.525 9.5 18.5q0-1.05.725-1.775T12 16t1.775.725t.725 1.775q0 1.025-.725 1.763T12 21t-1.775-.737M17.9 15.05l-.725-.725l-.725-.725l-3.6-3.6q2.025.2 3.788 1.025T19.75 13.2zm4-3.95q-1.925-1.925-4.462-3.012T12 7q-.525 0-1.012.038T10 7.15L7.45 4.6q1.1-.3 2.238-.45T12 4q3.55 0 6.625 1.325T24 8.95z"/></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.75 22.6l-9.4-9.45q-1.175.275-2.187.825T6.35 15.35l-2.1-2.15q.8-.8 1.725-1.4t1.975-1.05L5.7 8.5q-1.025.525-1.913 1.163T2.1 11.1L0 8.95q.8-.8 1.663-1.437T3.5 6.3L1.4 4.2l1.4-1.4l18.4 18.4zm-9.525-2.337Q9.5 19.525 9.5 18.5q0-1.05.725-1.775T12 16t1.775.725t.725 1.775q0 1.025-.725 1.763T12 21t-1.775-.737M17.9 15.05l-.725-.725l-.725-.725l-3.6-3.6q2.025.2 3.788 1.025T19.75 13.2zm4-3.95q-1.925-1.925-4.462-3.012T12 7q-.525 0-1.012.038T10 7.15L7.45 4.6q1.1-.3 2.238-.45T12 4q3.55 0 6.625 1.325T24 8.95z"/></svg>
</template>

CSS

.icon-wifi-off {
  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.75%2022.6l-9.4-9.45q-1.175.275-2.187.825T6.35%2015.35l-2.1-2.15q.8-.8%201.725-1.4t1.975-1.05L5.7%208.5q-1.025.525-1.913%201.163T2.1%2011.1L0%208.95q.8-.8%201.663-1.437T3.5%206.3L1.4%204.2l1.4-1.4l18.4%2018.4zm-9.525-2.337Q9.5%2019.525%209.5%2018.5q0-1.05.725-1.775T12%2016t1.775.725t.725%201.775q0%201.025-.725%201.763T12%2021t-1.775-.737M17.9%2015.05l-.725-.725l-.725-.725l-3.6-3.6q2.025.2%203.788%201.025T19.75%2013.2zm4-3.95q-1.925-1.925-4.462-3.012T12%207q-.525%200-1.012.038T10%207.15L7.45%204.6q1.1-.3%202.238-.45T12%204q3.55%200%206.625%201.325T24%208.95z%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.75%2022.6l-9.4-9.45q-1.175.275-2.187.825T6.35%2015.35l-2.1-2.15q.8-.8%201.725-1.4t1.975-1.05L5.7%208.5q-1.025.525-1.913%201.163T2.1%2011.1L0%208.95q.8-.8%201.663-1.437T3.5%206.3L1.4%204.2l1.4-1.4l18.4%2018.4zm-9.525-2.337Q9.5%2019.525%209.5%2018.5q0-1.05.725-1.775T12%2016t1.775.725t.725%201.775q0%201.025-.725%201.763T12%2021t-1.775-.737M17.9%2015.05l-.725-.725l-.725-.725l-3.6-3.6q2.025.2%203.788%201.025T19.75%2013.2zm4-3.95q-1.925-1.925-4.462-3.012T12%207q-.525%200-1.012.038T10%207.15L7.45%204.6q1.1-.3%202.238-.45T12%204q3.55%200%206.625%201.325T24%208.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wifi-off.svg?color=%231a73e8&size=48