Square Academic Cap icon in outline, twotone, bold and bulk. Free in all four styles, for courses, library, certificates, office work. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconSquareAcademicCap } from "@devigner-ui/icons";
<IconSquareAcademicCap className="size-6" />
<script setup>
import { IconSquareAcademicCap } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSquareAcademicCap class="size-6" />
</template>
<script>
import { IconSquareAcademicCap } from "@devigner-ui/icons-svelte";
</script>
<IconSquareAcademicCap class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.78 3.5a5.2 5.2 0 0 1 4.44 0l6.69 3.14c1.45.68 1.45 3.04 0 3.72l-6.7 3.14a5.2 5.2 0 0 1-4.43 0L3.1 10.36c-1.45-.68-1.45-3.04 0-3.72z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M2 8.5V14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M19 11.5v5.13c0 1-.5 1.95-1.39 2.44C16.15 19.87 13.8 21 12 21s-4.15-1.12-5.61-1.93A2.8 2.8 0 0 1 5 16.63V11.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>