John KuehJohn Kueh

question icon

Phosphor · question · MIT

Download SVG

The Phosphor question icon depicts a question mark, commonly used in user interfaces to indicate a help or information point.

Common uses

  • Help tooltip trigger
  • FAQ section link
  • Support contact button

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Question } from '@phosphor-icons/react';

<Question size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Question size={24} />
thin
<Question size={24} weight="thin" />
light
<Question size={24} weight="light" />
bold
<Question size={24} weight="bold" />
fill
<Question size={24} weight="fill" />
duotone
<Question size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
system
Keywords
informationhelpsupportquestionssystemquestionquery

FAQ

What is the purpose of the question icon?
It signifies a point where users can find more information, ask a question, or access help resources.
How do I use the question icon in React?
Import it using `import { Question } from '@phosphor-icons/react'` and then render it as a component: `<Question />`.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing for free use.

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 →