The HugeIcons less than circle icon visually represents the mathematical 'less than' operator, often used in UI to indicate a decrease, a preceding item, or a condition that must be met.
Common uses
- Showing a value that has decreased
- Indicating a previous step or item
- Representing a condition for proceeding
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LessThanCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LessThanCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- less thandecreasepreviousprecedes
FAQ
- What does the less than circle icon signify?
- It signifies the mathematical 'less than' concept, typically used to show a decrease, a preceding element, or a requirement.
- How do I use the LessThanCircleIcon in React?
- Import both HugeiconsIcon and LessThanCircleIcon, then render it using <HugeiconsIcon icon={LessThanCircleIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.