The HugeIcons left to right list dash icon depicts a list with bullet points transitioning from left to right, commonly used to indicate a list of items or a menu.
Common uses
- Displaying a list of features
- Representing menu items
- Indicating a step-by-step process
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LeftToRightListDashIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LeftToRightListDashIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- list iconbullet pointsmenu iconunordered list
FAQ
- What does the left to right list dash icon represent?
- This icon visually represents a list of items, often used to denote options, features, or steps in a process.
- How do I use the LeftToRightListDashIcon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { LeftToRightListDashIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={LeftToRightListDashIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
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 →