Flutter Screen Rotation Icon

Screen Rotation 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 Screen Rotation Icon ?

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

Screen Rotation

screen_rotation


Flutter Icon Screen Rotation | Outline | Filled | Rounded | Sharp | Two Tone

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

thumb_up

Screen Rotation

screen_rotation

Use in Flutter

Icon( Icons.screen_rotation_outlined, ),

Flutter ID

screen_rotation_outlined

Screen Rotation

screen_rotation

Use in Flutter

Icon( Icons.screen_rotation, ),

Flutter ID

screen_rotation

Screen Rotation

screen_rotation

Use in Flutter

Icon( Icons.screen_rotation_round, ),

Flutter ID

screen_rotation_round

Screen Rotation

screen_rotation

Use in Flutter

Icon( Icons.screen_rotation_sharp, ),

Flutter ID

screen_rotation_sharp

Screen Rotation

screen_rotation

Use in Flutter

Icon( Icons.screen_rotation_two_tone, ),

Flutter ID

screen_rotation_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

Android, OS, arrow, device, hardware, iOS, mobile, phone, rotate, rotation, screen, tablet, turn


Advertisements



Related Icons

screen_rotation- Faq(s)?

⭐What is the Flutter Screen Rotation Icon code?

Icon Code is - screen_rotation.

⭐ What is Flutter ID for Screen Rotation Icon?

Flutter id for Screen Rotation Icon code is: screen_rotation

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