graduation cap icon

graduation-cap-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
graduation-cap-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All graduation cap 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="currentColor"><defs><clipPath id="svgID31"><path d="M2.4 8.3 11.6 3.7a.9.9 0 0 1 .8 0l9.2 4.6a.5.5 0 0 1 0 .9l-9.2 4.6a.9.9 0 0 1-.8 0L2.4 9.2a.5.5 0 0 1 0-.9Z"/></clipPath><mask id="svgID32" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" stroke="#000" stroke-width="1.35" d="M2.4 8.3 11.6 3.7a.9.9 0 0 1 .8 0l9.2 4.6a.5.5 0 0 1 0 .9l-9.2 4.6a.9.9 0 0 1-.8 0L2.4 9.2a.5.5 0 0 1 0-.9ZM2.3 9.1 12 13.95 21.7 9.1v.8L12 14.75 2.3 9.9Z"/></mask></defs><g mask="url(#svgID32)" opacity=".6"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.35" d="M7.1 12.1v3.4c0 2.8 9.8 2.8 9.8 0v-3.4"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.35" d="M2.7 8.75 12 4.1l9.3 4.65L12 13.4Z"/><g clip-path="url(#svgID31)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M5.2 8.6 12 5.2l5.1 2.55" opacity="0"/></g><g opacity=".85"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M12 8.6 20 9.4"/><circle cx="12" cy="8.6" r=".65"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".85" d="M20 9.4v6.9"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M20 16.3v2.4"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M22 16.9q.65 1.2 .2 2.4" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherGraduationCapOutline(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"><defs><clipPath id="svgID31"><path d="M2.4 8.3 11.6 3.7a.9.9 0 0 1 .8 0l9.2 4.6a.5.5 0 0 1 0 .9l-9.2 4.6a.9.9 0 0 1-.8 0L2.4 9.2a.5.5 0 0 1 0-.9Z"/></clipPath><mask id="svgID32" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" stroke="#000" strokeWidth="1.35" d="M2.4 8.3 11.6 3.7a.9.9 0 0 1 .8 0l9.2 4.6a.5.5 0 0 1 0 .9l-9.2 4.6a.9.9 0 0 1-.8 0L2.4 9.2a.5.5 0 0 1 0-.9ZM2.3 9.1 12 13.95 21.7 9.1v.8L12 14.75 2.3 9.9Z"/></mask></defs><g mask="url(#svgID32)" opacity=".6"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.35" d="M7.1 12.1v3.4c0 2.8 9.8 2.8 9.8 0v-3.4"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.35" d="M2.7 8.75 12 4.1l9.3 4.65L12 13.4Z"/><g clipPath="url(#svgID31)"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M5.2 8.6 12 5.2l5.1 2.55" opacity="0"/></g><g opacity=".85"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M12 8.6 20 9.4"/><circle cx="12" cy="8.6" r=".65"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".85" d="M20 9.4v6.9"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.8" d="M20 16.3v2.4"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M22 16.9q.65 1.2 .2 2.4" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID31"><path d="M2.4 8.3 11.6 3.7a.9.9 0 0 1 .8 0l9.2 4.6a.5.5 0 0 1 0 .9l-9.2 4.6a.9.9 0 0 1-.8 0L2.4 9.2a.5.5 0 0 1 0-.9Z"/></clipPath><mask id="svgID32" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" stroke="#000" stroke-width="1.35" d="M2.4 8.3 11.6 3.7a.9.9 0 0 1 .8 0l9.2 4.6a.5.5 0 0 1 0 .9l-9.2 4.6a.9.9 0 0 1-.8 0L2.4 9.2a.5.5 0 0 1 0-.9ZM2.3 9.1 12 13.95 21.7 9.1v.8L12 14.75 2.3 9.9Z"/></mask></defs><g mask="url(#svgID32)" opacity=".6"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.35" d="M7.1 12.1v3.4c0 2.8 9.8 2.8 9.8 0v-3.4"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.35" d="M2.7 8.75 12 4.1l9.3 4.65L12 13.4Z"/><g clip-path="url(#svgID31)"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M5.2 8.6 12 5.2l5.1 2.55" opacity="0"/></g><g opacity=".85"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M12 8.6 20 9.4"/><circle cx="12" cy="8.6" r=".65"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".85" d="M20 9.4v6.9"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M20 16.3v2.4"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M22 16.9q.65 1.2 .2 2.4" opacity="0"/></g></svg>
</template>

CSS

.icon-graduation-cap-outline {
  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%3Cdefs%3E%3CclipPath%20id%3D%22svgID31%22%3E%3Cpath%20d%3D%22M2.4%208.3%2011.6%203.7a.9.9%200%200%201%20.8%200l9.2%204.6a.5.5%200%200%201%200%20.9l-9.2%204.6a.9.9%200%200%201-.8%200L2.4%209.2a.5.5%200%200%201%200-.9Z%22%2F%3E%3C%2FclipPath%3E%3Cmask%20id%3D%22svgID32%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.35%22%20d%3D%22M2.4%208.3%2011.6%203.7a.9.9%200%200%201%20.8%200l9.2%204.6a.5.5%200%200%201%200%20.9l-9.2%204.6a.9.9%200%200%201-.8%200L2.4%209.2a.5.5%200%200%201%200-.9ZM2.3%209.1%2012%2013.95%2021.7%209.1v.8L12%2014.75%202.3%209.9Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20mask%3D%22url(%23svgID32)%22%20opacity%3D%22.6%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.35%22%20d%3D%22M7.1%2012.1v3.4c0%202.8%209.8%202.8%209.8%200v-3.4%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.35%22%20d%3D%22M2.7%208.75%2012%204.1l9.3%204.65L12%2013.4Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID31)%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M5.2%208.6%2012%205.2l5.1%202.55%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.85%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M12%208.6%2020%209.4%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%228.6%22%20r%3D%22.65%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M20%209.4v6.9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.8%22%20d%3D%22M20%2016.3v2.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M22%2016.9q.65%201.2%20.2%202.4%22%20opacity%3D%220%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%3Cdefs%3E%3CclipPath%20id%3D%22svgID31%22%3E%3Cpath%20d%3D%22M2.4%208.3%2011.6%203.7a.9.9%200%200%201%20.8%200l9.2%204.6a.5.5%200%200%201%200%20.9l-9.2%204.6a.9.9%200%200%201-.8%200L2.4%209.2a.5.5%200%200%201%200-.9Z%22%2F%3E%3C%2FclipPath%3E%3Cmask%20id%3D%22svgID32%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.35%22%20d%3D%22M2.4%208.3%2011.6%203.7a.9.9%200%200%201%20.8%200l9.2%204.6a.5.5%200%200%201%200%20.9l-9.2%204.6a.9.9%200%200%201-.8%200L2.4%209.2a.5.5%200%200%201%200-.9ZM2.3%209.1%2012%2013.95%2021.7%209.1v.8L12%2014.75%202.3%209.9Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20mask%3D%22url(%23svgID32)%22%20opacity%3D%22.6%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.35%22%20d%3D%22M7.1%2012.1v3.4c0%202.8%209.8%202.8%209.8%200v-3.4%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.35%22%20d%3D%22M2.7%208.75%2012%204.1l9.3%204.65L12%2013.4Z%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID31)%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M5.2%208.6%2012%205.2l5.1%202.55%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.85%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M12%208.6%2020%209.4%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%228.6%22%20r%3D%22.65%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M20%209.4v6.9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.8%22%20d%3D%22M20%2016.3v2.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M22%2016.9q.65%201.2%20.2%202.4%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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