Flutter Group Off Icon

Group 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.

How to add Flutter Group Off Icon ?

Material Design Flutter Icon group_off Icon can be added to any web page simply as below.

Group Off

group_off


Flutter Icon Group Off | Outline | Filled | Rounded | Sharp | Two Tone

You can integrate Group Off flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.

thumb_up

Group Off

group_off

Use in Flutter

Icon( Icons.group_off_outlined, ),

Flutter ID

group_off_outlined

Group Off

group_off

Use in Flutter

Icon( Icons.group_off, ),

Flutter ID

group_off

Group Off

group_off

Use in Flutter

Icon( Icons.group_off_round, ),

Flutter ID

group_off_round

Group Off

group_off

Use in Flutter

Icon( Icons.group_off_sharp, ),

Flutter ID

group_off_sharp

Group Off

group_off

Use in Flutter

Icon( Icons.group_off_two_tone, ),

Flutter ID

group_off_two_tone

For Customizations you can follow instructions here - Flutter Classes


Advertisements



Related Icons

group_off- Faq(s)?

⭐What is the Flutter Group Off Icon code?

Icon Code is - group_off.

⭐ What is Flutter ID for Group Off Icon?

Flutter id for Group Off Icon code is: group_off

⭐ 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.



Looking For More Icons?