The Tabler rectangle vertical icon visually represents a tall, narrow rectangle and is commonly used in UI to denote vertical orientation, tall elements, or as a placeholder for rectangular content.
Common uses
- Indicating a vertical layout option
- Representing a tall, thin content block
- As a visual cue for portrait mode
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconRectangleVertical } from '@tabler/icons-react';
<IconRectangleVertical size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconRectangleVertical size={24} stroke={2} />filled
<IconRectangleVerticalFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- shapegeometricmathuprightrectangleverticalgeometryformfigurepatternshapestall rectangleportrait rectanglevertical barupright rectangle
FAQ
- What is the rectangle vertical icon used for?
- It's used to represent vertical orientation, tall elements, or as a placeholder for rectangular content in UI designs.
- How do I use the rectangle vertical icon in React?
- You can import and use it like this: import { IconRectangleVertical } from '@tabler/icons-react'. Then, render it as <IconRectangleVertical />.
- What is the license for the Tabler rectangle vertical icon?
- The Tabler icon library, including the rectangle vertical icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →