The HugeIcons list start icon visually represents the beginning of a list or sequence, often used to indicate the first item or the start of an ordered set.
Common uses
- First item in a numbered list
- Beginning of a step-by-step guide
- Start of a sequence indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ListStartIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ListStartIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- startfirstbeginningordered list
FAQ
- What does the ListStartIcon represent?
- It signifies the starting point of a list or sequence, visually marking the first element.
- How do I use ListStartIcon in React?
- Import both HugeiconsIcon and ListStartIcon, then render <HugeiconsIcon icon={ListStartIcon} />.
- What is the license for this icon?
- The ListStartIcon 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 →