Blur Circular 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 blur_circular Icon can be added to any web page simply as below.
You can integrate Blur Circular flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.blur_circular_outlined, ),
blur_circular_outlined
Icon( Icons.blur_circular, ),
blur_circular
Icon( Icons.blur_circular_round, ),
blur_circular_round
Icon( Icons.blur_circular_sharp, ),
blur_circular_sharp
Icon( Icons.blur_circular_two_tone, ),
blur_circular_two_tone
For Customizations you can follow instructions here - Flutter Classes
blur, circle, circular, dots, edit, editing, effect, enhance, filter
Advertisements
Icon Code is - blur_circular.
⭐ What is Flutter ID for Blur Circular Icon?Flutter id for Blur Circular Icon code is: blur_circular
⭐ 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.