Devices 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 devices Icon can be added to any web page simply as below.
You can integrate Devices flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.devices_outlined, ),
devices_outlined
Icon( Icons.devices, ),
devices
Icon( Icons.devices_round, ),
devices_round
Icon( Icons.devices_sharp, ),
devices_sharp
Icon( Icons.devices_two_tone, ),
devices_two_tone
For Customizations you can follow instructions here - Flutter Classes
Android, OS, computer, desktop, device, hardware, iOS, laptop, mobile, monitor, phone, tablet, watch, wearable, web,Vuetify Devices Icon (Vue Js), Material Ui Devices Icon (React Js), Mat Icon Devices (Angular Material)
Advertisements