wifi off icon
wifi-off from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- wifi-off
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
wifi-offBootstrap Iconswifi-offBoxIcons v2wifi-offCarbonwifi-off-fillEva Iconswifi-offFeather Iconswifi-off-20-filledFluent UI System Iconswifi-offHumbleiconswifi-offIconoirwifi-offLucidewifi-offMaterial Symbolswifi-offMaterial Symbols Lightwifi-offMaterial Design Iconswifi-off-fillMingCute Iconwifi-offMyna UI Iconswifi-off-fillRemix Iconwifi-offTabler Icons
Related icons in TDesign Icons
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="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M6.696 13.696a7.47 7.47 0 0 1 4.259-2.124M2.1 9.1a14 14 0 0 1 3.65-2.633m4.375-1.342A13.98 13.98 0 0 1 21.899 9.1m-10.606 9.193a1 1 0 0 1 1.414 0L12 19zM3 3l18 18"/></svg>
React
import type { SVGProps } from "react";
export function TdesignWifiOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M6.696 13.696a7.47 7.47 0 0 1 4.259-2.124M2.1 9.1a14 14 0 0 1 3.65-2.633m4.375-1.342A13.98 13.98 0 0 1 21.899 9.1m-10.606 9.193a1 1 0 0 1 1.414 0L12 19zM3 3l18 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M6.696 13.696a7.47 7.47 0 0 1 4.259-2.124M2.1 9.1a14 14 0 0 1 3.65-2.633m4.375-1.342A13.98 13.98 0 0 1 21.899 9.1m-10.606 9.193a1 1 0 0 1 1.414 0L12 19zM3 3l18 18"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M6.696%2013.696a7.47%207.47%200%200%201%204.259-2.124M2.1%209.1a14%2014%200%200%201%203.65-2.633m4.375-1.342A13.98%2013.98%200%200%201%2021.899%209.1m-10.606%209.193a1%201%200%200%201%201.414%200L12%2019zM3%203l18%2018%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M6.696%2013.696a7.47%207.47%200%200%201%204.259-2.124M2.1%209.1a14%2014%200%200%201%203.65-2.633m4.375-1.342A13.98%2013.98%200%200%201%2021.899%209.1m-10.606%209.193a1%201%200%200%201%201.414%200L12%2019zM3%203l18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/wifi-off.svg?color=%231a73e8&size=48