mortarboard square2 icon
mortarboard-square2 from Reicon by REICON · Outline · School · MIT Free for personal and commercial use.
- Name
- mortarboard-square2
- Set
- Reicon
- Style
- Outline
- Category
- School
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More school icons from Reicon
Use the mortarboard square2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.465 2.82a5.92 5.92 0 0 1 5.07 0l6.692 3.138c1.052.493 1.523 1.564 1.523 2.542s-.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.097V11.5q0-.062.01-.122a.75.75 0 0 1 1.059-.8l4.782 2.243a4.42 4.42 0 0 0 3.798 0l6.691-3.137c.403-.189.66-.64.66-1.184s-.257-.995-.66-1.184L13.9 4.179a4.42 4.42 0 0 0-3.798 0l-6.69 3.137a.75.75 0 0 1-.638-1.358zM5.75 12.439v4.187c0 .763.379 1.441.999 1.785c.716.396 1.638.862 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.071 0z" clip-rule="evenodd"/><path d="M6.69 7.705a.75.75 0 0 1-.395.984L5.22 9.15c-.603.259-1 .43-1.292.594c-.276.155-.396.271-.472.387s-.135.27-.169.585c-.036.333-.037.766-.037 1.422V15a.75.75 0 0 1-1.5 0v-2.901c0-.607 0-1.12.046-1.544c.048-.45.154-.864.408-1.25c.255-.386.594-.646.989-.868c.37-.209.843-.411 1.4-.65l1.112-.476a.75.75 0 0 1 .984.394"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMortarboardSquare2(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 fillRule="evenodd" d="M9.465 2.82a5.92 5.92 0 0 1 5.07 0l6.692 3.138c1.052.493 1.523 1.564 1.523 2.542s-.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.097V11.5q0-.062.01-.122a.75.75 0 0 1 1.059-.8l4.782 2.243a4.42 4.42 0 0 0 3.798 0l6.691-3.137c.403-.189.66-.64.66-1.184s-.257-.995-.66-1.184L13.9 4.179a4.42 4.42 0 0 0-3.798 0l-6.69 3.137a.75.75 0 0 1-.638-1.358zM5.75 12.439v4.187c0 .763.379 1.441.999 1.785c.716.396 1.638.862 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.071 0z" clipRule="evenodd"/><path d="M6.69 7.705a.75.75 0 0 1-.395.984L5.22 9.15c-.603.259-1 .43-1.292.594c-.276.155-.396.271-.472.387s-.135.27-.169.585c-.036.333-.037.766-.037 1.422V15a.75.75 0 0 1-1.5 0v-2.901c0-.607 0-1.12.046-1.544c.048-.45.154-.864.408-1.25c.255-.386.594-.646.989-.868c.37-.209.843-.411 1.4-.65l1.112-.476a.75.75 0 0 1 .984.394"/></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 fill-rule="evenodd" d="M9.465 2.82a5.92 5.92 0 0 1 5.07 0l6.692 3.138c1.052.493 1.523 1.564 1.523 2.542s-.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.097V11.5q0-.062.01-.122a.75.75 0 0 1 1.059-.8l4.782 2.243a4.42 4.42 0 0 0 3.798 0l6.691-3.137c.403-.189.66-.64.66-1.184s-.257-.995-.66-1.184L13.9 4.179a4.42 4.42 0 0 0-3.798 0l-6.69 3.137a.75.75 0 0 1-.638-1.358zM5.75 12.439v4.187c0 .763.379 1.441.999 1.785c.716.396 1.638.862 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.071 0z" clip-rule="evenodd"/><path d="M6.69 7.705a.75.75 0 0 1-.395.984L5.22 9.15c-.603.259-1 .43-1.292.594c-.276.155-.396.271-.472.387s-.135.27-.169.585c-.036.333-.037.766-.037 1.422V15a.75.75 0 0 1-1.5 0v-2.901c0-.607 0-1.12.046-1.544c.048-.45.154-.864.408-1.25c.255-.386.594-.646.989-.868c.37-.209.843-.411 1.4-.65l1.112-.476a.75.75 0 0 1 .984.394"/></g></svg> </template>
CSS
.icon-mortarboard-square2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.465%202.82a5.92%205.92%200%200%201%205.07%200l6.692%203.138c1.052.493%201.523%201.564%201.523%202.542s-.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.097V11.5q0-.062.01-.122a.75.75%200%200%201%201.059-.8l4.782%202.243a4.42%204.42%200%200%200%203.798%200l6.691-3.137c.403-.189.66-.64.66-1.184s-.257-.995-.66-1.184L13.9%204.179a4.42%204.42%200%200%200-3.798%200l-6.69%203.137a.75.75%200%200%201-.638-1.358zM5.75%2012.439v4.187c0%20.763.379%201.441.999%201.785c.716.396%201.638.862%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.071%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.69%207.705a.75.75%200%200%201-.395.984L5.22%209.15c-.603.259-1%20.43-1.292.594c-.276.155-.396.271-.472.387s-.135.27-.169.585c-.036.333-.037.766-.037%201.422V15a.75.75%200%200%201-1.5%200v-2.901c0-.607%200-1.12.046-1.544c.048-.45.154-.864.408-1.25c.255-.386.594-.646.989-.868c.37-.209.843-.411%201.4-.65l1.112-.476a.75.75%200%200%201%20.984.394%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.465%202.82a5.92%205.92%200%200%201%205.07%200l6.692%203.138c1.052.493%201.523%201.564%201.523%202.542s-.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.097V11.5q0-.062.01-.122a.75.75%200%200%201%201.059-.8l4.782%202.243a4.42%204.42%200%200%200%203.798%200l6.691-3.137c.403-.189.66-.64.66-1.184s-.257-.995-.66-1.184L13.9%204.179a4.42%204.42%200%200%200-3.798%200l-6.69%203.137a.75.75%200%200%201-.638-1.358zM5.75%2012.439v4.187c0%20.763.379%201.441.999%201.785c.716.396%201.638.862%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.071%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M6.69%207.705a.75.75%200%200%201-.395.984L5.22%209.15c-.603.259-1%20.43-1.292.594c-.276.155-.396.271-.472.387s-.135.27-.169.585c-.036.333-.037.766-.037%201.422V15a.75.75%200%200%201-1.5%200v-2.901c0-.607%200-1.12.046-1.544c.048-.45.154-.864.408-1.25c.255-.386.594-.646.989-.868c.37-.209.843-.411%201.4-.65l1.112-.476a.75.75%200%200%201%20.984.394%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-square2.svg?color=%231a73e8&size=48