Lens Blur 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 lens_blur Icon can be added to any web page simply as below.
You can integrate Lens Blur flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.lens_blur_outlined, ),
lens_blur_outlined
Icon( Icons.lens_blur, ),
lens_blur
Icon( Icons.lens_blur_round, ),
lens_blur_round
Icon( Icons.lens_blur_sharp, ),
lens_blur_sharp
Icon( Icons.lens_blur_two_tone, ),
lens_blur_two_tone
For Customizations you can follow instructions here - Flutter Classes
blur, camera, dim, dot, effect, foggy, fuzzy, image, lens, photo, soften
Advertisements