The HugeIcons drag 03 icon depicts a hand interacting with an object, commonly used to indicate draggable elements or the action of dragging and dropping.
Common uses
- Draggable list items
- Reordering elements
- File upload indicators
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Drag03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Drag03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- movegrabreorderhandle
FAQ
- What does the Drag03 icon represent?
- The Drag03 icon visually represents the action of dragging or manipulating an object, often used for elements that can be moved or reordered.
- How do I use the Drag03 icon in a React application?
- To use the Drag03 icon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { Drag03Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={Drag03Icon} />.
- What is the license for the HugeIcons Drag03 icon?
- The Drag03 icon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →