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

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

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.904 21.37l-8.285-8.335q-1.521.063-2.908.67T6.35 15.35l-1.023-1.034q.973-.974 2.273-1.67t2.735-.896L6.66 8.077q-1.14.448-2.364 1.249T2.1 11.1l-.985-1.034q.993-.993 2.163-1.813t2.26-1.3l-2.291-2.29l.708-.708l16.708 16.708zm-8.996-1.396q-.446-.449-.446-1.09q0-.646.446-1.092T12 17.346t1.092.446t.446 1.092q0 .641-.446 1.09T12 20.423t-1.092-.449M17.9 15.05l-.427-.427l-.427-.427l-2.08-2.08q.851.2 1.845.746t1.862 1.415zm4-3.95q-1.925-1.925-4.462-3.012T12 7q-.525 0-1.041.038q-.517.037-.959.112L8.72 5.87q.657-.166 1.458-.249T12 5.538q3.223 0 6.01 1.2t4.913 3.328z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWifiOff(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.904 21.37l-8.285-8.335q-1.521.063-2.908.67T6.35 15.35l-1.023-1.034q.973-.974 2.273-1.67t2.735-.896L6.66 8.077q-1.14.448-2.364 1.249T2.1 11.1l-.985-1.034q.993-.993 2.163-1.813t2.26-1.3l-2.291-2.29l.708-.708l16.708 16.708zm-8.996-1.396q-.446-.449-.446-1.09q0-.646.446-1.092T12 17.346t1.092.446t.446 1.092q0 .641-.446 1.09T12 20.423t-1.092-.449M17.9 15.05l-.427-.427l-.427-.427l-2.08-2.08q.851.2 1.845.746t1.862 1.415zm4-3.95q-1.925-1.925-4.462-3.012T12 7q-.525 0-1.041.038q-.517.037-.959.112L8.72 5.87q.657-.166 1.458-.249T12 5.538q3.223 0 6.01 1.2t4.913 3.328z"/></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.904 21.37l-8.285-8.335q-1.521.063-2.908.67T6.35 15.35l-1.023-1.034q.973-.974 2.273-1.67t2.735-.896L6.66 8.077q-1.14.448-2.364 1.249T2.1 11.1l-.985-1.034q.993-.993 2.163-1.813t2.26-1.3l-2.291-2.29l.708-.708l16.708 16.708zm-8.996-1.396q-.446-.449-.446-1.09q0-.646.446-1.092T12 17.346t1.092.446t.446 1.092q0 .641-.446 1.09T12 20.423t-1.092-.449M17.9 15.05l-.427-.427l-.427-.427l-2.08-2.08q.851.2 1.845.746t1.862 1.415zm4-3.95q-1.925-1.925-4.462-3.012T12 7q-.525 0-1.041.038q-.517.037-.959.112L8.72 5.87q.657-.166 1.458-.249T12 5.538q3.223 0 6.01 1.2t4.913 3.328z"/></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.904%2021.37l-8.285-8.335q-1.521.063-2.908.67T6.35%2015.35l-1.023-1.034q.973-.974%202.273-1.67t2.735-.896L6.66%208.077q-1.14.448-2.364%201.249T2.1%2011.1l-.985-1.034q.993-.993%202.163-1.813t2.26-1.3l-2.291-2.29l.708-.708l16.708%2016.708zm-8.996-1.396q-.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-.449M17.9%2015.05l-.427-.427l-.427-.427l-2.08-2.08q.851.2%201.845.746t1.862%201.415zm4-3.95q-1.925-1.925-4.462-3.012T12%207q-.525%200-1.041.038q-.517.037-.959.112L8.72%205.87q.657-.166%201.458-.249T12%205.538q3.223%200%206.01%201.2t4.913%203.328z%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.904%2021.37l-8.285-8.335q-1.521.063-2.908.67T6.35%2015.35l-1.023-1.034q.973-.974%202.273-1.67t2.735-.896L6.66%208.077q-1.14.448-2.364%201.249T2.1%2011.1l-.985-1.034q.993-.993%202.163-1.813t2.26-1.3l-2.291-2.29l.708-.708l16.708%2016.708zm-8.996-1.396q-.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-.449M17.9%2015.05l-.427-.427l-.427-.427l-2.08-2.08q.851.2%201.845.746t1.862%201.415zm4-3.95q-1.925-1.925-4.462-3.012T12%207q-.525%200-1.041.038q-.517.037-.959.112L8.72%205.87q.657-.166%201.458-.249T12%205.538q3.223%200%206.01%201.2t4.913%203.328z%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.svg?color=%231a73e8&size=48