Fast Rewind 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 fast_rewind Icon can be added to any web page simply as below.
You can integrate Fast Rewind flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.fast_rewind_outlined, ),
fast_rewind_outlined
Icon( Icons.fast_rewind, ),
fast_rewind
Icon( Icons.fast_rewind_round, ),
fast_rewind_round
Icon( Icons.fast_rewind_sharp, ),
fast_rewind_sharp
Icon( Icons.fast_rewind_two_tone, ),
fast_rewind_two_tone
For Customizations you can follow instructions here - Flutter Classes
back, control, fast, media, music, play, rewind, speed, time, tv, video
Advertisements
Icon Code is - fast_rewind.
⭐ What is Flutter ID for Fast Rewind Icon?Flutter id for Fast Rewind Icon code is: fast_rewind
⭐ 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.