Upload File 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_file Icon can be added to any web page simply as below.
You can integrate Upload File flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.upload_file_outlined, ),
upload_file_outlined
Icon( Icons.upload_file, ),
upload_file
Icon( Icons.upload_file_round, ),
upload_file_round
Icon( Icons.upload_file_sharp, ),
upload_file_sharp
Icon( Icons.upload_file_two_tone, ),
upload_file_two_tone
For Customizations you can follow instructions here - Flutter Classes
arrow, data, doc, document, download, drive, file, folder, folders, page, paper, sheet, slide, up, upload, writing,Vuetify Upload File Icon (Vue Js), Material Ui Upload File Icon (React Js), Mat Icon Upload File (Angular Material)
Advertisements