The HugeIcons more or less circle icon visually represents approximation or a range, often used to indicate a value that is not exact or falls within a certain scope.
Common uses
- Showing approximate search results
- Indicating a price range
- Representing a tolerance level
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MoreOrLessCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MoreOrLessCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- approximaterangetoleranceestimation
FAQ
- What does the more or less circle icon signify?
- This icon signifies approximation or a range. It's used when a precise value isn't necessary or when indicating a value within a scope.
- How do I use the MoreOrLessCircleIcon in React?
- Import both HugeiconsIcon and MoreOrLessCircleIcon from their respective packages. Then, render the icon using: <HugeiconsIcon icon={MoreOrLessCircleIcon} />.
- What is the license for this icon?
- The MoreOrLessCircleIcon is distributed 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 →