Arrows Scale Pixel Art Icon
Arrows pointing outward in multiple directions for fullscreen, scale-to-fit, and maximize actions in media and canvas tools.
Tags
arrowsscale
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Arrows Scale icon
Arrows radiating outward in several directions, the universal sign for 'scale up', 'fit to screen', or 'expand to fullscreen.' Use it on the expand button of a video player, image gallery, or canvas application. It differs from the four-corner expand icon by suggesting proportional scaling rather than just enlarging the frame. For the reverse action, a collapse or inward-arrows icon is the natural companion, signaling a return to the original size.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/arrows-scale.svg" width="24" height="24" alt="Arrows Scale" />
<!-- React -->
import { ArrowsScale } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrows-scale.svg" width="48" height="48" style="image-rendering: pixelated" />