Pixelarticons

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.

arrows Pro 4 variants

Tags

draganddrop

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

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" />

Related icons