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