mortarboard square icon

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

Name
mortarboard-square-duotone
Set
Reicon
Style
Duotone
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 11.258L9.783 13.5a5.17 5.17 0 0 0 4.434 0L19 11.258v5.367c0 1.008-.503 1.952-1.385 2.44C16.146 19.88 13.796 21 12 21s-4.146-1.121-5.615-1.935C5.504 18.577 5 17.633 5 16.625z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMortarboardSquareDuotone(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 11.258L9.783 13.5a5.17 5.17 0 0 0 4.434 0L19 11.258v5.367c0 1.008-.503 1.952-1.385 2.44C16.146 19.88 13.796 21 12 21s-4.146-1.121-5.615-1.935C5.504 18.577 5 17.633 5 16.625z" opacity=".5"/></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 11.258L9.783 13.5a5.17 5.17 0 0 0 4.434 0L19 11.258v5.367c0 1.008-.503 1.952-1.385 2.44C16.146 19.88 13.796 21 12 21s-4.146-1.121-5.615-1.935C5.504 18.577 5 17.633 5 16.625z" opacity=".5"/></g></svg>
</template>

CSS

.icon-mortarboard-square-duotone {
  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%2011.258L9.783%2013.5a5.17%205.17%200%200%200%204.434%200L19%2011.258v5.367c0%201.008-.503%201.952-1.385%202.44C16.146%2019.88%2013.796%2021%2012%2021s-4.146-1.121-5.615-1.935C5.504%2018.577%205%2017.633%205%2016.625z%22%20opacity%3D%22.5%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%2011.258L9.783%2013.5a5.17%205.17%200%200%200%204.434%200L19%2011.258v5.367c0%201.008-.503%201.952-1.385%202.44C16.146%2019.88%2013.796%2021%2012%2021s-4.146-1.121-5.615-1.935C5.504%2018.577%205%2017.633%205%2016.625z%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48