Sensors 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 sensors Icon can be added to any web page simply as below.
You can integrate Sensors flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.sensors_outlined, ),
sensors_outlined
Icon( Icons.sensors, ),
sensors
Icon( Icons.sensors_round, ),
sensors_round
Icon( Icons.sensors_sharp, ),
sensors_sharp
Icon( Icons.sensors_two_tone, ),
sensors_two_tone
For Customizations you can follow instructions here - Flutter Classes
connection, network, scan, sensors, signal, wireless,Vuetify Sensors Icon (Vue Js), Material Ui Sensors Icon (React Js), Mat Icon Sensors (Angular Material)
Advertisements
Icon Code is - sensors.
⭐ What is Flutter ID for Sensors Icon?Flutter id for Sensors Icon code is: sensors
⭐ Can we change icon color in flutter?Yes you can change color using color props.
⭐ Can we change icon size in flutter?Yes you can use icon size in flutter.