wifi off icon
wifi-off-line from Remix Icon by Remix Design · Line · Device · Apache-2.0 Free for personal and commercial use.
- Name
- wifi-off-line
- Set
- Remix Icon
- Style
- Line
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix 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-off-fillMingCute Iconwifi-offMyna UI Iconswifi-offTabler Iconswifi-offTDesign Icons
More device icons from Remix Icon
airplay-fillbarcode-box-fillbarcode-fillbase-station-fillbattery-2-charge-fillbattery-2-fillbattery-charge-fillbattery-fillbattery-low-fillbattery-saver-fillbattery-share-fillbluetooth-connect-fillbluetooth-fillcast-fillcellphone-fillcomputer-fillcpu-filldashboard-2-filldashboard-3-filldatabase-2-filldatabase-filldevice-filldevice-recover-filldual-sim-1-fill
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="M12 18c.714 0 1.37.25 1.886.666L12 21l-1.886-2.334A3 3 0 0 1 12 18M2.808 1.393l17.677 17.678l-1.414 1.414l-5.18-5.18a6 6 0 0 0-1.89-.305c-1.43 0-2.74.499-3.771 1.332l-1.256-1.556a7.96 7.96 0 0 1 4.622-1.766L9 10.414a11 11 0 0 0-3.912 2.029L3.83 10.887A13 13 0 0 1 7.416 8.83L5.132 6.545a16 16 0 0 0-3.185 2.007L.689 6.997a18 18 0 0 1 2.952-1.942L1.393 2.808zM14.5 10.285l-2.283-2.283L12 8c3.095 0 5.937 1.081 8.17 2.887l-1.258 1.556a10.96 10.96 0 0 0-4.412-2.158M12 3c4.285 0 8.22 1.497 11.31 3.997l-1.257 1.555A15.93 15.93 0 0 0 12 5q-1.319 0-2.58.207L7.726 3.51A18 18 0 0 1 12 3"/></svg>
React
import type { SVGProps } from "react";
export function RiWifiOffLine(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="M12 18c.714 0 1.37.25 1.886.666L12 21l-1.886-2.334A3 3 0 0 1 12 18M2.808 1.393l17.677 17.678l-1.414 1.414l-5.18-5.18a6 6 0 0 0-1.89-.305c-1.43 0-2.74.499-3.771 1.332l-1.256-1.556a7.96 7.96 0 0 1 4.622-1.766L9 10.414a11 11 0 0 0-3.912 2.029L3.83 10.887A13 13 0 0 1 7.416 8.83L5.132 6.545a16 16 0 0 0-3.185 2.007L.689 6.997a18 18 0 0 1 2.952-1.942L1.393 2.808zM14.5 10.285l-2.283-2.283L12 8c3.095 0 5.937 1.081 8.17 2.887l-1.258 1.556a10.96 10.96 0 0 0-4.412-2.158M12 3c4.285 0 8.22 1.497 11.31 3.997l-1.257 1.555A15.93 15.93 0 0 0 12 5q-1.319 0-2.58.207L7.726 3.51A18 18 0 0 1 12 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18c.714 0 1.37.25 1.886.666L12 21l-1.886-2.334A3 3 0 0 1 12 18M2.808 1.393l17.677 17.678l-1.414 1.414l-5.18-5.18a6 6 0 0 0-1.89-.305c-1.43 0-2.74.499-3.771 1.332l-1.256-1.556a7.96 7.96 0 0 1 4.622-1.766L9 10.414a11 11 0 0 0-3.912 2.029L3.83 10.887A13 13 0 0 1 7.416 8.83L5.132 6.545a16 16 0 0 0-3.185 2.007L.689 6.997a18 18 0 0 1 2.952-1.942L1.393 2.808zM14.5 10.285l-2.283-2.283L12 8c3.095 0 5.937 1.081 8.17 2.887l-1.258 1.556a10.96 10.96 0 0 0-4.412-2.158M12 3c4.285 0 8.22 1.497 11.31 3.997l-1.257 1.555A15.93 15.93 0 0 0 12 5q-1.319 0-2.58.207L7.726 3.51A18 18 0 0 1 12 3"/></svg> </template>
CSS
.icon-wifi-off-line {
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%22M12%2018c.714%200%201.37.25%201.886.666L12%2021l-1.886-2.334A3%203%200%200%201%2012%2018M2.808%201.393l17.677%2017.678l-1.414%201.414l-5.18-5.18a6%206%200%200%200-1.89-.305c-1.43%200-2.74.499-3.771%201.332l-1.256-1.556a7.96%207.96%200%200%201%204.622-1.766L9%2010.414a11%2011%200%200%200-3.912%202.029L3.83%2010.887A13%2013%200%200%201%207.416%208.83L5.132%206.545a16%2016%200%200%200-3.185%202.007L.689%206.997a18%2018%200%200%201%202.952-1.942L1.393%202.808zM14.5%2010.285l-2.283-2.283L12%208c3.095%200%205.937%201.081%208.17%202.887l-1.258%201.556a10.96%2010.96%200%200%200-4.412-2.158M12%203c4.285%200%208.22%201.497%2011.31%203.997l-1.257%201.555A15.93%2015.93%200%200%200%2012%205q-1.319%200-2.58.207L7.726%203.51A18%2018%200%200%201%2012%203%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%22M12%2018c.714%200%201.37.25%201.886.666L12%2021l-1.886-2.334A3%203%200%200%201%2012%2018M2.808%201.393l17.677%2017.678l-1.414%201.414l-5.18-5.18a6%206%200%200%200-1.89-.305c-1.43%200-2.74.499-3.771%201.332l-1.256-1.556a7.96%207.96%200%200%201%204.622-1.766L9%2010.414a11%2011%200%200%200-3.912%202.029L3.83%2010.887A13%2013%200%200%201%207.416%208.83L5.132%206.545a16%2016%200%200%200-3.185%202.007L.689%206.997a18%2018%200%200%201%202.952-1.942L1.393%202.808zM14.5%2010.285l-2.283-2.283L12%208c3.095%200%205.937%201.081%208.17%202.887l-1.258%201.556a10.96%2010.96%200%200%200-4.412-2.158M12%203c4.285%200%208.22%201.497%2011.31%203.997l-1.257%201.555A15.93%2015.93%200%200%200%2012%205q-1.319%200-2.58.207L7.726%203.51A18%2018%200%200%201%2012%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/wifi-off-line.svg?color=%231a73e8&size=48