Animation 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 animation Icon can be added to any web page simply as below.
You can integrate Animation flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.animation_outlined, ),
animation_outlined
Icon( Icons.animation, ),
animation
Icon( Icons.animation_round, ),
animation_round
Icon( Icons.animation_sharp, ),
animation_sharp
Icon( Icons.animation_two_tone, ),
animation_two_tone
For Customizations you can follow instructions here - Flutter Classes
animation, circles, motion, movie, moving, video,Vuetify Animation Icon (Vue Js), Material UI Animation Icon (React Js), Mat Icon Animation (Angular Material).
Advertisements