Flutter Play Disabled Icon

Play Disabled 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 Play Disabled Icon ?

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

Play Disabled

play_disabled


Flutter Icon Play Disabled | Outline | Filled | Rounded | Sharp | Two Tone

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

thumb_up

Play Disabled

play_disabled

Use in Flutter

Icon( Icons.play_disabled_outlined, ),

Flutter ID

play_disabled_outlined

Play Disabled

play_disabled

Use in Flutter

Icon( Icons.play_disabled, ),

Flutter ID

play_disabled

Play Disabled

play_disabled

Use in Flutter

Icon( Icons.play_disabled_round, ),

Flutter ID

play_disabled_round

Play Disabled

play_disabled

Use in Flutter

Icon( Icons.play_disabled_sharp, ),

Flutter ID

play_disabled_sharp

Play Disabled

play_disabled

Use in Flutter

Icon( Icons.play_disabled_two_tone, ),

Flutter ID

play_disabled_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

control, controls, disabled, enabled, media, music, off, on, play, slash, video


Advertisements



Related Icons

play_disabled- Faq(s)?

⭐What is the Flutter Play Disabled Icon code?

Icon Code is - play_disabled.

⭐ What is Flutter ID for Play Disabled Icon?

Flutter id for Play Disabled Icon code is: play_disabled

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