The HugeIcons help circle icon visually represents a question mark within a circle, commonly used to indicate a help or information section.
Common uses
- Triggering a help tooltip
- Linking to a support page
- Opening a help modal
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HelpCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HelpCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- question markinformationsupporthelp
FAQ
- What is the purpose of the help circle icon?
- It's a universal symbol for accessing help, support, or additional information related to a specific feature or the application.
- How do I use the HelpCircleIcon in React?
- Import both HugeiconsIcon and HelpCircleIcon, then render it using <HugeiconsIcon icon={HelpCircleIcon} />.
- What is the license for this icon?
- The HelpCircleIcon is distributed under the MIT license, allowing for free usage.
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 →