More Horizontal Pixel Art Icon
A horizontal three-dot ellipsis icon for 'More options' menus, overflow actions, and secondary controls in toolbars and tables.
Tags
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 Horizontal icon
Three dots arranged horizontally, universally recognized as a 'More options' or overflow menu trigger. Place it at the end of table rows to reveal row actions, in card headers for secondary controls, in message threads for reply or forward options, or in toolbars where space constraints hide additional commands. Users know tapping it reveals a dropdown. For a vertical variant, three dots stacked vertically work well in narrow columns; for top-level mobile navigation, the hamburger menu is the standard.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/more-horizontal.svg" width="24" height="24" alt="More Horizontal" />
<!-- React -->
import { MoreHorizontal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="more-horizontal.svg" width="48" height="48" style="image-rendering: pixelated" />