Mobile Friendly 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 mobile_friendly Icon can be added to any web page simply as below.
You can integrate Mobile Friendly flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.mobile_friendly_outlined, ),
mobile_friendly_outlined
Icon( Icons.mobile_friendly, ),
mobile_friendly
Icon( Icons.mobile_friendly_round, ),
mobile_friendly_round
Icon( Icons.mobile_friendly_sharp, ),
mobile_friendly_sharp
Icon( Icons.mobile_friendly_two_tone, ),
mobile_friendly_two_tone
For Customizations you can follow instructions here - Flutter Classes
Android, OS, approve, cell, check, complete, device, done, friendly, hardware, iOS, mark, mobile, ok, phone, select, tablet, tick, validate, verified, yes
Advertisements
Icon Code is - mobile_friendly.
⭐ What is Flutter ID for Mobile Friendly Icon?Flutter id for Mobile Friendly Icon code is: mobile_friendly
⭐ 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.