The Lucide text wrap icon visually represents text overflowing its container and wrapping to the next line, commonly used to indicate text formatting or layout options.
Common uses
- Text formatting toolbar
- Rich text editor settings
- Layout options panel
Use it in React
Install
npm i lucide-reactImport & render
import { TextWrap } from 'lucide-react';
<TextWrap size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- wordslinesbreakparagraphtextwraptext flowword breakline breakparagraph wrap
FAQ
- What does the text wrap icon represent?
- It signifies text that is too wide for its container and needs to wrap onto a new line. This is often used in UI to control text flow and display.
- How do I use the text wrap icon in React?
- You can import and use it like this: import { TextWrap } from 'lucide-react'. Then render it as <TextWrap />.
- What is the license for Lucide icons?
- Lucide icons, including the text wrap icon, are available under the ISC license, which is a permissive open-source 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 →