The Phosphor keyboard icon visually represents a computer keyboard, commonly used in user interfaces to signify typing, input fields, or keyboard-related settings.
Common uses
- Button to open a virtual keyboard
- Label for a text input field
- Setting for keyboard shortcuts
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Keyboard } from '@phosphor-icons/react';
<Keyboard size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Keyboard size={24} />thin
<Keyboard size={24} weight="thin" />light
<Keyboard size={24} weight="light" />bold
<Keyboard size={24} weight="bold" />fill
<Keyboard size={24} weight="fill" />duotone
<Keyboard size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- typingtypekeysinputsystemkeyboard
FAQ
- What does the keyboard icon represent?
- It represents a physical computer keyboard, used to indicate actions or areas related to typing and text input.
- How do I use the keyboard icon in React?
- Import it as Keyboard from '@phosphor-icons/react' and use it as a React component: <Keyboard size={24} />.
- What is the license for this icon?
- The Phosphor icon set, including the keyboard icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →