More Time 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 more_time Icon can be added to any web page simply as below.
You can integrate More Time flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.more_time_outlined, ),
more_time_outlined
Icon( Icons.more_time, ),
more_time
Icon( Icons.more_time_round, ),
more_time_round
Icon( Icons.more_time_sharp, ),
more_time_sharp
Icon( Icons.more_time_two_tone, ),
more_time_two_tone
For Customizations you can follow instructions here - Flutter Classes
+, add, clock, date, more, new, plus, schedule, symbol, time,Vuetify More Time Icon (Vue Js), Material Ui More Time Icon (React Js), Mat Icon More Time (Angular Material)
Advertisements
Icon Code is - more_time.
⭐ What is Flutter ID for More Time Icon?Flutter id for More Time Icon code is: more_time
⭐ 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.