The HugeIcons left to right list triangle icon visually represents a hierarchical or nested list structure, often used to indicate expandable or collapsible sections within a user interface.
Common uses
- Indicate expandable/collapsible menu items
- Show nested navigation levels
- Represent sub-items in a tree view
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LeftToRightListTriangleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LeftToRightListTriangleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- nested listexpandable listtree view iconhierarchy icon
FAQ
- What does the left to right list triangle icon represent?
- This icon signifies a hierarchical structure, commonly used for expandable or collapsible elements in UI design.
- How do I use the LeftToRightListTriangleIcon in React?
- Import both HugeiconsIcon and LeftToRightListTriangleIcon, then render <HugeiconsIcon icon={LeftToRightListTriangleIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this 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 →