The HugeIcons greater than circle icon visually represents a 'greater than' symbol enclosed within a circle, commonly used to indicate progression, advancement, or a 'next' action.
Common uses
- Next button in a carousel or pagination
- Proceeding to the next step in a wizard
- Indicating a forward direction or flow
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GreaterThanCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GreaterThanCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- next iconforward iconarrow circle rightchevron circle right
FAQ
- What does the greater than circle icon signify?
- It signifies moving forward, progression, or selecting a 'next' option, often within a sequence or workflow.
- How do I use the GreaterThanCircleIcon in React?
- Import both HugeiconsIcon and GreaterThanCircleIcon, then render it using <HugeiconsIcon icon={GreaterThanCircleIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use in commercial and non-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 →