graduation cap icon
graduation-cap-filled from Reicon by REICON · Filled · School · MIT Free for personal and commercial use.
- Name
- graduation-cap-filled
- Set
- Reicon
- Style
- Filled
- Category
- School
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All graduation cap icons →graduation-capDither Iconsgraduation-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-capKeyline Iconsgraduation-capLine Awesomegraduation-capLucidegraduation-capMyna UI Iconsgraduation-capNoto Emojigraduation-capOpenMojigraduation-capPhosphorgraduation-capPrime Iconsgraduation-cap-fillRemix Icongraduation-capStreamline Emojisgraduation-capTwitter Emojigraduation-capUnicons
More school icons from Reicon
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"><path d="M13.984 16.52c-.612.315-1.299.48-1.984.48s-1.375-.167-1.985-.481l-5.348-2.752v4.901c0 2.407 3.689 3.667 7.333 3.667s7.333-1.26 7.333-3.667v-4.901z"/><path d="M22.292 12.301A14 14 0 0 1 22.58 9.1c.024-.174.087-.255.087-.6c0-.8-.443-1.527-1.155-1.894L13.069 2.26a2.34 2.34 0 0 0-2.138 0L2.488 6.607c-.712.366-1.155 1.092-1.155 1.893s.443 1.528 1.155 1.895l8.443 4.345a2.34 2.34 0 0 0 2.138 0l7.268-3.741c-.025.454-.06.909-.045 1.365c.032 1.03.168 2.061.401 3.068a1 1 0 1 0 1.948-.45a14 14 0 0 1-.35-2.682Z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGraduationCapFilled(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"><path d="M13.984 16.52c-.612.315-1.299.48-1.984.48s-1.375-.167-1.985-.481l-5.348-2.752v4.901c0 2.407 3.689 3.667 7.333 3.667s7.333-1.26 7.333-3.667v-4.901z"/><path d="M22.292 12.301A14 14 0 0 1 22.58 9.1c.024-.174.087-.255.087-.6c0-.8-.443-1.527-1.155-1.894L13.069 2.26a2.34 2.34 0 0 0-2.138 0L2.488 6.607c-.712.366-1.155 1.092-1.155 1.893s.443 1.528 1.155 1.895l8.443 4.345a2.34 2.34 0 0 0 2.138 0l7.268-3.741c-.025.454-.06.909-.045 1.365c.032 1.03.168 2.061.401 3.068a1 1 0 1 0 1.948-.45a14 14 0 0 1-.35-2.682Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.984 16.52c-.612.315-1.299.48-1.984.48s-1.375-.167-1.985-.481l-5.348-2.752v4.901c0 2.407 3.689 3.667 7.333 3.667s7.333-1.26 7.333-3.667v-4.901z"/><path d="M22.292 12.301A14 14 0 0 1 22.58 9.1c.024-.174.087-.255.087-.6c0-.8-.443-1.527-1.155-1.894L13.069 2.26a2.34 2.34 0 0 0-2.138 0L2.488 6.607c-.712.366-1.155 1.092-1.155 1.893s.443 1.528 1.155 1.895l8.443 4.345a2.34 2.34 0 0 0 2.138 0l7.268-3.741c-.025.454-.06.909-.045 1.365c.032 1.03.168 2.061.401 3.068a1 1 0 1 0 1.948-.45a14 14 0 0 1-.35-2.682Z"/></g></svg> </template>
CSS
.icon-graduation-cap-filled {
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%3E%3Cpath%20d%3D%22M13.984%2016.52c-.612.315-1.299.48-1.984.48s-1.375-.167-1.985-.481l-5.348-2.752v4.901c0%202.407%203.689%203.667%207.333%203.667s7.333-1.26%207.333-3.667v-4.901z%22%2F%3E%3Cpath%20d%3D%22M22.292%2012.301A14%2014%200%200%201%2022.58%209.1c.024-.174.087-.255.087-.6c0-.8-.443-1.527-1.155-1.894L13.069%202.26a2.34%202.34%200%200%200-2.138%200L2.488%206.607c-.712.366-1.155%201.092-1.155%201.893s.443%201.528%201.155%201.895l8.443%204.345a2.34%202.34%200%200%200%202.138%200l7.268-3.741c-.025.454-.06.909-.045%201.365c.032%201.03.168%202.061.401%203.068a1%201%200%201%200%201.948-.45a14%2014%200%200%201-.35-2.682Z%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%3E%3Cpath%20d%3D%22M13.984%2016.52c-.612.315-1.299.48-1.984.48s-1.375-.167-1.985-.481l-5.348-2.752v4.901c0%202.407%203.689%203.667%207.333%203.667s7.333-1.26%207.333-3.667v-4.901z%22%2F%3E%3Cpath%20d%3D%22M22.292%2012.301A14%2014%200%200%201%2022.58%209.1c.024-.174.087-.255.087-.6c0-.8-.443-1.527-1.155-1.894L13.069%202.26a2.34%202.34%200%200%200-2.138%200L2.488%206.607c-.712.366-1.155%201.092-1.155%201.893s.443%201.528%201.155%201.895l8.443%204.345a2.34%202.34%200%200%200%202.138%200l7.268-3.741c-.025.454-.06.909-.045%201.365c.032%201.03.168%202.061.401%203.068a1%201%200%201%200%201.948-.45a14%2014%200%200%201-.35-2.682Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/graduation-cap-filled.svg?color=%231a73e8&size=48