Drag And Drop Pixel Art Icon
A drag-and-drop icon for file upload zones, reorderable list handles, and canvas elements that can be repositioned by dragging.
Tags
draganddrop
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Drag And Drop icon
An icon depicting a grab or drag gesture, typically a hand or cursor picking up an item. It marks interactive elements that respond to dragging: reorderable list rows, file upload drop targets, and movable canvas widgets. Place it as a handle on the left edge of list items to invite reordering, or inside a drop zone to signal that files can be released here. Move is the more generic alternative when no specific drop target is involved.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/drag-and-drop.svg" width="24" height="24" alt="Drag And Drop" />
<!-- React -->
import { DragAndDrop } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="drag-and-drop.svg" width="48" height="48" style="image-rendering: pixelated" />