Face 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 face Icon can be added to any web page simply as below.
You can integrate Face flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.face_outlined, ),
face_outlined
Icon( Icons.face, ),
face
Icon( Icons.face_round, ),
face_round
Icon( Icons.face_sharp, ),
face_sharp
Icon( Icons.face_two_tone, ),
face_two_tone
For Customizations you can follow instructions here - Flutter Classes
account, emoji, eyes, face, human, lock, log, login, logout, people, person, profile, recognition, security, social, thumbnail, unlock, user,Vuetify Face Icon (Vue Js), Material Ui Face Icon (React Js), Mat Icon Face (Angular Material)
Advertisements
Icon Code is - face.
⭐ What is Flutter ID for Face Icon?Flutter id for Face Icon code is: face
⭐ 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.