graduation cap icon
graduation-cap-solid from Iconoir by Luca Burgio · Solid · Science · MIT Free for personal and commercial use.
- Name
- graduation-cap-solid
- Set
- Iconoir
- Style
- Solid
- Category
- Science
- Viewbox
- 24×24
- License
- MIT
1 other variant in Iconoir
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-capLine Awesomegraduation-capLucidegraduation-capMyna UI Iconsgraduation-capNoto Emojigraduation-capOpenMojigraduation-capPhosphorgraduation-capPrime Iconsgraduation-cap-fillRemix Icongraduation-capStreamline Emojisgraduation-capTwitter Emojigraduation-capUnicons
More science icons from Iconoir
Use the graduation cap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M3.75 12.641v3.271a2.75 2.75 0 0 0 1.57 2.484l5 2.374a2.75 2.75 0 0 0 2.36 0l5-2.374a2.75 2.75 0 0 0 1.57-2.484v-3.27l-6.475 3.237a2.85 2.85 0 0 1-2.55 0z"/><path d="M10.896 3.464c.38-.19.828-.19 1.208 0l8.658 4.329c.995.497.995 1.917 0 2.415l-8.658 4.33c-.38.19-.828.19-1.208 0l-8.658-4.33c-.995-.498-.995-1.918 0-2.415z"/><path d="M19.83 8.165a.75.75 0 0 1 1.006-.336l2 1a.75.75 0 0 1 .414.671V13a.75.75 0 1 1-1.5 0V9.964l-1.585-.793a.75.75 0 0 1-.336-1.006"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirGraduationCapSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" strokeWidth="1.5" clipRule="evenodd"><path d="M3.75 12.641v3.271a2.75 2.75 0 0 0 1.57 2.484l5 2.374a2.75 2.75 0 0 0 2.36 0l5-2.374a2.75 2.75 0 0 0 1.57-2.484v-3.27l-6.475 3.237a2.85 2.85 0 0 1-2.55 0z"/><path d="M10.896 3.464c.38-.19.828-.19 1.208 0l8.658 4.329c.995.497.995 1.917 0 2.415l-8.658 4.33c-.38.19-.828.19-1.208 0l-8.658-4.33c-.995-.498-.995-1.918 0-2.415z"/><path d="M19.83 8.165a.75.75 0 0 1 1.006-.336l2 1a.75.75 0 0 1 .414.671V13a.75.75 0 1 1-1.5 0V9.964l-1.585-.793a.75.75 0 0 1-.336-1.006"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M3.75 12.641v3.271a2.75 2.75 0 0 0 1.57 2.484l5 2.374a2.75 2.75 0 0 0 2.36 0l5-2.374a2.75 2.75 0 0 0 1.57-2.484v-3.27l-6.475 3.237a2.85 2.85 0 0 1-2.55 0z"/><path d="M10.896 3.464c.38-.19.828-.19 1.208 0l8.658 4.329c.995.497.995 1.917 0 2.415l-8.658 4.33c-.38.19-.828.19-1.208 0l-8.658-4.33c-.995-.498-.995-1.918 0-2.415z"/><path d="M19.83 8.165a.75.75 0 0 1 1.006-.336l2 1a.75.75 0 0 1 .414.671V13a.75.75 0 1 1-1.5 0V9.964l-1.585-.793a.75.75 0 0 1-.336-1.006"/></g></svg> </template>
CSS
.icon-graduation-cap-solid {
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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M3.75%2012.641v3.271a2.75%202.75%200%200%200%201.57%202.484l5%202.374a2.75%202.75%200%200%200%202.36%200l5-2.374a2.75%202.75%200%200%200%201.57-2.484v-3.27l-6.475%203.237a2.85%202.85%200%200%201-2.55%200z%22%2F%3E%3Cpath%20d%3D%22M10.896%203.464c.38-.19.828-.19%201.208%200l8.658%204.329c.995.497.995%201.917%200%202.415l-8.658%204.33c-.38.19-.828.19-1.208%200l-8.658-4.33c-.995-.498-.995-1.918%200-2.415z%22%2F%3E%3Cpath%20d%3D%22M19.83%208.165a.75.75%200%200%201%201.006-.336l2%201a.75.75%200%200%201%20.414.671V13a.75.75%200%201%201-1.5%200V9.964l-1.585-.793a.75.75%200%200%201-.336-1.006%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M3.75%2012.641v3.271a2.75%202.75%200%200%200%201.57%202.484l5%202.374a2.75%202.75%200%200%200%202.36%200l5-2.374a2.75%202.75%200%200%200%201.57-2.484v-3.27l-6.475%203.237a2.85%202.85%200%200%201-2.55%200z%22%2F%3E%3Cpath%20d%3D%22M10.896%203.464c.38-.19.828-.19%201.208%200l8.658%204.329c.995.497.995%201.917%200%202.415l-8.658%204.33c-.38.19-.828.19-1.208%200l-8.658-4.33c-.995-.498-.995-1.918%200-2.415z%22%2F%3E%3Cpath%20d%3D%22M19.83%208.165a.75.75%200%200%201%201.006-.336l2%201a.75.75%200%200%201%20.414.671V13a.75.75%200%201%201-1.5%200V9.964l-1.585-.793a.75.75%200%200%201-.336-1.006%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/graduation-cap-solid.svg?color=%231a73e8&size=48