The Lucide text cursor icon visually represents the insertion point in text, commonly used in UI elements to indicate where new text will appear or where edits can be made.
Common uses
- Text input fields
- Text editing areas
- Cursor position indicators
Use it in React
Install
npm i lucide-reactImport & render
import { TextCursor } from 'lucide-react';
<TextCursor size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- selectcarettypetypingwritewritingeditinsertinputtextareatextcursorinsertion pointedit markertype indicator
FAQ
- What does the text cursor icon represent?
- It represents the blinking vertical line (caret) that shows where text will be inserted or where the next character will appear when typing.
- How do I use the text cursor icon in React?
- You can import and use it in your React application with: import { TextCursor } from 'lucide-react'.
- What is the license for the Lucide text cursor icon?
- The Lucide icon library, including the text cursor icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →