Bluetooth Connected 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 bluetooth_connected Icon can be added to any web page simply as below.
You can integrate Bluetooth Connected flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.bluetooth_connected_outlined, ),
bluetooth_connected_outlined
Icon( Icons.bluetooth_connected, ),
bluetooth_connected
Icon( Icons.bluetooth_connected_round, ),
bluetooth_connected_round
Icon( Icons.bluetooth_connected_sharp, ),
bluetooth_connected_sharp
Icon( Icons.bluetooth_connected_two_tone, ),
bluetooth_connected_two_tone
For Customizations you can follow instructions here - Flutter Classes
bluetooth, cast, connect, connection, device, paring, streaming, symbol, wireless
Advertisements