Arrow Circle Right 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 arrow_circle_right Icon can be added to any web page simply as below.
You can integrate Arrow Circle Right flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.arrow_circle_right_outlined, ),
arrow_circle_right_outlined
Icon( Icons.arrow_circle_right, ),
arrow_circle_right
Icon( Icons.arrow_circle_right_round, ),
arrow_circle_right_round
Icon( Icons.arrow_circle_right_sharp, ),
arrow_circle_right_sharp
Icon( Icons.arrow_circle_right_two_tone, ),
arrow_circle_right_two_tone
For Customizations you can follow instructions here - Flutter Classes
Advertisements