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


Looking For More Icons?