The HugeIcons text select icon visually represents the action of selecting text, commonly used in interfaces to indicate text highlighting or selection functionality.
Common uses
- Text highlighting tool
- Selection mode indicator
- Text editing toolbar
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TextSelectIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TextSelectIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- highlightselect texttext cursortext marker
FAQ
- What is the purpose of the text select icon?
- This icon signifies the act of selecting or highlighting text. It's used in UIs to represent features related to text manipulation or selection.
- How do I use the TextSelectIcon in React?
- Import both HugeiconsIcon and TextSelectIcon, then render it using <HugeiconsIcon icon={TextSelectIcon} />.
- What is the license for this icon?
- The HugeIcons text select icon is available 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 →