The Heroicons arrow uturn right icon depicts a curved arrow turning back on itself to the right, commonly used to indicate actions like undoing a previous step, returning to a previous state, or navigating back.
Common uses
- Undo last action
- Go back to previous page
- Return to dashboard
Use it in React
Install
npm i @heroicons/reactImport & render
import { ArrowUturnRightIcon } from '@heroicons/react/24/outline';
<ArrowUturnRightIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<ArrowUturnRightIcon className="size-6" />24/solid
<ArrowUturnRightIcon className="size-6" />20/solid
<ArrowUturnRightIcon className="size-6" />16/solid
<ArrowUturnRightIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- arrowuturnrightreturn iconback arrowundo iconreverse arrow
FAQ
- What does the arrow-uturn-right icon represent?
- This icon represents an action of turning back or returning, often used for undoing or going back to a previous state.
- How do I use this icon in React?
- You can import and use it in React with: import { ArrowUturnRightIcon } from '@heroicons/react/24/outline'. Then render it as <ArrowUturnRightIcon className="h-6 w-6" />.
- What is the license for Heroicons?
- Heroicons are provided under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →