graduation cap icon
graduation-cap from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- graduation-cap
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
graduation-capEmoji One (Colored)graduation-capFont Awesome 6 Solidgraduation-capFont Awesome Solidgraduation-cap-outlineFlowbite Iconsgraduation-capFluent Emojigraduation-capFluent Emoji Flatgraduation-capFluent Emoji High Contrastgraduation-capHuge Iconsgraduation-capIconoirgraduation-capLine Awesomegraduation-capLucidegraduation-capMyna UI Iconsgraduation-capNoto Emojigraduation-capOpenMojigraduation-capPhosphorgraduation-cap-fillRemix Icongraduation-capStreamline Emojisgraduation-capTwitter Emojigraduation-capUnicons
Use the graduation cap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.473 3.418a1.25 1.25 0 0 1 1.054 0l7.75 3.603c.99.46.955 1.879-.056 2.291l-.471.192v3.815c0 .475-.194.963-.609 1.293c-.402.32-1.141.852-2.156 1.344V20a.75.75 0 0 1-1.5 0v-3.437a11.2 11.2 0 0 1-3.485.561c-3.696 0-6.333-2.022-7.202-2.787a1.64 1.64 0 0 1-.548-1.24V9.504l-.471-.192c-1.011-.412-1.045-1.83-.055-2.29zM5.75 10.193l5.712 2.75c.337.162.73.164 1.069.007l2.954-1.374v3.396a9.8 9.8 0 0 1-3.485.652c-3.156 0-5.447-1.74-6.21-2.412c-.015-.013-.04-.046-.04-.115zm11.235 4.068a10 10 0 0 0 1.222-.823c.015-.011.043-.045.043-.119V10.22l-1.265.64zm-.744-4.705l2.448-1.239l.435-.178L12 4.827L4.876 8.14l.428.175l6.701 3.226l2.536-1.18l-2.889-1.51a.75.75 0 1 1 .696-1.33z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function PrimeGraduationCap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M11.473 3.418a1.25 1.25 0 0 1 1.054 0l7.75 3.603c.99.46.955 1.879-.056 2.291l-.471.192v3.815c0 .475-.194.963-.609 1.293c-.402.32-1.141.852-2.156 1.344V20a.75.75 0 0 1-1.5 0v-3.437a11.2 11.2 0 0 1-3.485.561c-3.696 0-6.333-2.022-7.202-2.787a1.64 1.64 0 0 1-.548-1.24V9.504l-.471-.192c-1.011-.412-1.045-1.83-.055-2.29zM5.75 10.193l5.712 2.75c.337.162.73.164 1.069.007l2.954-1.374v3.396a9.8 9.8 0 0 1-3.485.652c-3.156 0-5.447-1.74-6.21-2.412c-.015-.013-.04-.046-.04-.115zm11.235 4.068a10 10 0 0 0 1.222-.823c.015-.011.043-.045.043-.119V10.22l-1.265.64zm-.744-4.705l2.448-1.239l.435-.178L12 4.827L4.876 8.14l.428.175l6.701 3.226l2.536-1.18l-2.889-1.51a.75.75 0 1 1 .696-1.33z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.473 3.418a1.25 1.25 0 0 1 1.054 0l7.75 3.603c.99.46.955 1.879-.056 2.291l-.471.192v3.815c0 .475-.194.963-.609 1.293c-.402.32-1.141.852-2.156 1.344V20a.75.75 0 0 1-1.5 0v-3.437a11.2 11.2 0 0 1-3.485.561c-3.696 0-6.333-2.022-7.202-2.787a1.64 1.64 0 0 1-.548-1.24V9.504l-.471-.192c-1.011-.412-1.045-1.83-.055-2.29zM5.75 10.193l5.712 2.75c.337.162.73.164 1.069.007l2.954-1.374v3.396a9.8 9.8 0 0 1-3.485.652c-3.156 0-5.447-1.74-6.21-2.412c-.015-.013-.04-.046-.04-.115zm11.235 4.068a10 10 0 0 0 1.222-.823c.015-.011.043-.045.043-.119V10.22l-1.265.64zm-.744-4.705l2.448-1.239l.435-.178L12 4.827L4.876 8.14l.428.175l6.701 3.226l2.536-1.18l-2.889-1.51a.75.75 0 1 1 .696-1.33z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-graduation-cap {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.473%203.418a1.25%201.25%200%200%201%201.054%200l7.75%203.603c.99.46.955%201.879-.056%202.291l-.471.192v3.815c0%20.475-.194.963-.609%201.293c-.402.32-1.141.852-2.156%201.344V20a.75.75%200%200%201-1.5%200v-3.437a11.2%2011.2%200%200%201-3.485.561c-3.696%200-6.333-2.022-7.202-2.787a1.64%201.64%200%200%201-.548-1.24V9.504l-.471-.192c-1.011-.412-1.045-1.83-.055-2.29zM5.75%2010.193l5.712%202.75c.337.162.73.164%201.069.007l2.954-1.374v3.396a9.8%209.8%200%200%201-3.485.652c-3.156%200-5.447-1.74-6.21-2.412c-.015-.013-.04-.046-.04-.115zm11.235%204.068a10%2010%200%200%200%201.222-.823c.015-.011.043-.045.043-.119V10.22l-1.265.64zm-.744-4.705l2.448-1.239l.435-.178L12%204.827L4.876%208.14l.428.175l6.701%203.226l2.536-1.18l-2.889-1.51a.75.75%200%201%201%20.696-1.33z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.473%203.418a1.25%201.25%200%200%201%201.054%200l7.75%203.603c.99.46.955%201.879-.056%202.291l-.471.192v3.815c0%20.475-.194.963-.609%201.293c-.402.32-1.141.852-2.156%201.344V20a.75.75%200%200%201-1.5%200v-3.437a11.2%2011.2%200%200%201-3.485.561c-3.696%200-6.333-2.022-7.202-2.787a1.64%201.64%200%200%201-.548-1.24V9.504l-.471-.192c-1.011-.412-1.045-1.83-.055-2.29zM5.75%2010.193l5.712%202.75c.337.162.73.164%201.069.007l2.954-1.374v3.396a9.8%209.8%200%200%201-3.485.652c-3.156%200-5.447-1.74-6.21-2.412c-.015-.013-.04-.046-.04-.115zm11.235%204.068a10%2010%200%200%200%201.222-.823c.015-.011.043-.045.043-.119V10.22l-1.265.64zm-.744-4.705l2.448-1.239l.435-.178L12%204.827L4.876%208.14l.428.175l6.701%203.226l2.536-1.18l-2.889-1.51a.75.75%200%201%201%20.696-1.33z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/graduation-cap.svg?color=%231a73e8&size=48