The Phosphor numpad icon depicts a standard numeric keypad, commonly used in user interfaces for inputting phone numbers, PINs, or other numerical sequences.
Common uses
- Phone number input field
- PIN entry screen
- Calculator interface
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Numpad } from '@phosphor-icons/react';
<Numpad size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Numpad size={24} />thin
<Numpad size={24} weight="thin" />light
<Numpad size={24} weight="light" />bold
<Numpad size={24} weight="bold" />fill
<Numpad size={24} weight="fill" />duotone
<Numpad size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- *new*dialerdialpadcall-centertelephonelandlinepasswordpasscodecommunicationssystemnumpadkeypadtelephone keypadpassword input
FAQ
- What is the numpad icon used for?
- It represents a numeric keypad, ideal for interfaces requiring numerical input like phone numbers or passcodes.
- How do I use the numpad icon in React?
- You can import and use it directly with `import { Numpad } from '@phosphor-icons/react'`.
- What is the license for the Phosphor numpad icon?
- The Phosphor icon library, including the numpad icon, is available under the MIT license.