Rectangle Vertical Pixel Art Icon
A vertical rectangle icon for portrait layouts, card components, mobile frame references, and tall-panel placeholders.
Tags
rectanglevertical
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Rectangle Vertical icon
A tall rectangle oriented with height greater than width, representing portrait-oriented frames, cards, or panels. Use it in a layout selector to switch between landscape and portrait, in a card-template picker for tall card designs, or as a placeholder representing a mobile screen orientation. The landscape rectangle icon represents the horizontal counterpart. In responsive design tools, pairing both rectangles lets users toggle between orientations, making the distinction between them immediately clear.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/rectangle-vertical.svg" width="24" height="24" alt="Rectangle Vertical" />
<!-- React -->
import { RectangleVertical } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="rectangle-vertical.svg" width="48" height="48" style="image-rendering: pixelated" />