Flutter Window Icon

Window 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 Window Icon ?

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

Window

window


Flutter Icon Window | Outline | Filled | Rounded | Sharp | Two Tone

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

thumb_up

Window

window

Use in Flutter

Icon( Icons.window_outlined, ),

Flutter ID

window_outlined

Window

window

Use in Flutter

Icon( Icons.window, ),

Flutter ID

window

Window

window

Use in Flutter

Icon( Icons.window_round, ),

Flutter ID

window_round

Window

window

Use in Flutter

Icon( Icons.window_sharp, ),

Flutter ID

window_sharp

Window

window

Use in Flutter

Icon( Icons.window_two_tone, ),

Flutter ID

window_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

close, glass, grid, home, house, interior, layout, outside, window


Advertisements



Related Icons

window- Faq(s)?

⭐What is the Flutter Window Icon code?

Icon Code is - window.

⭐ What is Flutter ID for Window Icon?

Flutter id for Window Icon code is: window

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