Cloud 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 cloud_upload Icon can be added to any web page simply as below.
You can integrate Cloud Upload flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.cloud_upload_outlined, ),
cloud_upload_outlined
Icon( Icons.cloud_upload, ),
cloud_upload
Icon( Icons.cloud_upload_round, ),
cloud_upload_round
Icon( Icons.cloud_upload_sharp, ),
cloud_upload_sharp
Icon( Icons.cloud_upload_two_tone, ),
cloud_upload_two_tone
For Customizations you can follow instructions here - Flutter Classes
app, application, arrow, backup, cloud, connection, download, drive, files, folders, internet, network, sky, storage, up, upload,Vuetify Cloud Upload Icon (Vue Js), Material Ui Cloud Upload Icon (React Js), Mat Icon Cloud Upload (Angular Material)
Advertisements
Icon Code is - cloud_upload.
⭐ What is Flutter ID for Cloud Upload Icon?Flutter id for Cloud Upload Icon code is: cloud_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.