calendar mortarboard icon

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

Name
calendar-mortarboard
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the calendar mortarboard 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="M15 2v4M7 2v4m13 6c0-3.771 0-5.657-1.172-6.828S15.771 4 12 4h-2C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12v2c0 3.771 0 5.657 1.172 6.828S6.229 22 10 22M2 10h18"/><path d="m17.464 18.814l4.072-1.628a.739.739 0 0 0 0-1.372l-4.072-1.628a2.6 2.6 0 0 0-1.928 0l-4.072 1.628a.739.739 0 0 0 0 1.372l4.072 1.628a2.6 2.6 0 0 0 1.928 0M22 16.5v3"/><path d="M13.5 18v2.154c0 .49.316.96.879 1.305c.562.346 1.325.541 2.121.541s1.559-.195 2.121-.54c.563-.347.879-.817.879-1.306V18"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCalendarMortarboard(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="M15 2v4M7 2v4m13 6c0-3.771 0-5.657-1.172-6.828S15.771 4 12 4h-2C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12v2c0 3.771 0 5.657 1.172 6.828S6.229 22 10 22M2 10h18"/><path d="m17.464 18.814l4.072-1.628a.739.739 0 0 0 0-1.372l-4.072-1.628a2.6 2.6 0 0 0-1.928 0l-4.072 1.628a.739.739 0 0 0 0 1.372l4.072 1.628a2.6 2.6 0 0 0 1.928 0M22 16.5v3"/><path d="M13.5 18v2.154c0 .49.316.96.879 1.305c.562.346 1.325.541 2.121.541s1.559-.195 2.121-.54c.563-.347.879-.817.879-1.306V18"/></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="M15 2v4M7 2v4m13 6c0-3.771 0-5.657-1.172-6.828S15.771 4 12 4h-2C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12v2c0 3.771 0 5.657 1.172 6.828S6.229 22 10 22M2 10h18"/><path d="m17.464 18.814l4.072-1.628a.739.739 0 0 0 0-1.372l-4.072-1.628a2.6 2.6 0 0 0-1.928 0l-4.072 1.628a.739.739 0 0 0 0 1.372l4.072 1.628a2.6 2.6 0 0 0 1.928 0M22 16.5v3"/><path d="M13.5 18v2.154c0 .49.316.96.879 1.305c.562.346 1.325.541 2.121.541s1.559-.195 2.121-.54c.563-.347.879-.817.879-1.306V18"/></g></svg>
</template>

CSS

.icon-calendar-mortarboard {
  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%22M15%202v4M7%202v4m13%206c0-3.771%200-5.657-1.172-6.828S15.771%204%2012%204h-2C6.229%204%204.343%204%203.172%205.172S2%208.229%202%2012v2c0%203.771%200%205.657%201.172%206.828S6.229%2022%2010%2022M2%2010h18%22%2F%3E%3Cpath%20d%3D%22m17.464%2018.814l4.072-1.628a.739.739%200%200%200%200-1.372l-4.072-1.628a2.6%202.6%200%200%200-1.928%200l-4.072%201.628a.739.739%200%200%200%200%201.372l4.072%201.628a2.6%202.6%200%200%200%201.928%200M22%2016.5v3%22%2F%3E%3Cpath%20d%3D%22M13.5%2018v2.154c0%20.49.316.96.879%201.305c.562.346%201.325.541%202.121.541s1.559-.195%202.121-.54c.563-.347.879-.817.879-1.306V18%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%22M15%202v4M7%202v4m13%206c0-3.771%200-5.657-1.172-6.828S15.771%204%2012%204h-2C6.229%204%204.343%204%203.172%205.172S2%208.229%202%2012v2c0%203.771%200%205.657%201.172%206.828S6.229%2022%2010%2022M2%2010h18%22%2F%3E%3Cpath%20d%3D%22m17.464%2018.814l4.072-1.628a.739.739%200%200%200%200-1.372l-4.072-1.628a2.6%202.6%200%200%200-1.928%200l-4.072%201.628a.739.739%200%200%200%200%201.372l4.072%201.628a2.6%202.6%200%200%200%201.928%200M22%2016.5v3%22%2F%3E%3Cpath%20d%3D%22M13.5%2018v2.154c0%20.49.316.96.879%201.305c.562.346%201.325.541%202.121.541s1.559-.195%202.121-.54c.563-.347.879-.817.879-1.306V18%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/calendar-mortarboard.svg?color=%231a73e8&size=48