graduation cap emoji

graduation-cap from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
graduation-cap
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the graduation cap emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" stroke="#3f3f3f" stroke-miterlimit="10" stroke-width="2" d="M56 27.917v17.979H16V27.917"/><path fill="none" stroke="#f1b31c" stroke-miterlimit="10" stroke-width="2" d="M10.043 28.5v8.406"/><circle cx="10.043" cy="36.906" r="2" fill="#f1b31c"/><path fill="#f1b31c" stroke="#f1b31c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.747" d="M12.043 45.896H8.25l1.897-8.12h0z"/><path fill="#3f3f3f" d="M4 22.875h64v5.042H4zm52 8.042v14.979H16V30.917"/><circle cx="36" cy="22.002" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 22.875h64v5.042H4z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.747" d="M56 30.917v14.979H16V30.917"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiGraduationCap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" stroke="#3f3f3f" strokeMiterlimit="10" strokeWidth="2" d="M56 27.917v17.979H16V27.917"/><path fill="none" stroke="#f1b31c" strokeMiterlimit="10" strokeWidth="2" d="M10.043 28.5v8.406"/><circle cx="10.043" cy="36.906" r="2" fill="#f1b31c"/><path fill="#f1b31c" stroke="#f1b31c" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.747" d="M12.043 45.896H8.25l1.897-8.12h0z"/><path fill="#3f3f3f" d="M4 22.875h64v5.042H4zm52 8.042v14.979H16V30.917"/><circle cx="36" cy="22.002" r="3"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M4 22.875h64v5.042H4z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.747" d="M56 30.917v14.979H16V30.917"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" stroke="#3f3f3f" stroke-miterlimit="10" stroke-width="2" d="M56 27.917v17.979H16V27.917"/><path fill="none" stroke="#f1b31c" stroke-miterlimit="10" stroke-width="2" d="M10.043 28.5v8.406"/><circle cx="10.043" cy="36.906" r="2" fill="#f1b31c"/><path fill="#f1b31c" stroke="#f1b31c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.747" d="M12.043 45.896H8.25l1.897-8.12h0z"/><path fill="#3f3f3f" d="M4 22.875h64v5.042H4zm52 8.042v14.979H16V30.917"/><circle cx="36" cy="22.002" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 22.875h64v5.042H4z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.747" d="M56 30.917v14.979H16V30.917"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M56%2027.917v17.979H16V27.917%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M10.043%2028.5v8.406%22%2F%3E%3Ccircle%20cx%3D%2210.043%22%20cy%3D%2236.906%22%20r%3D%222%22%20fill%3D%22%23f1b31c%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.747%22%20d%3D%22M12.043%2045.896H8.25l1.897-8.12h0z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M4%2022.875h64v5.042H4zm52%208.042v14.979H16V30.917%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2222.002%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2022.875h64v5.042H4z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.747%22%20d%3D%22M56%2030.917v14.979H16V30.917%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%2072%2072%22%3E%3Cpath%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M56%2027.917v17.979H16V27.917%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M10.043%2028.5v8.406%22%2F%3E%3Ccircle%20cx%3D%2210.043%22%20cy%3D%2236.906%22%20r%3D%222%22%20fill%3D%22%23f1b31c%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.747%22%20d%3D%22M12.043%2045.896H8.25l1.897-8.12h0z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M4%2022.875h64v5.042H4zm52%208.042v14.979H16V30.917%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2222.002%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2022.875h64v5.042H4z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.747%22%20d%3D%22M56%2030.917v14.979H16V30.917%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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