Keyboard 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 keyboard Icon can be added to any web page simply as below.
You can integrate Keyboard flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.keyboard_outlined, ),
keyboard_outlined
Icon( Icons.keyboard, ),
keyboard
Icon( Icons.keyboard_round, ),
keyboard_round
Icon( Icons.keyboard_sharp, ),
keyboard_sharp
Icon( Icons.keyboard_two_tone, ),
keyboard_two_tone
For Customizations you can follow instructions here - Flutter Classes
computer, device, hardware, input, keyboard, keypad, letter, office, text, type,Vuetify Keyboard Icon (Vue Js), Material Ui Keyboard Icon (React Js), Mat Icon Keyboard (Angular Material)
Advertisements
Icon Code is - keyboard.
⭐ What is Flutter ID for Keyboard Icon?Flutter id for Keyboard Icon code is: keyboard
⭐ 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.