View Compact 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.
Material Design Flutter Icon view_compact Icon can be added to any web page simply as below.
You can integrate View Compact flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.view_compact_outlined, ),
view_compact_outlined
Icon( Icons.view_compact, ),
view_compact
Icon( Icons.view_compact_round, ),
view_compact_round
Icon( Icons.view_compact_sharp, ),
view_compact_sharp
Icon( Icons.view_compact_two_tone, ),
view_compact_two_tone
For Customizations you can follow instructions here - Flutter Classes
compact, grid, layout, pattern, squares, view
Advertisements
Icon Code is - view_compact.
⭐ What is Flutter ID for View Compact Icon?Flutter id for View Compact Icon code is: view_compact
⭐ 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.