The Lucide stretch vertical icon visually represents the distribution of items along the vertical axis, commonly used in UI to indicate adjusting spacing or alignment for vertical elements.
Common uses
- Adjusting vertical spacing in a list
- Aligning items within a vertical container
- Distributing elements evenly in a column layout
Use it in React
Install
npm i lucide-reactImport & render
import { StretchVertical } from 'lucide-react';
<StretchVertical size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- itemsflexjustifydistributestretchverticalvertical distributealign stretchvertical justifyflex column
FAQ
- What does the stretch vertical icon represent?
- It signifies the concept of stretching or distributing items vertically, often related to layout and alignment controls in user interfaces.
- How do I use the stretch vertical icon in React?
- You can import and use it directly in your React components like this: import { StretchVertical } from 'lucide-react'.
- What is the license for Lucide icons?
- Lucide icons, including the stretch vertical 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 →