Microsoft Whiteboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Whiteboard 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/329247.svg" alt="Microsoft Whiteboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329247.svg" alt="Microsoft Whiteboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329247.svg" alt="Microsoft Whiteboard icon" :width="24" :height="24" />
CSS background
.icon-microsoft-whiteboard {
background-image: url('https://proicons.com/icon/329247.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m24.038,27.43l-1.116-.967m4.916-.357l-3.8,1.324-1.445.29.329-1.257c.396-.546,1.78-3.453,1.78-3.453m3.136,3.096l-3.136-3.096,15.838-14.763c1.324.557,2.409,1.69,2.96,2.865l-15.662,14.994Zm-21.08-.882c2.507-3.089,4.146-2.27,8.018,1.214,3.871,3.484,5.51,4.303,8.018,1.215m17.595-13.56v24.294c0,.756-.608,1.366-1.365,1.366H5.866c-.757,0-1.366-.61-1.366-1.366V14.134c0-.756.61-1.366,1.366-1.366h29.824"/></svg>
Copied!