Upload 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 upload Icon can be added to any web page simply as below.
You can integrate Upload flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.upload_outlined, ),
upload_outlined
Icon( Icons.upload, ),
upload
Icon( Icons.upload_round, ),
upload_round
Icon( Icons.upload_sharp, ),
upload_sharp
Icon( Icons.upload_two_tone, ),
upload_two_tone
For Customizations you can follow instructions here - Flutter Classes
arrow, arrows, download, drive, up, upload,Vuetify Upload Icon (Vue Js), Material Ui Upload Icon (React Js), Mat Icon Upload (Angular Material)
Advertisements
Icon Code is - upload.
⭐ What is Flutter ID for Upload Icon?Flutter id for Upload Icon code is: upload
⭐ 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.