All Inbox 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 all_inbox Icon can be added to any web page simply as below.
You can integrate All Inbox flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.all_inbox_outlined, ),
all_inbox_outlined
Icon( Icons.all_inbox, ),
all_inbox
Icon( Icons.all_inbox_round, ),
all_inbox_round
Icon( Icons.all_inbox_sharp, ),
all_inbox_sharp
Icon( Icons.all_inbox_two_tone, ),
all_inbox_two_tone
For Customizations you can follow instructions here - Flutter Classes
Inbox, all, delivered, delivery, email, mail, message, send
Advertisements
Icon Code is - all_inbox.
⭐ What is Flutter ID for All Inbox Icon?Flutter id for All Inbox Icon code is: all_inbox
⭐ 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.