graduation cap icon

graduation-cap from Unicons by Iconscout · Line · Education · Apache-2.0 Free for personal and commercial use.

Name
graduation-cap
Set
Unicons
Style
Line
Category
Education
Viewbox
24×24
License
Apache 2.0
Aliases
graduation-hat

The same icon in other sets

More education icons from Unicons

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" d="m21.49 10.19l-1-.55l-9-5h-.11a1 1 0 0 0-.19-.06h-.37a1 1 0 0 0-.2.06h-.11l-9 5a1 1 0 0 0 0 1.74L4 12.76v4.74a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-4.74l2-1.12v2.86a1 1 0 0 0 2 0v-3.44a1 1 0 0 0-.51-.87M16 17.5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-3.63l4.51 2.5l.15.06h.09a1 1 0 0 0 .25 0a1 1 0 0 0 .25 0h.09a.5.5 0 0 0 .15-.06l4.51-2.5Zm-5-3.14L4.06 10.5L11 6.64l6.94 3.86Z"/></svg>

React

import type { SVGProps } from "react";

export function UilGraduationCap(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" d="m21.49 10.19l-1-.55l-9-5h-.11a1 1 0 0 0-.19-.06h-.37a1 1 0 0 0-.2.06h-.11l-9 5a1 1 0 0 0 0 1.74L4 12.76v4.74a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-4.74l2-1.12v2.86a1 1 0 0 0 2 0v-3.44a1 1 0 0 0-.51-.87M16 17.5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-3.63l4.51 2.5l.15.06h.09a1 1 0 0 0 .25 0a1 1 0 0 0 .25 0h.09a.5.5 0 0 0 .15-.06l4.51-2.5Zm-5-3.14L4.06 10.5L11 6.64l6.94 3.86Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.49 10.19l-1-.55l-9-5h-.11a1 1 0 0 0-.19-.06h-.37a1 1 0 0 0-.2.06h-.11l-9 5a1 1 0 0 0 0 1.74L4 12.76v4.74a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-4.74l2-1.12v2.86a1 1 0 0 0 2 0v-3.44a1 1 0 0 0-.51-.87M16 17.5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-3.63l4.51 2.5l.15.06h.09a1 1 0 0 0 .25 0a1 1 0 0 0 .25 0h.09a.5.5 0 0 0 .15-.06l4.51-2.5Zm-5-3.14L4.06 10.5L11 6.64l6.94 3.86Z"/></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%20d%3D%22m21.49%2010.19l-1-.55l-9-5h-.11a1%201%200%200%200-.19-.06h-.37a1%201%200%200%200-.2.06h-.11l-9%205a1%201%200%200%200%200%201.74L4%2012.76v4.74a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3v-4.74l2-1.12v2.86a1%201%200%200%200%202%200v-3.44a1%201%200%200%200-.51-.87M16%2017.5a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1v-3.63l4.51%202.5l.15.06h.09a1%201%200%200%200%20.25%200a1%201%200%200%200%20.25%200h.09a.5.5%200%200%200%20.15-.06l4.51-2.5Zm-5-3.14L4.06%2010.5L11%206.64l6.94%203.86Z%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%20d%3D%22m21.49%2010.19l-1-.55l-9-5h-.11a1%201%200%200%200-.19-.06h-.37a1%201%200%200%200-.2.06h-.11l-9%205a1%201%200%200%200%200%201.74L4%2012.76v4.74a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3v-4.74l2-1.12v2.86a1%201%200%200%200%202%200v-3.44a1%201%200%200%200-.51-.87M16%2017.5a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1v-3.63l4.51%202.5l.15.06h.09a1%201%200%200%200%20.25%200a1%201%200%200%200%20.25%200h.09a.5.5%200%200%200%20.15-.06l4.51-2.5Zm-5-3.14L4.06%2010.5L11%206.64l6.94%203.86Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/graduation-cap.svg?color=%231a73e8&size=48