The Tabler keyboard show icon depicts an on-screen keyboard, commonly used in UI to indicate the presence or activation of a virtual keyboard for text input.
Common uses
- Toggling virtual keyboard visibility
- Indicating text input field focus
- Representing mobile or tablet input methods
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconKeyboardShow } from '@tabler/icons-react';
<IconKeyboardShow size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- computerlaptopdevicetypekeyboardshowhardwaretechnologyelectronicgadgetdevicesvirtual keyboardon-screen keyboardinput icontypewriter
FAQ
- What is this icon for?
- This icon represents an on-screen or virtual keyboard. It's typically used to show users where they can type or to indicate that a virtual keyboard is active.
- How do I use this icon in React?
- You can import and use it directly in your React components like this: import { IconKeyboardShow } from '@tabler/icons-react'. Then, render it as <IconKeyboardShow />.
- What is the license for this icon?
- The Tabler icons, including the keyboard-show icon, are distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →