The HugeIcons information square icon depicts a stylized letter 'i' within a square, commonly used to indicate informational content or provide access to details.
Common uses
- Displaying help tips
- Linking to detailed documentation
- Showing status information
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { InformationSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={InformationSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- info icondetails iconhelp iconabout icon
FAQ
- What is the purpose of the information square icon?
- It's used to draw attention to informational content or provide a visual cue for accessing more details about a specific item or feature.
- How do I use the InformationSquareIcon in React?
- Import both HugeiconsIcon and InformationSquareIcon, then render it using <HugeiconsIcon icon={InformationSquareIcon} />.
- What is the license for this icon?
- The InformationSquareIcon is released 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 →