Swap Horiz 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 swap_horiz Icon can be added to any web page simply as below.
You can integrate Swap Horiz flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.swap_horiz_outlined, ),
swap_horiz_outlined
Icon( Icons.swap_horiz, ),
swap_horiz
Icon( Icons.swap_horiz_round, ),
swap_horiz_round
Icon( Icons.swap_horiz_sharp, ),
swap_horiz_sharp
Icon( Icons.swap_horiz_two_tone, ),
swap_horiz_two_tone
For Customizations you can follow instructions here - Flutter Classes
arrow, arrows, back, forward, horizontal, swap,Vuetify Swap Horiz Icon (Vue Js), Material Ui Swap Horiz Icon (React Js), Mat Icon Swap Horiz (Angular Material)
Advertisements
Icon Code is - swap_horiz.
⭐ What is Flutter ID for Swap Horiz Icon?Flutter id for Swap Horiz Icon code is: swap_horiz
⭐ 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.