The Phosphor student icon depicts a person, often representing a pupil or graduate, commonly used in UI to signify educational contexts, user profiles, or academic-related features.
Common uses
- User profile section for a student.
- Link to an educational resource or course.
- Representing a 'learner' role in an application.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Student } from '@phosphor-icons/react';
<Student size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Student size={24} />thin
<Student size={24} weight="thin" />light
<Student size={24} weight="light" />bold
<Student size={24} weight="bold" />fill
<Student size={24} weight="fill" />duotone
<Student size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- pupilgraduateclassroomteachereducationschoolcollegeuniversitypeoplestudent
FAQ
- What does the student icon represent?
- It represents a student, pupil, or graduate, suitable for educational or academic themes in a UI.
- How do I use the student icon in React?
- Import it as `Student` from '@phosphor-icons/react' and use it like `<Student />`.
- What is the license for this icon?
- The Phosphor icon library, including the student 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 →