Cloud Done 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_done Icon can be added to any web page simply as below.
You can integrate Cloud Done flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.cloud_done_outlined, ),
cloud_done_outlined
Icon( Icons.cloud_done, ),
cloud_done
Icon( Icons.cloud_done_round, ),
cloud_done_round
Icon( Icons.cloud_done_sharp, ),
cloud_done_sharp
Icon( Icons.cloud_done_two_tone, ),
cloud_done_two_tone
For Customizations you can follow instructions here - Flutter Classes
app, application, approve, backup, check, cloud, complete, connection, done, drive, files, folders, internet, mark, network, ok, select, sky, storage, tick, upload, validate, verified, yes,Vuetify Cloud Done Icon (Vue Js), Material Ui Cloud Done Icon (React Js), Mat Icon Cloud Done (Angular Material)
Advertisements
Icon Code is - cloud_done.
⭐ What is Flutter ID for Cloud Done Icon?Flutter id for Cloud Done Icon code is: cloud_done
⭐ 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.