graduation cap icon

graduation-cap from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
graduation-cap
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.542 4.652L6.983 5.924C3.661 7.576 2 8.402 2 9.75s1.661 2.174 4.983 3.826l2.559 1.272c1.209.601 1.814.902 2.458.902s1.249-.3 2.458-.902l2.559-1.272C20.339 11.924 22 11.098 22 9.75s-1.661-2.174-4.983-3.826l-2.559-1.272C13.25 4.051 12.644 3.75 12 3.75s-1.249.3-2.458.902"/><path d="M6 13.25v3.807c0 .092 0 .137.002.18c.029.706.42 1.347 1.03 1.689a22 22 0 0 0 .813.407a9.88 9.88 0 0 0 8.31 0c.16-.074.325-.157.656-.325c.08-.041.12-.061.158-.082c.61-.342 1-.983 1.03-1.69l.001-.179V13.25m4-3.5v6.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGraduationCap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.542 4.652L6.983 5.924C3.661 7.576 2 8.402 2 9.75s1.661 2.174 4.983 3.826l2.559 1.272c1.209.601 1.814.902 2.458.902s1.249-.3 2.458-.902l2.559-1.272C20.339 11.924 22 11.098 22 9.75s-1.661-2.174-4.983-3.826l-2.559-1.272C13.25 4.051 12.644 3.75 12 3.75s-1.249.3-2.458.902"/><path d="M6 13.25v3.807c0 .092 0 .137.002.18c.029.706.42 1.347 1.03 1.689a22 22 0 0 0 .813.407a9.88 9.88 0 0 0 8.31 0c.16-.074.325-.157.656-.325c.08-.041.12-.061.158-.082c.61-.342 1-.983 1.03-1.69l.001-.179V13.25m4-3.5v6.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.542 4.652L6.983 5.924C3.661 7.576 2 8.402 2 9.75s1.661 2.174 4.983 3.826l2.559 1.272c1.209.601 1.814.902 2.458.902s1.249-.3 2.458-.902l2.559-1.272C20.339 11.924 22 11.098 22 9.75s-1.661-2.174-4.983-3.826l-2.559-1.272C13.25 4.051 12.644 3.75 12 3.75s-1.249.3-2.458.902"/><path d="M6 13.25v3.807c0 .092 0 .137.002.18c.029.706.42 1.347 1.03 1.689a22 22 0 0 0 .813.407a9.88 9.88 0 0 0 8.31 0c.16-.074.325-.157.656-.325c.08-.041.12-.061.158-.082c.61-.342 1-.983 1.03-1.69l.001-.179V13.25m4-3.5v6.5"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.542%204.652L6.983%205.924C3.661%207.576%202%208.402%202%209.75s1.661%202.174%204.983%203.826l2.559%201.272c1.209.601%201.814.902%202.458.902s1.249-.3%202.458-.902l2.559-1.272C20.339%2011.924%2022%2011.098%2022%209.75s-1.661-2.174-4.983-3.826l-2.559-1.272C13.25%204.051%2012.644%203.75%2012%203.75s-1.249.3-2.458.902%22%2F%3E%3Cpath%20d%3D%22M6%2013.25v3.807c0%20.092%200%20.137.002.18c.029.706.42%201.347%201.03%201.689a22%2022%200%200%200%20.813.407a9.88%209.88%200%200%200%208.31%200c.16-.074.325-.157.656-.325c.08-.041.12-.061.158-.082c.61-.342%201-.983%201.03-1.69l.001-.179V13.25m4-3.5v6.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.542%204.652L6.983%205.924C3.661%207.576%202%208.402%202%209.75s1.661%202.174%204.983%203.826l2.559%201.272c1.209.601%201.814.902%202.458.902s1.249-.3%202.458-.902l2.559-1.272C20.339%2011.924%2022%2011.098%2022%209.75s-1.661-2.174-4.983-3.826l-2.559-1.272C13.25%204.051%2012.644%203.75%2012%203.75s-1.249.3-2.458.902%22%2F%3E%3Cpath%20d%3D%22M6%2013.25v3.807c0%20.092%200%20.137.002.18c.029.706.42%201.347%201.03%201.689a22%2022%200%200%200%20.813.407a9.88%209.88%200%200%200%208.31%200c.16-.074.325-.157.656-.325c.08-.041.12-.061.158-.082c.61-.342%201-.983%201.03-1.69l.001-.179V13.25m4-3.5v6.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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