Hdr Auto 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 hdr_auto Icon can be added to any web page simply as below.
You can integrate Hdr Auto flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.hdr_auto_outlined, ),
hdr_auto_outlined
Icon( Icons.hdr_auto, ),
hdr_auto
Icon( Icons.hdr_auto_round, ),
hdr_auto_round
Icon( Icons.hdr_auto_sharp, ),
hdr_auto_sharp
Icon( Icons.hdr_auto_two_tone, ),
hdr_auto_two_tone
For Customizations you can follow instructions here - Flutter Classes
A, alphabet, auto, camera, character, circle, dynamic, font, hdr, high, letter, photo, range, symbol, text, type
Advertisements
Icon Code is - hdr_auto.
⭐ What is Flutter ID for Hdr Auto Icon?Flutter id for Hdr Auto Icon code is: hdr_auto
⭐ 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.