The Phosphor graduation cap icon visually represents academic achievement and is commonly used in UI to denote educational institutions, courses, or graduation-related actions.
Common uses
- Link to university or college pages
- Button for 'Complete Course'
- Indicator for 'Graduated Status'
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { GraduationCap } from '@phosphor-icons/react';
<GraduationCap size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<GraduationCap size={24} />thin
<GraduationCap size={24} weight="thin" />light
<GraduationCap size={24} weight="light" />bold
<GraduationCap size={24} weight="bold" />fill
<GraduationCap size={24} weight="fill" />duotone
<GraduationCap size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- classroomteachereducationschoolcollegeuniversitydegreegraduatehatmaps & travelobjectsgraduationcapmortarboardacademic capdiploma hat
FAQ
- What does the graduation cap icon represent?
- It symbolizes education, academic achievement, and graduation. It's used for elements related to schools, degrees, or learning.
- How do I use the graduation cap icon in React?
- Import it from the library and use it as a component: `import { GraduationCap } from '@phosphor-icons/react'; <GraduationCap />`.
- What is the license for this icon?
- The Phosphor icon library, including the graduation cap icon, is available under the MIT license.
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 →