More Vertical Pixel Art Icon
Three vertically stacked dots for overflow menus, contextual actions, and secondary options in cards or list rows.
Tags
morevertical
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the More Vertical icon
Three dots arranged in a vertical column, the universal shorthand for 'there is more here.' It appears on card menus, list-row actions, and toolbar overflow buttons wherever primary actions are already visible. Tap it to reveal rename, duplicate, delete, or share options without cluttering the main UI. When overflow actions are arranged horizontally (as in a top app bar), the more-horizontal icon reads more naturally.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/more-vertical.svg" width="24" height="24" alt="More Vertical" />
<!-- React -->
import { MoreVertical } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="more-vertical.svg" width="48" height="48" style="image-rendering: pixelated" />