The Lucide list ordered icon visually represents a numbered list, commonly used to indicate sequential steps, priorities, or ordered items within an interface.
Common uses
- Displaying numbered steps in a tutorial.
- Showing a ranked list of items.
- Indicating the order of tasks in a workflow.
Use it in React
Install
npm i lucide-reactImport & render
import { ListOrdered } from 'lucide-react';
<ListOrdered size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- numberorderqueuelistorderednumbered listsequencestepsranking
FAQ
- What does the list-ordered icon represent?
- It represents a sequence or order, like a numbered list or steps.
- How do I use this icon in React?
- Import it as 'ListOrdered' from 'lucide-react' and use it like any other React component: <ListOrdered />.
- What is the license for this icon?
- The Lucide icon library is distributed under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →