Wifi Off Icon is given below. You can use this icon on the same way in your project. First make sure you have added Material Icon library.
You can also customize icon color and size in flutter using properties. You can get different-different varients like outline, filled, sharp, rounded and two-tone.
Material Design Flutter Icon wifi_off Icon can be added to any web page simply as below.
You can integrate Wifi Off flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.wifi_off_outlined, ), wifi_off_outlined Icon( Icons.wifi_off, ), wifi_off Icon( Icons.wifi_off_round, ), wifi_off_round Icon( Icons.wifi_off_sharp, ), wifi_off_sharp Icon( Icons.wifi_off_two_tone, ), wifi_off_two_tone For Customizations you can follow instructions here - Flutter Classes
connection, data, disabled, enabled, internet, network, off, offline, on, scan, service, signal, slash, wifi, wireless
Advertisements