The Tabler u turn left icon depicts a U-turn maneuver, commonly used to signify reversing direction, going back, or undoing an action in user interfaces.
Common uses
- Back button functionality
- Undo last action
- Revert to previous state
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconUTurnLeft } from '@tabler/icons-react';
<IconUTurnLeft size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- reversechangefliprotaterevertbackwardloopswervereturnredirectarrowsuturnleftreverse arrowback arrow
FAQ
- What does the u-turn-left icon represent?
- It visually represents a U-turn, indicating a reversal of direction or a return to a previous point.
- How do I use the u-turn-left icon in React?
- Import it using `import { IconUTurnLeft } from '@tabler/icons-react'` and then render it as a component: `<IconUTurnLeft />`.
- What is the license for this icon?
- The Tabler icon set, including the u-turn-left icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →