Send To Mobile 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 send_to_mobile Icon can be added to any web page simply as below.
You can integrate Send To Mobile flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.send_to_mobile_outlined, ),
send_to_mobile_outlined
Icon( Icons.send_to_mobile, ),
send_to_mobile
Icon( Icons.send_to_mobile_round, ),
send_to_mobile_round
Icon( Icons.send_to_mobile_sharp, ),
send_to_mobile_sharp
Icon( Icons.send_to_mobile_two_tone, ),
send_to_mobile_two_tone
For Customizations you can follow instructions here - Flutter Classes
Android, OS, arrow, device, export, forward, hardware, iOS, mobile, phone, right, send, share, tablet, to
Advertisements
Icon Code is - send_to_mobile.
⭐ What is Flutter ID for Send To Mobile Icon?Flutter id for Send To Mobile Icon code is: send_to_mobile
⭐ 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.