graduation cap icon

graduation-cap from Reicon by REICON · Outline · School · MIT Free for personal and commercial use.

Name
graduation-cap
Set
Reicon
Style
Outline
Category
School
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All graduation cap icons →

More school icons from Reicon

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="m12.61 3.148l8.443 4.347a1.13 1.13 0 0 1 0 2.01l-8.442 4.347a1.33 1.33 0 0 1-1.222 0L2.947 9.505a1.13 1.13 0 0 1 0-2.01l8.442-4.347a1.33 1.33 0 0 1 1.222 0"/><path d="M21.667 8.5a14.9 14.9 0 0 0 0 6.708m-16 .197v3.262c0 1.472 2.836 2.666 6.333 2.666s6.333-1.194 6.333-2.666v-3.262"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGraduationCap(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="m12.61 3.148l8.443 4.347a1.13 1.13 0 0 1 0 2.01l-8.442 4.347a1.33 1.33 0 0 1-1.222 0L2.947 9.505a1.13 1.13 0 0 1 0-2.01l8.442-4.347a1.33 1.33 0 0 1 1.222 0"/><path d="M21.667 8.5a14.9 14.9 0 0 0 0 6.708m-16 .197v3.262c0 1.472 2.836 2.666 6.333 2.666s6.333-1.194 6.333-2.666v-3.262"/></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="m12.61 3.148l8.443 4.347a1.13 1.13 0 0 1 0 2.01l-8.442 4.347a1.33 1.33 0 0 1-1.222 0L2.947 9.505a1.13 1.13 0 0 1 0-2.01l8.442-4.347a1.33 1.33 0 0 1 1.222 0"/><path d="M21.667 8.5a14.9 14.9 0 0 0 0 6.708m-16 .197v3.262c0 1.472 2.836 2.666 6.333 2.666s6.333-1.194 6.333-2.666v-3.262"/></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%22m12.61%203.148l8.443%204.347a1.13%201.13%200%200%201%200%202.01l-8.442%204.347a1.33%201.33%200%200%201-1.222%200L2.947%209.505a1.13%201.13%200%200%201%200-2.01l8.442-4.347a1.33%201.33%200%200%201%201.222%200%22%2F%3E%3Cpath%20d%3D%22M21.667%208.5a14.9%2014.9%200%200%200%200%206.708m-16%20.197v3.262c0%201.472%202.836%202.666%206.333%202.666s6.333-1.194%206.333-2.666v-3.262%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%22m12.61%203.148l8.443%204.347a1.13%201.13%200%200%201%200%202.01l-8.442%204.347a1.33%201.33%200%200%201-1.222%200L2.947%209.505a1.13%201.13%200%200%201%200-2.01l8.442-4.347a1.33%201.33%200%200%201%201.222%200%22%2F%3E%3Cpath%20d%3D%22M21.667%208.5a14.9%2014.9%200%200%200%200%206.708m-16%20.197v3.262c0%201.472%202.836%202.666%206.333%202.666s6.333-1.194%206.333-2.666v-3.262%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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