graduation cap icon

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

Name
graduation-cap-solid
Set
Dither Icons
Style
Solid
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="svgID8"><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="svgID9" 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" 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(#svgID9)" opacity=".6"><path fill-rule="evenodd" d="M6.4 11.3v4.35c0 3.75 11.2 3.75 11.2 0V11.3L12 14.1Z"/></g><path fill-rule="evenodd" 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"/><path fill-rule="evenodd" d="M2.3 9.1 12 13.95 21.7 9.1v.8L12 14.75 2.3 9.9Z" opacity=".55"/><g clip-path="url(#svgID8)"><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-rule="evenodd" d="M19.4 16.3h1.2l.55 3.1h-2.3Z"/><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 DitherGraduationCapSolid(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="svgID8"><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="svgID9" 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" 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(#svgID9)" opacity=".6"><path fillRule="evenodd" d="M6.4 11.3v4.35c0 3.75 11.2 3.75 11.2 0V11.3L12 14.1Z"/></g><path fillRule="evenodd" 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"/><path fillRule="evenodd" d="M2.3 9.1 12 13.95 21.7 9.1v.8L12 14.75 2.3 9.9Z" opacity=".55"/><g clipPath="url(#svgID8)"><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 fillRule="evenodd" d="M19.4 16.3h1.2l.55 3.1h-2.3Z"/><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="svgID8"><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="svgID9" 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" 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(#svgID9)" opacity=".6"><path fill-rule="evenodd" d="M6.4 11.3v4.35c0 3.75 11.2 3.75 11.2 0V11.3L12 14.1Z"/></g><path fill-rule="evenodd" 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"/><path fill-rule="evenodd" d="M2.3 9.1 12 13.95 21.7 9.1v.8L12 14.75 2.3 9.9Z" opacity=".55"/><g clip-path="url(#svgID8)"><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-rule="evenodd" d="M19.4 16.3h1.2l.55 3.1h-2.3Z"/><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-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%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID8%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%22svgID9%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%22.1%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(%23svgID9)%22%20opacity%3D%22.6%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.4%2011.3v4.35c0%203.75%2011.2%203.75%2011.2%200V11.3L12%2014.1Z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%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-.9Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.3%209.1%2012%2013.95%2021.7%209.1v.8L12%2014.75%202.3%209.9Z%22%20opacity%3D%22.55%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID8)%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-rule%3D%22evenodd%22%20d%3D%22M19.4%2016.3h1.2l.55%203.1h-2.3Z%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%22svgID8%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%22svgID9%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%22.1%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(%23svgID9)%22%20opacity%3D%22.6%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.4%2011.3v4.35c0%203.75%2011.2%203.75%2011.2%200V11.3L12%2014.1Z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%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-.9Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.3%209.1%2012%2013.95%2021.7%209.1v.8L12%2014.75%202.3%209.9Z%22%20opacity%3D%22.55%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID8)%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-rule%3D%22evenodd%22%20d%3D%22M19.4%2016.3h1.2l.55%203.1h-2.3Z%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-solid.svg?color=%231a73e8&size=48