Scale 3d Pixel Art Icon
A 3D scale icon for resizing objects in three dimensions, 3D editor transform controls, and volume-scaling actions.
Tags
scale3d
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Scale 3d icon
Arrows or handles representing scaling along X, Y, and Z axes simultaneously, a standard gizmo found in 3D modeling and game editors. Use it on a 'Scale' transform button in a 3D tool, or next to scale-related inputs in a properties panel for 3D objects. For 2D resizing, a simpler resize or corners icon reads more clearly. The 3D suffix tells users immediately that this action affects depth as well as width and height.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/scale-3d.svg" width="24" height="24" alt="Scale 3d" />
<!-- React -->
import { Scale3d } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="scale-3d.svg" width="48" height="48" style="image-rendering: pixelated" />