The HugeIcons adjust position icon visually represents the action of modifying or fine-tuning the placement of an element, commonly used for tools that allow users to reposition content or interface components.
Common uses
- Drag-and-drop reordering
- Layout adjustment controls
- Image or object placement tools
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AdjustPositionIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AdjustPositionIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- movereorderpositionlayout
FAQ
- What is the adjust position icon used for?
- This icon signifies actions related to changing the position or arrangement of elements within an interface, such as dragging, aligning, or reordering.
- How do I use the AdjustPositionIcon in React?
- Import both HugeiconsIcon and AdjustPositionIcon from their respective packages, then render the icon using the <HugeiconsIcon icon={AdjustPositionIcon} /> component.
- What is the license for this icon?
- The AdjustPositionIcon from HugeIcons is available under the MIT license, allowing for free use in both personal and commercial projects.
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 →