The HugeIcons drag right 04 icon depicts a rightward-pointing arrow with a slight curve, commonly used to indicate dragging an element to the right or advancing to the next step in a process.
Common uses
- Drag-and-drop functionality
- Next/forward navigation
- Expanding a collapsed section
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DragRight04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DragRight04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- move rightnext arrowslide rightarrow right curved
FAQ
- What does the drag right 04 icon represent?
- It visually signifies a rightward movement or progression, often used for drag actions or moving to the next item.
- How do I use the DragRight04Icon in a React application?
- Import both HugeiconsIcon and DragRight04Icon from their respective packages and render the icon using <HugeiconsIcon icon={DragRight04Icon} />.
- What is the license for this icon?
- The HugeIcons drag right 04 icon is distributed under the MIT license, allowing for free commercial and non-commercial use.
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 →