The Heroicons academic cap icon depicts a graduation cap, commonly used to represent education, graduation, learning, or academic achievements in UI.
Common uses
- Link to graduation or degree programs
- Button for 'Online Courses' section
- Label for 'Certifications' in a profile
Use it in React
Install
npm i @heroicons/reactImport & render
import { AcademicCapIcon } from '@heroicons/react/24/outline';
<AcademicCapIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<AcademicCapIcon className="size-6" />24/solid
<AcademicCapIcon className="size-6" />20/solid
<AcademicCapIcon className="size-6" />16/solid
<AcademicCapIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- academiccapgraduation capmortarboardeducationdegree
FAQ
- What does the academic cap icon represent?
- It represents education, graduation, learning, or academic achievements.
- How do I use the academic cap icon in React?
- Import it using: import { AcademicCapIcon } from '@heroicons/react/24/outline' and then use the <AcademicCapIcon /> component.
- What is the license for Heroicons?
- Heroicons are released under the MIT license, allowing for free use in both personal and commercial projects.