Mortar Board Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Mortar Board icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307301.svg" alt="Mortar Board icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307301.svg" alt="Mortar Board icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307301.svg" alt="Mortar Board icon" :width="24" :height="24" />
CSS background
.icon-mortar-board {
background-image: url('https://proicons.com/icon/307301.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M9.36808 2.44715C8.53695 1.9037 7.46296 1.90368 6.63181 2.44712L1.22613 5.98153C1.08607 6.07311 1.00111 6.22869 0.999772 6.39602C0.999624 6.41452 1.0005 6.43289 1.00236 6.45106C1.0008 6.46716 1 6.48348 1 6.49998L1 10.5C1 10.7761 1.22386 11 1.5 11C1.77614 11 2 10.7761 2 10.5L2 7.34242L3 8.01932V11.7C3 11.8186 3.04279 11.9341 3.11963 12.0245L3.12039 12.0254L3.12237 12.0277L3.12823 12.0345L3.14752 12.0563C3.16372 12.0743 3.18661 12.0993 3.21603 12.1303C3.27484 12.1922 3.35997 12.2781 3.47026 12.3799C3.69051 12.5832 4.01312 12.8519 4.42899 13.1201C5.25964 13.656 6.47783 14.2 8.0001 14.2C9.52236 14.2 10.7405 13.656 11.5711 13.1201C11.987 12.8518 12.3096 12.5832 12.5298 12.3799C12.6401 12.2781 12.7252 12.1922 12.784 12.1303C12.8134 12.0993 12.8363 12.0743 12.8525 12.0562L12.8718 12.0345L12.8777 12.0277L12.8796 12.0254L12.881 12.0238C12.9578 11.9334 13 11.8186 13 11.7V8.01906L14.78 6.81407C14.9186 6.72027 15.0014 6.60538 14.9997 6.39602C14.9984 6.22869 14.9134 6.07312 14.7734 5.98154L9.36808 2.44715ZM12 8.696V11.5022C11.9601 11.5424 11.9105 11.5906 11.8515 11.6451C11.6655 11.8168 11.3881 12.0482 11.029 12.2799C10.3096 12.744 9.27783 13.2 8.0001 13.2C6.72236 13.2 5.6905 12.744 4.97111 12.2798C4.61196 12.0481 4.33454 11.8168 4.14852 11.6451C4.08951 11.5906 4.0399 11.5423 4 11.5022V8.69622L6.59853 10.4552C7.44497 11.0281 8.55494 11.0281 9.40136 10.4551L12 8.696ZM3.5 11.7L3.11963 12.0245C3.11963 12.0245 3.11904 12.0238 3.5 11.7ZM7.17905 3.28409C7.67774 2.95803 8.32214 2.95804 8.82082 3.28411L13.5972 6.39998L8.84078 9.62702C8.33293 9.97081 7.66695 9.97082 7.15909 9.62704L2.40239 6.40724L7.17905 3.28409Z"/></svg>
Copied!