The HugeIcons cursor text icon depicts a text cursor, commonly used to indicate a text editing or selection area in user interfaces.
Common uses
- Text input fields
- Text selection indicators
- Editing mode toggles
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CursorTextIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CursorTextIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- text cursoredit iconinput cursorcaret
FAQ
- What does the cursor text icon represent?
- It represents a text cursor, signifying an area where text can be entered or manipulated.
- How do I use the CursorTextIcon in React?
- Import both HugeiconsIcon and CursorTextIcon, then render it using <HugeiconsIcon icon={CursorTextIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →