Image 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 image Icon can be added to any web page simply as below.
You can integrate Image flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.image_outlined, ),
image_outlined
Icon( Icons.image, ),
image
Icon( Icons.image_round, ),
image_round
Icon( Icons.image_sharp, ),
image_sharp
Icon( Icons.image_two_tone, ),
image_two_tone
For Customizations you can follow instructions here - Flutter Classes
frame, image, landscape, mountain, mountains, photo, photography, picture,Vuetify Image Icon (Vue Js), Material Ui Image Icon (React Js), Mat Icon Image (Angular Material)
Advertisements
Icon Code is - image.
⭐ What is Flutter ID for Image Icon?Flutter id for Image Icon code is: image
⭐ 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.