The Lucide move right icon depicts an arrow pointing to the right, commonly used to indicate forward movement, progression, or navigation to the next step.
Common uses
- Next button in a carousel or slider
- Proceed button in a multi-step form
- Link to a subsequent page or section
Use it in React
Install
npm i lucide-reactImport & render
import { MoveRight } from 'lucide-react';
<MoveRight size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- arrowdirectiontrend flateastmoverightnext arrowforward arroweast arrowcontinue icon
FAQ
- What is the purpose of the move right icon?
- It visually represents moving forward, advancing, or navigating to the right. It's often used for 'next' or 'continue' actions.
- How do I use the move right icon in React?
- You can import it from the 'lucide-react' library like this: import { MoveRight } from 'lucide-react'. Then, you can render it as a component: <MoveRight />.
- What is the license for the Lucide move right icon?
- The Lucide icon library, including the move right 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 →