The Phosphor textbox icon depicts a rectangular field with a blinking cursor, commonly used to represent input fields or text areas in user interfaces.
Common uses
- Form input fields
- Search bars
- Text editing areas
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Textbox } from '@phosphor-icons/react';
<Textbox size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Textbox size={24} />thin
<Textbox size={24} weight="thin" />light
<Textbox size={24} weight="light" />bold
<Textbox size={24} weight="bold" />fill
<Textbox size={24} weight="fill" />duotone
<Textbox size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- editor
- Keywords
- inputcursorfieldeditorsystemtextboxinput fieldtext areatext box
FAQ
- What does the textbox icon represent?
- It represents a user interface element where text can be entered or edited, often with a visual indicator like a cursor.
- How do I use the textbox icon in React?
- You can import and use it in React with: import { Textbox } from '@phosphor-icons/react'
- What is the license for this icon?
- The Phosphor icon library, including the textbox icon, is available under the MIT license.