Aspect Ratio Pixel Art Icon
An aspect ratio icon for video resizing, canvas proportions, crop tools, and responsive layout controls.
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 Aspect Ratio icon
A rectangle with arrows or lines indicating proportional dimensions, signaling control over width-to-height ratios. Use it on a 'Change aspect ratio' option in a video editor, a canvas size picker in a design tool, a crop control that constrains proportions, or a responsive layout breakpoint selector. Its meaning is specific enough that users in creative and technical tools recognize it immediately. In consumer-facing apps, pairing it with a short label like '16:9' removes any ambiguity for less technical audiences.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/aspect-ratio.svg" width="24" height="24" alt="Aspect Ratio" />
<!-- React -->
import { AspectRatio } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="aspect-ratio.svg" width="48" height="48" style="image-rendering: pixelated" />