The Lucide pen line icon depicts a writing instrument and is commonly used to represent actions like editing, creating, or writing content in user interfaces.
Common uses
- Edit text field
- Create new document
- Open writing settings
Use it in React
Install
npm i lucide-reactImport & render
import { PenLine } from 'lucide-react';
<PenLine size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- pencilchangecreatedrawwriterwritingbiroinkmarkerfelt tipstationeryartistpenlineeditwrite
FAQ
- What is the pen line icon used for?
- It signifies actions related to writing, editing, or creating content. It's often used for buttons or menu items that allow users to modify text or start new documents.
- How do I use the pen line icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { PenLine } from 'lucide-react'. Then render it as <PenLine />.
- What is the license for the Lucide pen line icon?
- The Lucide icon library, including the pen line 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 →