The HugeIcons limit order icon visually represents a trading order that is set to execute only at a specific price or better, commonly used in financial applications to denote order types.
Common uses
- Trading interface order type selection
- Financial dashboard order status
- Investment app order placement
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LimitOrderIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LimitOrderIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- price limitorder priceconditional ordertrading price
FAQ
- What does the limit order icon represent?
- It signifies a trading order that will only be executed at a specified price or a more favorable one. This is crucial for controlling trade execution prices in financial markets.
- How do I use the LimitOrderIcon in React?
- Import both HugeiconsIcon and LimitOrderIcon, then render it using <HugeiconsIcon icon={LimitOrderIcon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The LimitOrderIcon 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 →