The Phosphor info icon depicts a lowercase letter 'i' inside a circle, commonly used to indicate informational content, tooltips, or help sections.
Common uses
- Displaying tooltips on hover
- Linking to help documentation
- Marking sections with additional details
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Info } from '@phosphor-icons/react';
<Info size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Info size={24} />thin
<Info size={24} weight="thin" />light
<Info size={24} weight="light" />bold
<Info size={24} weight="bold" />fill
<Info size={24} weight="fill" />duotone
<Info size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- informationhelpsupportsysteminfodetails
FAQ
- What is the purpose of the info icon?
- It signifies information, help, or support. Use it to draw attention to supplementary details or guidance.
- How do I use the info icon in React?
- Import it from the library like so: import { Info } from '@phosphor-icons/react'. Then, render it as a component: <Info />.
- What is the license for Phosphor icons?
- Phosphor icons are 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 Phosphor.
Looking for something else? Search Phosphor 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 →