The Lucide move icon depicts four arrows pointing outwards from a central point, commonly used to indicate the ability to reposition or drag elements within an interface.
Common uses
- Drag and drop functionality
- Reordering list items
- Resizing or repositioning windows
Use it in React
Install
npm i lucide-reactImport & render
import { Move } from 'lucide-react';
<Move size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- arrowsmovedragreorderpositiongrab
FAQ
- What is the purpose of the move icon?
- It signifies an action that allows users to change the position of an element, such as dragging it or reordering it.
- How do I use the move icon in React?
- You can import and use it like this: import { Move } from 'lucide-react'.
- What is the license for the Lucide move icon?
- The Lucide icon library, including the move icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →