View Sidebar 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_sidebar Icon can be added to any web page simply as below.
You can integrate View Sidebar flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.view_sidebar_outlined, ),
view_sidebar_outlined
Icon( Icons.view_sidebar, ),
view_sidebar
Icon( Icons.view_sidebar_round, ),
view_sidebar_round
Icon( Icons.view_sidebar_sharp, ),
view_sidebar_sharp
Icon( Icons.view_sidebar_two_tone, ),
view_sidebar_two_tone
For Customizations you can follow instructions here - Flutter Classes
design, format, grid, layout, sidebar, view, web,Vuetify View Sidebar Icon (Vue Js), Material Ui View Sidebar Icon (React Js), Mat Icon View Sidebar (Angular Material)
Advertisements