Refresh 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 refresh Icon can be added to any web page simply as below.
You can integrate Refresh flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.refresh_outlined, ),
refresh_outlined
Icon( Icons.refresh, ),
refresh
Icon( Icons.refresh_round, ),
refresh_round
Icon( Icons.refresh_sharp, ),
refresh_sharp
Icon( Icons.refresh_two_tone, ),
refresh_two_tone
For Customizations you can follow instructions here - Flutter Classes
around, arrow, arrows, direction, inprogress, load, loading refresh, navigation, refresh, renew, right, rotate, turn,Vuetify Refresh Icon (Vue Js), Material Ui Refresh Icon (React Js), Mat Icon Refresh (Angular Material)
Advertisements
Icon Code is - refresh.
⭐ What is Flutter ID for Refresh Icon?Flutter id for Refresh Icon code is: refresh
⭐ 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.