Lock Open 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 lock_open Icon can be added to any web page simply as below.
You can integrate Lock Open flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.lock_open_outlined, ),
lock_open_outlined
Icon( Icons.lock_open, ),
lock_open
Icon( Icons.lock_open_round, ),
lock_open_round
Icon( Icons.lock_open_sharp, ),
lock_open_sharp
Icon( Icons.lock_open_two_tone, ),
lock_open_two_tone
For Customizations you can follow instructions here - Flutter Classes
lock, open, password, privacy, private, protection, safety, secure, security, unlocked,Vuetify Lock Open Icon (Vue Js), Material Ui Lock Open Icon (React Js), Mat Icon Lock Open (Angular Material)
Advertisements
Icon Code is - lock_open.
⭐ What is Flutter ID for Lock Open Icon?Flutter id for Lock Open Icon code is: lock_open
⭐ 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.