mortarboard square icon

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

Name
mortarboard-square-filled
Set
Reicon
Style
Filled
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"><g fill="currentColor"><path d="M14.217 3.5a5.17 5.17 0 0 0-4.434 0L3.092 6.637c-1.076.504-1.357 1.927-.842 2.91V14.5a.75.75 0 0 0 1.5 0v-3.828L9.783 13.5a5.17 5.17 0 0 0 4.434 0l6.691-3.137c1.456-.682 1.456-3.044 0-3.726z"/><path d="M5 12.915v3.71c0 1.008.503 1.952 1.385 2.44C7.854 19.88 10.204 21 12 21s4.146-1.121 5.615-1.934c.882-.489 1.385-1.433 1.385-2.44v-3.711l-4.146 1.944a6.67 6.67 0 0 1-5.708 0z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMortarboardSquareFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.217 3.5a5.17 5.17 0 0 0-4.434 0L3.092 6.637c-1.076.504-1.357 1.927-.842 2.91V14.5a.75.75 0 0 0 1.5 0v-3.828L9.783 13.5a5.17 5.17 0 0 0 4.434 0l6.691-3.137c1.456-.682 1.456-3.044 0-3.726z"/><path d="M5 12.915v3.71c0 1.008.503 1.952 1.385 2.44C7.854 19.88 10.204 21 12 21s4.146-1.121 5.615-1.934c.882-.489 1.385-1.433 1.385-2.44v-3.711l-4.146 1.944a6.67 6.67 0 0 1-5.708 0z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.217 3.5a5.17 5.17 0 0 0-4.434 0L3.092 6.637c-1.076.504-1.357 1.927-.842 2.91V14.5a.75.75 0 0 0 1.5 0v-3.828L9.783 13.5a5.17 5.17 0 0 0 4.434 0l6.691-3.137c1.456-.682 1.456-3.044 0-3.726z"/><path d="M5 12.915v3.71c0 1.008.503 1.952 1.385 2.44C7.854 19.88 10.204 21 12 21s4.146-1.121 5.615-1.934c.882-.489 1.385-1.433 1.385-2.44v-3.711l-4.146 1.944a6.67 6.67 0 0 1-5.708 0z"/></g></svg>
</template>

CSS

.icon-mortarboard-square-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M14.217%203.5a5.17%205.17%200%200%200-4.434%200L3.092%206.637c-1.076.504-1.357%201.927-.842%202.91V14.5a.75.75%200%200%200%201.5%200v-3.828L9.783%2013.5a5.17%205.17%200%200%200%204.434%200l6.691-3.137c1.456-.682%201.456-3.044%200-3.726z%22%2F%3E%3Cpath%20d%3D%22M5%2012.915v3.71c0%201.008.503%201.952%201.385%202.44C7.854%2019.88%2010.204%2021%2012%2021s4.146-1.121%205.615-1.934c.882-.489%201.385-1.433%201.385-2.44v-3.711l-4.146%201.944a6.67%206.67%200%200%201-5.708%200z%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%22currentColor%22%3E%3Cpath%20d%3D%22M14.217%203.5a5.17%205.17%200%200%200-4.434%200L3.092%206.637c-1.076.504-1.357%201.927-.842%202.91V14.5a.75.75%200%200%200%201.5%200v-3.828L9.783%2013.5a5.17%205.17%200%200%200%204.434%200l6.691-3.137c1.456-.682%201.456-3.044%200-3.726z%22%2F%3E%3Cpath%20d%3D%22M5%2012.915v3.71c0%201.008.503%201.952%201.385%202.44C7.854%2019.88%2010.204%2021%2012%2021s4.146-1.121%205.615-1.934c.882-.489%201.385-1.433%201.385-2.44v-3.711l-4.146%201.944a6.67%206.67%200%200%201-5.708%200z%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/mortarboard-square-filled.svg?color=%231a73e8&size=48