Web Asset 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 web_asset Icon can be added to any web page simply as below.
You can integrate Web Asset flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.web_asset_outlined, ),
web_asset_outlined
Icon( Icons.web_asset, ),
web_asset
Icon( Icons.web_asset_round, ),
web_asset_round
Icon( Icons.web_asset_sharp, ),
web_asset_sharp
Icon( Icons.web_asset_two_tone, ),
web_asset_two_tone
For Customizations you can follow instructions here - Flutter Classes
-website, app, application desktop, asset, browser, design, download, image, interface, internet, layout, screen, site, ui, ux, video, web, website, window, www
Advertisements
Icon Code is - web_asset.
⭐ What is Flutter ID for Web Asset Icon?Flutter id for Web Asset Icon code is: web_asset
⭐ 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.