Rectangle Ellipsis Pixel Art Icon
A rectangle with ellipsis for overflow content, expandable text boxes, truncated card content, and 'more' indicators.
Tags
rectangleellipsis
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Rectangle Ellipsis icon
A rectangle containing three dots (an ellipsis), combining a content container with a truncation indicator. It fits a 'Show more' button on a card, a collapsed text section that expands on click, or a tooltip trigger that reveals overflow content. The rectangle-ellipsis is more specific than a plain ellipsis because it implies the overflow is inside a contained block. For general 'more options' menus, a standalone three-dot icon is the standard choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/rectangle-ellipsis.svg" width="24" height="24" alt="Rectangle Ellipsis" />
<!-- React -->
import { RectangleEllipsis } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="rectangle-ellipsis.svg" width="48" height="48" style="image-rendering: pixelated" />