Blackboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blackboard 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/337264.svg" alt="Blackboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337264.svg" alt="Blackboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337264.svg" alt="Blackboard icon" :width="24" :height="24" />
CSS background
.icon-blackboard {
background-image: url('https://proicons.com/icon/337264.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M39.16,33.28l-1.1,3.93A2.56,2.56,0,0,1,36.28,39l-3.92,1.1L8.54,16.27l6.81-6.8Z"/><line class="cls-1" x1="12.22" y1="19.92" x2="19.01" y2="13.13"/><line class="cls-1" x1="37.41" y1="38.33" x2="15.6" y2="16.53"/><path class="cls-1" d="M8.25,6.44h2.07a3.78,3.78,0,0,1,3.78,3.78V14a0,0,0,0,1,0,0H4.47a0,0,0,0,1,0,0V10.22A3.78,3.78,0,0,1,8.25,6.44Z" transform="translate(-4.5 9.55) rotate(-45)"/><path class="cls-1" d="M32.36,40.09l8.16,2.57a1,1,0,0,0,1.21-1.22l-2.57-8.16"/><path class="cls-1" d="M41.5,40.69a1.23,1.23,0,1,0-1.74,1.73"/></svg>
Copied!