Hearing 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 hearing Icon can be added to any web page simply as below.
You can integrate Hearing flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.hearing_outlined, ),
hearing_outlined
Icon( Icons.hearing, ),
hearing
Icon( Icons.hearing_round, ),
hearing_round
Icon( Icons.hearing_sharp, ),
hearing_sharp
Icon( Icons.hearing_two_tone, ),
hearing_two_tone
For Customizations you can follow instructions here - Flutter Classes
accessibility, accessible, aid, ear, handicap, hearing, help, impaired, listen, sound, volume
Advertisements
Icon Code is - hearing.
⭐ What is Flutter ID for Hearing Icon?Flutter id for Hearing Icon code is: hearing
⭐ 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.