Swipe 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 swipe Icon can be added to any web page simply as below.
You can integrate Swipe flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.swipe_outlined, ),
swipe_outlined
Icon( Icons.swipe, ),
swipe
Icon( Icons.swipe_round, ),
swipe_round
Icon( Icons.swipe_sharp, ),
swipe_sharp
Icon( Icons.swipe_two_tone, ),
swipe_two_tone
For Customizations you can follow instructions here - Flutter Classes
arrow, arrows, fingers, gesture, hand, hands, swipe, touch,Vuetify Swipe Icon (Vue Js), Material Ui Swipe Icon (React Js), Mat Icon Swipe (Angular Material)
Advertisements
Icon Code is - swipe.
⭐ What is Flutter ID for Swipe Icon?Flutter id for Swipe Icon code is: swipe
⭐ 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.