John KuehJohn Kueh

exam icon

Phosphor · exam · MIT

Download SVG

The Phosphor exam icon depicts a document with a checkmark, commonly used to represent tests, quizzes, or completed tasks.

Common uses

  • Button for taking a quiz
  • Indicator for a completed assignment
  • Link to exam results page

Use it in React

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

<Exam size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
objects
Keywords
textexaminationpaperschoolgradeobjectsexamtestquizchecklistdocument check

FAQ

What does the exam icon represent?
It represents a document with a checkmark, symbolizing a test, examination, or a successfully completed item.
How do I use the exam icon in React?
You can import and use it like this: import { Exam } from '@phosphor-icons/react'; <Exam />.
What is the license for the Phosphor exam icon?
The Phosphor icon library, including the exam icon, is available under the MIT license.

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 →