wifi off icon
wifi-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- wifi-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
wifi-offBootstrap Iconswifi-offBoxIcons v2wifi-offCarbonwifi-off-fillEva Iconswifi-offFeather Iconswifi-offHumbleiconswifi-offIconoirwifi-offLucidewifi-offMaterial Symbolswifi-offMaterial Symbols Lightwifi-offMaterial Design Iconswifi-off-fillMingCute Iconwifi-offMyna UI Iconswifi-off-fillRemix Iconwifi-offTabler Iconswifi-offTDesign Icons
Related icons in Fluent UI System 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="m12.858 14.273l7.434 7.434a1 1 0 0 0 1.414-1.414l-17.999-18a1 1 0 1 0-1.414 1.414L5.39 6.804c-.643.429-1.254.927-1.821 1.495a12.4 12.4 0 0 0-1.39 1.683a1 1 0 0 0 1.644 1.14c.363-.524.761-1.01 1.16-1.41a10 10 0 0 1 1.855-1.46L7.99 9.405a8.14 8.14 0 0 0-3.203 3.377a1 1 0 0 0 1.784.903a6.1 6.1 0 0 1 1.133-1.563a6.1 6.1 0 0 1 1.77-1.234l1.407 1.407A5.2 5.2 0 0 0 8.336 13.7a5.3 5.3 0 0 0-1.09 1.612a1 1 0 0 0 1.832.802c.167-.381.394-.722.672-1a3.23 3.23 0 0 1 3.108-.841m-1.332-5.93l2.228 2.229a6.1 6.1 0 0 1 2.616 1.55a6.4 6.4 0 0 1 1.137 1.582a1 1 0 1 0 1.78-.911a8.4 8.4 0 0 0-1.503-2.085a8.1 8.1 0 0 0-6.258-2.365M8.51 5.327l1.651 1.651a9.9 9.9 0 0 1 10.016 4.148a1 1 0 1 0 1.646-1.136A11.91 11.91 0 0 0 8.51 5.327m4.552 11.114a1.501 1.501 0 1 1-2.123 2.123a1.501 1.501 0 0 1 2.123-2.123"/></svg>
React
import type { SVGProps } from "react";
export function FluentWifiOff24Filled(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.858 14.273l7.434 7.434a1 1 0 0 0 1.414-1.414l-17.999-18a1 1 0 1 0-1.414 1.414L5.39 6.804c-.643.429-1.254.927-1.821 1.495a12.4 12.4 0 0 0-1.39 1.683a1 1 0 0 0 1.644 1.14c.363-.524.761-1.01 1.16-1.41a10 10 0 0 1 1.855-1.46L7.99 9.405a8.14 8.14 0 0 0-3.203 3.377a1 1 0 0 0 1.784.903a6.1 6.1 0 0 1 1.133-1.563a6.1 6.1 0 0 1 1.77-1.234l1.407 1.407A5.2 5.2 0 0 0 8.336 13.7a5.3 5.3 0 0 0-1.09 1.612a1 1 0 0 0 1.832.802c.167-.381.394-.722.672-1a3.23 3.23 0 0 1 3.108-.841m-1.332-5.93l2.228 2.229a6.1 6.1 0 0 1 2.616 1.55a6.4 6.4 0 0 1 1.137 1.582a1 1 0 1 0 1.78-.911a8.4 8.4 0 0 0-1.503-2.085a8.1 8.1 0 0 0-6.258-2.365M8.51 5.327l1.651 1.651a9.9 9.9 0 0 1 10.016 4.148a1 1 0 1 0 1.646-1.136A11.91 11.91 0 0 0 8.51 5.327m4.552 11.114a1.501 1.501 0 1 1-2.123 2.123a1.501 1.501 0 0 1 2.123-2.123"/></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.858 14.273l7.434 7.434a1 1 0 0 0 1.414-1.414l-17.999-18a1 1 0 1 0-1.414 1.414L5.39 6.804c-.643.429-1.254.927-1.821 1.495a12.4 12.4 0 0 0-1.39 1.683a1 1 0 0 0 1.644 1.14c.363-.524.761-1.01 1.16-1.41a10 10 0 0 1 1.855-1.46L7.99 9.405a8.14 8.14 0 0 0-3.203 3.377a1 1 0 0 0 1.784.903a6.1 6.1 0 0 1 1.133-1.563a6.1 6.1 0 0 1 1.77-1.234l1.407 1.407A5.2 5.2 0 0 0 8.336 13.7a5.3 5.3 0 0 0-1.09 1.612a1 1 0 0 0 1.832.802c.167-.381.394-.722.672-1a3.23 3.23 0 0 1 3.108-.841m-1.332-5.93l2.228 2.229a6.1 6.1 0 0 1 2.616 1.55a6.4 6.4 0 0 1 1.137 1.582a1 1 0 1 0 1.78-.911a8.4 8.4 0 0 0-1.503-2.085a8.1 8.1 0 0 0-6.258-2.365M8.51 5.327l1.651 1.651a9.9 9.9 0 0 1 10.016 4.148a1 1 0 1 0 1.646-1.136A11.91 11.91 0 0 0 8.51 5.327m4.552 11.114a1.501 1.501 0 1 1-2.123 2.123a1.501 1.501 0 0 1 2.123-2.123"/></svg> </template>
CSS
.icon-wifi-off-24-filled {
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.858%2014.273l7.434%207.434a1%201%200%200%200%201.414-1.414l-17.999-18a1%201%200%201%200-1.414%201.414L5.39%206.804c-.643.429-1.254.927-1.821%201.495a12.4%2012.4%200%200%200-1.39%201.683a1%201%200%200%200%201.644%201.14c.363-.524.761-1.01%201.16-1.41a10%2010%200%200%201%201.855-1.46L7.99%209.405a8.14%208.14%200%200%200-3.203%203.377a1%201%200%200%200%201.784.903a6.1%206.1%200%200%201%201.133-1.563a6.1%206.1%200%200%201%201.77-1.234l1.407%201.407A5.2%205.2%200%200%200%208.336%2013.7a5.3%205.3%200%200%200-1.09%201.612a1%201%200%200%200%201.832.802c.167-.381.394-.722.672-1a3.23%203.23%200%200%201%203.108-.841m-1.332-5.93l2.228%202.229a6.1%206.1%200%200%201%202.616%201.55a6.4%206.4%200%200%201%201.137%201.582a1%201%200%201%200%201.78-.911a8.4%208.4%200%200%200-1.503-2.085a8.1%208.1%200%200%200-6.258-2.365M8.51%205.327l1.651%201.651a9.9%209.9%200%200%201%2010.016%204.148a1%201%200%201%200%201.646-1.136A11.91%2011.91%200%200%200%208.51%205.327m4.552%2011.114a1.501%201.501%200%201%201-2.123%202.123a1.501%201.501%200%200%201%202.123-2.123%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.858%2014.273l7.434%207.434a1%201%200%200%200%201.414-1.414l-17.999-18a1%201%200%201%200-1.414%201.414L5.39%206.804c-.643.429-1.254.927-1.821%201.495a12.4%2012.4%200%200%200-1.39%201.683a1%201%200%200%200%201.644%201.14c.363-.524.761-1.01%201.16-1.41a10%2010%200%200%201%201.855-1.46L7.99%209.405a8.14%208.14%200%200%200-3.203%203.377a1%201%200%200%200%201.784.903a6.1%206.1%200%200%201%201.133-1.563a6.1%206.1%200%200%201%201.77-1.234l1.407%201.407A5.2%205.2%200%200%200%208.336%2013.7a5.3%205.3%200%200%200-1.09%201.612a1%201%200%200%200%201.832.802c.167-.381.394-.722.672-1a3.23%203.23%200%200%201%203.108-.841m-1.332-5.93l2.228%202.229a6.1%206.1%200%200%201%202.616%201.55a6.4%206.4%200%200%201%201.137%201.582a1%201%200%201%200%201.78-.911a8.4%208.4%200%200%200-1.503-2.085a8.1%208.1%200%200%200-6.258-2.365M8.51%205.327l1.651%201.651a9.9%209.9%200%200%201%2010.016%204.148a1%201%200%201%200%201.646-1.136A11.91%2011.91%200%200%200%208.51%205.327m4.552%2011.114a1.501%201.501%200%201%201-2.123%202.123a1.501%201.501%200%200%201%202.123-2.123%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wifi-off-24-filled.svg?color=%231a73e8&size=48