The HugeIcons help square icon depicts a question mark within a square, commonly used to represent help, support, or information sections within a user interface.
Common uses
- Help button in a toolbar
- Link to FAQ page
- Information tooltip trigger
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HelpSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HelpSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- question mark iconsupport iconinfo squarehelp icon
FAQ
- What is the HelpSquareIcon used for?
- It's typically used to indicate where users can find help, support, or additional information about a feature or the application.
- How do I use HelpSquareIcon in React?
- Import both HugeiconsIcon and HelpSquareIcon, then render it using <HugeiconsIcon icon={HelpSquareIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the HelpSquareIcon, is distributed under the MIT license.
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 →