Broken 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 broken_image Icon can be added to any web page simply as below.
You can integrate Broken Image flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.broken_image_outlined, ),
broken_image_outlined
Icon( Icons.broken_image, ),
broken_image
Icon( Icons.broken_image_round, ),
broken_image_round
Icon( Icons.broken_image_sharp, ),
broken_image_sharp
Icon( Icons.broken_image_two_tone, ),
broken_image_two_tone
For Customizations you can follow instructions here - Flutter Classes
broken, corrupt, error, image, landscape, mountain, mountains, photo, photography, picture, torn,Vuetify Broken Image Icon (Vue Js), Material Ui Broken Image Icon (React Js), Mat Icon Broken Image (Angular Material)
Advertisements