The Lucide whole word icon visually represents the concept of selecting or highlighting an entire word, commonly used in text editing interfaces to indicate word selection or manipulation actions.
Common uses
- Text editor: Select word button
- Search input: Highlight entire matching word
- Rich text toolbar: Word formatting options
Use it in React
Install
npm i lucide-reactImport & render
import { WholeWord } from 'lucide-react';
<WholeWord size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- textselectionletterscharactersfonttypographywholewordselect wordtext selectionword focus
FAQ
- What does the whole word icon represent?
- This icon represents the selection or focus on a complete word within a text field. It's often used for actions related to editing or manipulating a single word at a time.
- How do I use this icon in React?
- You can import and use the WholeWord component from 'lucide-react' like this: import { WholeWord } from 'lucide-react'. Then, render it as <WholeWord />.
- What is the license for this icon?
- The Lucide icon library, including the whole word icon, is available under the ISC license.
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 →