John KuehJohn Kueh

cursor text icon

Phosphor · cursor-text · MIT

Download SVG

The Phosphor cursor text icon depicts an I-beam cursor, commonly used to indicate a text insertion point or selection area within an editor interface.

Common uses

  • Text input field indicator
  • Cursor position marker
  • Text selection highlight

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { CursorText } from '@phosphor-icons/react';

<CursorText size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<CursorText size={24} />
thin
<CursorText size={24} weight="thin" />
light
<CursorText size={24} weight="light" />
bold
<CursorText size={24} weight="bold" />
fill
<CursorText size={24} weight="fill" />
duotone
<CursorText size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
editor
Keywords
i-beaminputselecteditorsystemcursortexttext inputcarettype cursor

FAQ

What is the cursor text icon used for?
It signifies where text can be entered or selected, typical in text editing contexts.
How do I use the cursor text icon in React?
Import it as `CursorText` from '@phosphor-icons/react' and use it as a component: `<CursorText />`.
What is the license for this icon?
The Phosphor cursor text 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 →