Capsule Vertical Pixel Art Icon
A vertical capsule shape for pill-shaped UI primitives, vertical toggle tracks and tall rounded badge components.
Tags
capsulevertical
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Capsule Vertical icon
A fully rounded rectangle oriented vertically, the upright version of the pill or capsule shape. Use it in a design system's shape library to represent a vertical pill component, a tall rounded badge, a vertical progress track, or a slider thumb. It signals this specific geometry in a shape picker or component diagram. For the landscape orientation, capsule-horizontal is the paired alternative. Both icons serve primarily as primitives or shape descriptors in design tool contexts.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/capsule-vertical.svg" width="24" height="24" alt="Capsule Vertical" />
<!-- React -->
import { CapsuleVertical } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="capsule-vertical.svg" width="48" height="48" style="image-rendering: pixelated" />