Move Pixel Art Icon
A move icon for draggable elements, reposition handles, and free-move cursors in canvas and layout editor tools.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Move icon
Four arrows pointing outward in the cardinal directions, forming a cross shape that signals 'this object can be moved freely.' Canvas editors, widget dashboards, and layout builders use it as the move cursor and as a handle on repositionable elements. It differs from drag-and-drop in that drag-and-drop implies a specific drop target, whereas move suggests unconstrained repositioning. Place it on the drag handle of a card or module to invite freeform repositioning.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/move.svg" width="24" height="24" alt="Move" />
<!-- React -->
import { Move } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="move.svg" width="48" height="48" style="image-rendering: pixelated" />