Adjust 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 adjust Icon can be added to any web page simply as below.
You can integrate Adjust flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.adjust_outlined, ),
adjust_outlined
Icon( Icons.adjust, ),
adjust
Icon( Icons.adjust_round, ),
adjust_round
Icon( Icons.adjust_sharp, ),
adjust_sharp
Icon( Icons.adjust_two_tone, ),
adjust_two_tone
For Customizations you can follow instructions here - Flutter Classes
adjust, alter, center, circle, circles, control, dot, edit, filter, fix, image, mix, move, setting, slider, sort, switch, target, tune
Advertisements