Update 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 update Icon can be added to any web page simply as below.
You can integrate Update flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.update_outlined, ),
update_outlined
Icon( Icons.update, ),
update
Icon( Icons.update_round, ),
update_round
Icon( Icons.update_sharp, ),
update_sharp
Icon( Icons.update_two_tone, ),
update_two_tone
For Customizations you can follow instructions here - Flutter Classes
arrow, back, backwards, clock, forward, history, load, refresh, reverse, schedule, time, update,Vuetify Update Icon (Vue Js), Material Ui Update Icon (React Js), Mat Icon Update (Angular Material)
Advertisements