wifi off icon
wifi-off-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-off-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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-offMyna UI Iconswifi-off-fillRemix Iconwifi-offTabler Iconswifi-offTDesign 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="currentColor" d="M3.868 2.868a1.5 1.5 0 0 1 2.121 0l2.184 2.184A13.5 13.5 0 0 1 12 4.5c3.727 0 7.105 1.513 9.546 3.954a1.5 1.5 0 0 1-2.121 2.121a10.46 10.46 0 0 0-8.721-2.992l.925.925a9.48 9.48 0 0 1 7.088 2.774a1.5 1.5 0 0 1-2.121 2.121A7 7 0 0 0 16 12.88l4.13 4.13a1.5 1.5 0 0 1-2.12 2.122L3.868 4.989a1.5 1.5 0 0 1 0-2.121M12.01 16.5a1.5 1.5 0 0 1 0 3H12a1.5 1.5 0 1 1 0-3zm.172-.991q-.09-.009-.182-.01a2.5 2.5 0 0 0-1.768.733a1.5 1.5 0 0 1-2.12-2.12a5.5 5.5 0 0 1 1.572-1.1zm-3.245-3.245a6.5 6.5 0 0 0-1.534 1.14a1.5 1.5 0 0 1-2.12-2.122c.447-.448.94-.85 1.47-1.202zM6.033 9.36q-.784.542-1.458 1.215a1.5 1.5 0 1 1-2.121-2.121q.67-.671 1.43-1.243z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteWifiOffFill(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="M3.868 2.868a1.5 1.5 0 0 1 2.121 0l2.184 2.184A13.5 13.5 0 0 1 12 4.5c3.727 0 7.105 1.513 9.546 3.954a1.5 1.5 0 0 1-2.121 2.121a10.46 10.46 0 0 0-8.721-2.992l.925.925a9.48 9.48 0 0 1 7.088 2.774a1.5 1.5 0 0 1-2.121 2.121A7 7 0 0 0 16 12.88l4.13 4.13a1.5 1.5 0 0 1-2.12 2.122L3.868 4.989a1.5 1.5 0 0 1 0-2.121M12.01 16.5a1.5 1.5 0 0 1 0 3H12a1.5 1.5 0 1 1 0-3zm.172-.991q-.09-.009-.182-.01a2.5 2.5 0 0 0-1.768.733a1.5 1.5 0 0 1-2.12-2.12a5.5 5.5 0 0 1 1.572-1.1zm-3.245-3.245a6.5 6.5 0 0 0-1.534 1.14a1.5 1.5 0 0 1-2.12-2.122c.447-.448.94-.85 1.47-1.202zM6.033 9.36q-.784.542-1.458 1.215a1.5 1.5 0 1 1-2.121-2.121q.67-.671 1.43-1.243z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.868 2.868a1.5 1.5 0 0 1 2.121 0l2.184 2.184A13.5 13.5 0 0 1 12 4.5c3.727 0 7.105 1.513 9.546 3.954a1.5 1.5 0 0 1-2.121 2.121a10.46 10.46 0 0 0-8.721-2.992l.925.925a9.48 9.48 0 0 1 7.088 2.774a1.5 1.5 0 0 1-2.121 2.121A7 7 0 0 0 16 12.88l4.13 4.13a1.5 1.5 0 0 1-2.12 2.122L3.868 4.989a1.5 1.5 0 0 1 0-2.121M12.01 16.5a1.5 1.5 0 0 1 0 3H12a1.5 1.5 0 1 1 0-3zm.172-.991q-.09-.009-.182-.01a2.5 2.5 0 0 0-1.768.733a1.5 1.5 0 0 1-2.12-2.12a5.5 5.5 0 0 1 1.572-1.1zm-3.245-3.245a6.5 6.5 0 0 0-1.534 1.14a1.5 1.5 0 0 1-2.12-2.122c.447-.448.94-.85 1.47-1.202zM6.033 9.36q-.784.542-1.458 1.215a1.5 1.5 0 1 1-2.121-2.121q.67-.671 1.43-1.243z"/></svg> </template>
CSS
.icon-wifi-off-fill {
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%22M3.868%202.868a1.5%201.5%200%200%201%202.121%200l2.184%202.184A13.5%2013.5%200%200%201%2012%204.5c3.727%200%207.105%201.513%209.546%203.954a1.5%201.5%200%200%201-2.121%202.121a10.46%2010.46%200%200%200-8.721-2.992l.925.925a9.48%209.48%200%200%201%207.088%202.774a1.5%201.5%200%200%201-2.121%202.121A7%207%200%200%200%2016%2012.88l4.13%204.13a1.5%201.5%200%200%201-2.12%202.122L3.868%204.989a1.5%201.5%200%200%201%200-2.121M12.01%2016.5a1.5%201.5%200%200%201%200%203H12a1.5%201.5%200%201%201%200-3zm.172-.991q-.09-.009-.182-.01a2.5%202.5%200%200%200-1.768.733a1.5%201.5%200%200%201-2.12-2.12a5.5%205.5%200%200%201%201.572-1.1zm-3.245-3.245a6.5%206.5%200%200%200-1.534%201.14a1.5%201.5%200%200%201-2.12-2.122c.447-.448.94-.85%201.47-1.202zM6.033%209.36q-.784.542-1.458%201.215a1.5%201.5%200%201%201-2.121-2.121q.67-.671%201.43-1.243z%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%22M3.868%202.868a1.5%201.5%200%200%201%202.121%200l2.184%202.184A13.5%2013.5%200%200%201%2012%204.5c3.727%200%207.105%201.513%209.546%203.954a1.5%201.5%200%200%201-2.121%202.121a10.46%2010.46%200%200%200-8.721-2.992l.925.925a9.48%209.48%200%200%201%207.088%202.774a1.5%201.5%200%200%201-2.121%202.121A7%207%200%200%200%2016%2012.88l4.13%204.13a1.5%201.5%200%200%201-2.12%202.122L3.868%204.989a1.5%201.5%200%200%201%200-2.121M12.01%2016.5a1.5%201.5%200%200%201%200%203H12a1.5%201.5%200%201%201%200-3zm.172-.991q-.09-.009-.182-.01a2.5%202.5%200%200%200-1.768.733a1.5%201.5%200%200%201-2.12-2.12a5.5%205.5%200%200%201%201.572-1.1zm-3.245-3.245a6.5%206.5%200%200%200-1.534%201.14a1.5%201.5%200%200%201-2.12-2.122c.447-.448.94-.85%201.47-1.202zM6.033%209.36q-.784.542-1.458%201.215a1.5%201.5%200%201%201-2.121-2.121q.67-.671%201.43-1.243z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/wifi-off-fill.svg?color=%231a73e8&size=48