John KuehJohn Kueh

information circle icon

Heroicons · information-circle · MIT

Download SVG

The Heroicons information circle icon depicts a circle with an 'i' inside, commonly used to indicate informational content or provide help.

Common uses

  • Displaying tooltips or help text
  • Indicating a section with additional details
  • As a button for accessing FAQs or support

Use it in React

Install
npm i @heroicons/react
Import & render
import { InformationCircleIcon } from '@heroicons/react/24/outline';

<InformationCircleIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<InformationCircleIcon className="size-6" />
24/solid
<InformationCircleIcon className="size-6" />
20/solid
<InformationCircleIcon className="size-6" />
16/solid
<InformationCircleIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
informationcircleinfo iconhelp icondetails iconquestion mark circle

FAQ

What is the information circle icon used for?
It's used to draw attention to informational content, provide access to help, or indicate details.
How do I use this icon in React?
Import it using: import { InformationCircleIcon } from '@heroicons/react/24/outline'
What is the license for Heroicons?
Heroicons are distributed under the MIT license, allowing for free commercial and non-commercial use.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons 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 →