Av Timer 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 av_timer Icon can be added to any web page simply as below.
You can integrate Av Timer flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.av_timer_outlined, ),
av_timer_outlined
Icon( Icons.av_timer, ),
av_timer
Icon( Icons.av_timer_round, ),
av_timer_round
Icon( Icons.av_timer_sharp, ),
av_timer_sharp
Icon( Icons.av_timer_two_tone, ),
av_timer_two_tone
For Customizations you can follow instructions here - Flutter Classes
av, clock, countdown, duration, minutes, seconds, time, timer, watch
Advertisements
Icon Code is - av_timer.
⭐ What is Flutter ID for Av Timer Icon?Flutter id for Av Timer Icon code is: av_timer
⭐ 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.