Flutter Accessible Icon

Accessible 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.

How to add Flutter Accessible Icon ?

Material Design Flutter Icon accessible Icon can be added to any web page simply as below.

Accessible

accessible


Flutter Icon Accessible | Outline | Filled | Rounded | Sharp | Two Tone

You can integrate Accessible flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.

thumb_up

Accessible

accessible

Use in Flutter

Icon( Icons.accessible_outlined, ),

Flutter ID

accessible_outlined

Accessible

accessible

Use in Flutter

Icon( Icons.accessible, ),

Flutter ID

accessible

Accessible

accessible

Use in Flutter

Icon( Icons.accessible_round, ),

Flutter ID

accessible_round

Accessible

accessible

Use in Flutter

Icon( Icons.accessible_sharp, ),

Flutter ID

accessible_sharp

Accessible

accessible

Use in Flutter

Icon( Icons.accessible_two_tone, ),

Flutter ID

accessible_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

accessibility, accessible, body, handicap, help, human, people, person, wheelchair


Advertisements



Related Icons

accessible- Faq(s)?

⭐What is the Flutter Accessible Icon code?

Icon Code is - accessible.

⭐ What is Flutter ID for Accessible Icon?

Flutter id for Accessible Icon code is: accessible

⭐ 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.



Looking For More Icons?