The HugeIcons left angle icon depicts a chevron pointing to the left, commonly used to indicate navigation back, previous actions, or collapsing elements.
Common uses
- Back button
- Previous slide/item
- Collapse/expand menu
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LeftAngleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LeftAngleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- chevron leftpreviousbackarrow left
FAQ
- What is the left angle icon used for?
- It's typically used for navigation, such as going back or to a previous item, or for indicating collapsible sections.
- How do I use the LeftAngleIcon in React?
- Import both HugeiconsIcon and LeftAngleIcon, then render <HugeiconsIcon icon={LeftAngleIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the left angle icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
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 →