mortarboard square icon

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

Name
mortarboard-square
Set
Reicon
Style
Outline
Category
School
Viewbox
24×24
License
MIT

2 other variants in Reicon

More school icons from Reicon

Use the mortarboard square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.464 2.82a5.92 5.92 0 0 1 5.072 0l6.69 3.138C22.28 6.45 22.75 7.522 22.75 8.5s-.47 2.05-1.523 2.543l-1.477.692v4.89c0 1.253-.628 2.463-1.772 3.097c-.752.416-1.74.917-2.78 1.316c-1.027.394-2.164.712-3.198.712s-2.171-.318-3.199-.712c-1.04-.399-2.027-.9-2.779-1.316c-1.144-.634-1.772-1.844-1.772-3.097v-4.89l-1.477-.693l-.023-.01V14a.75.75 0 0 1-1.5 0V8.5c0-.978.471-2.05 1.523-2.542zM5.75 12.439v4.187c0 .763.379 1.441.999 1.785a21 21 0 0 0 2.59 1.227c.963.37 1.899.613 2.661.613s1.698-.243 2.662-.613a21 21 0 0 0 2.59-1.227c.62-.344.998-1.022.998-1.785v-4.187l-3.714 1.741a5.92 5.92 0 0 1-5.072 0zM3.41 9.684c-.403-.189-.66-.64-.66-1.184s.257-.995.66-1.184l6.691-3.137a4.42 4.42 0 0 1 3.798 0l6.691 3.137c.403.189.66.64.66 1.184s-.257.995-.66 1.184l-6.691 3.137a4.42 4.42 0 0 1-3.798 0z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMortarboardSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9.464 2.82a5.92 5.92 0 0 1 5.072 0l6.69 3.138C22.28 6.45 22.75 7.522 22.75 8.5s-.47 2.05-1.523 2.543l-1.477.692v4.89c0 1.253-.628 2.463-1.772 3.097c-.752.416-1.74.917-2.78 1.316c-1.027.394-2.164.712-3.198.712s-2.171-.318-3.199-.712c-1.04-.399-2.027-.9-2.779-1.316c-1.144-.634-1.772-1.844-1.772-3.097v-4.89l-1.477-.693l-.023-.01V14a.75.75 0 0 1-1.5 0V8.5c0-.978.471-2.05 1.523-2.542zM5.75 12.439v4.187c0 .763.379 1.441.999 1.785a21 21 0 0 0 2.59 1.227c.963.37 1.899.613 2.661.613s1.698-.243 2.662-.613a21 21 0 0 0 2.59-1.227c.62-.344.998-1.022.998-1.785v-4.187l-3.714 1.741a5.92 5.92 0 0 1-5.072 0zM3.41 9.684c-.403-.189-.66-.64-.66-1.184s.257-.995.66-1.184l6.691-3.137a4.42 4.42 0 0 1 3.798 0l6.691 3.137c.403.189.66.64.66 1.184s-.257.995-.66 1.184l-6.691 3.137a4.42 4.42 0 0 1-3.798 0z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.464 2.82a5.92 5.92 0 0 1 5.072 0l6.69 3.138C22.28 6.45 22.75 7.522 22.75 8.5s-.47 2.05-1.523 2.543l-1.477.692v4.89c0 1.253-.628 2.463-1.772 3.097c-.752.416-1.74.917-2.78 1.316c-1.027.394-2.164.712-3.198.712s-2.171-.318-3.199-.712c-1.04-.399-2.027-.9-2.779-1.316c-1.144-.634-1.772-1.844-1.772-3.097v-4.89l-1.477-.693l-.023-.01V14a.75.75 0 0 1-1.5 0V8.5c0-.978.471-2.05 1.523-2.542zM5.75 12.439v4.187c0 .763.379 1.441.999 1.785a21 21 0 0 0 2.59 1.227c.963.37 1.899.613 2.661.613s1.698-.243 2.662-.613a21 21 0 0 0 2.59-1.227c.62-.344.998-1.022.998-1.785v-4.187l-3.714 1.741a5.92 5.92 0 0 1-5.072 0zM3.41 9.684c-.403-.189-.66-.64-.66-1.184s.257-.995.66-1.184l6.691-3.137a4.42 4.42 0 0 1 3.798 0l6.691 3.137c.403.189.66.64.66 1.184s-.257.995-.66 1.184l-6.691 3.137a4.42 4.42 0 0 1-3.798 0z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mortarboard-square {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.464%202.82a5.92%205.92%200%200%201%205.072%200l6.69%203.138C22.28%206.45%2022.75%207.522%2022.75%208.5s-.47%202.05-1.523%202.543l-1.477.692v4.89c0%201.253-.628%202.463-1.772%203.097c-.752.416-1.74.917-2.78%201.316c-1.027.394-2.164.712-3.198.712s-2.171-.318-3.199-.712c-1.04-.399-2.027-.9-2.779-1.316c-1.144-.634-1.772-1.844-1.772-3.097v-4.89l-1.477-.693l-.023-.01V14a.75.75%200%200%201-1.5%200V8.5c0-.978.471-2.05%201.523-2.542zM5.75%2012.439v4.187c0%20.763.379%201.441.999%201.785a21%2021%200%200%200%202.59%201.227c.963.37%201.899.613%202.661.613s1.698-.243%202.662-.613a21%2021%200%200%200%202.59-1.227c.62-.344.998-1.022.998-1.785v-4.187l-3.714%201.741a5.92%205.92%200%200%201-5.072%200zM3.41%209.684c-.403-.189-.66-.64-.66-1.184s.257-.995.66-1.184l6.691-3.137a4.42%204.42%200%200%201%203.798%200l6.691%203.137c.403.189.66.64.66%201.184s-.257.995-.66%201.184l-6.691%203.137a4.42%204.42%200%200%201-3.798%200z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.464%202.82a5.92%205.92%200%200%201%205.072%200l6.69%203.138C22.28%206.45%2022.75%207.522%2022.75%208.5s-.47%202.05-1.523%202.543l-1.477.692v4.89c0%201.253-.628%202.463-1.772%203.097c-.752.416-1.74.917-2.78%201.316c-1.027.394-2.164.712-3.198.712s-2.171-.318-3.199-.712c-1.04-.399-2.027-.9-2.779-1.316c-1.144-.634-1.772-1.844-1.772-3.097v-4.89l-1.477-.693l-.023-.01V14a.75.75%200%200%201-1.5%200V8.5c0-.978.471-2.05%201.523-2.542zM5.75%2012.439v4.187c0%20.763.379%201.441.999%201.785a21%2021%200%200%200%202.59%201.227c.963.37%201.899.613%202.661.613s1.698-.243%202.662-.613a21%2021%200%200%200%202.59-1.227c.62-.344.998-1.022.998-1.785v-4.187l-3.714%201.741a5.92%205.92%200%200%201-5.072%200zM3.41%209.684c-.403-.189-.66-.64-.66-1.184s.257-.995.66-1.184l6.691-3.137a4.42%204.42%200%200%201%203.798%200l6.691%203.137c.403.189.66.64.66%201.184s-.257.995-.66%201.184l-6.691%203.137a4.42%204.42%200%200%201-3.798%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Mortarboard Square outline icon — Reicon · IconsDB