Burst Mode 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 burst_mode Icon can be added to any web page simply as below.
You can integrate Burst Mode flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.burst_mode_outlined, ),
burst_mode_outlined
Icon( Icons.burst_mode, ),
burst_mode
Icon( Icons.burst_mode_round, ),
burst_mode_round
Icon( Icons.burst_mode_sharp, ),
burst_mode_sharp
Icon( Icons.burst_mode_two_tone, ),
burst_mode_two_tone
For Customizations you can follow instructions here - Flutter Classes
burst, image, landscape, mode, mountain, mountains, multiple, photo, photography, picture
Advertisements
Icon Code is - burst_mode.
⭐ What is Flutter ID for Burst Mode Icon?Flutter id for Burst Mode Icon code is: burst_mode
⭐ 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.