Boardpro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boardpro 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/337377.svg" alt="Boardpro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337377.svg" alt="Boardpro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337377.svg" alt="Boardpro icon" :width="24" :height="24" />
CSS background
.icon-boardpro {
background-image: url('https://proicons.com/icon/337377.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="10.6289 36.7512 10.6289 11.2488 16.7872 7.8744 16.7872 40.1256 10.6289 36.7512"/><polygon class="b" points="31.2128 32.1957 16.7872 40.1256 22.9455 43.5 37.3711 35.5701 37.3711 25.9459 31.2128 22.5715 31.2128 32.1957"/><polygon class="b" points="31.2128 15.8043 16.7872 7.8744 22.9455 4.5 37.3711 12.4299 37.3711 19.1787 22.9455 27.1086 16.7872 23.7342 31.2128 15.8043"/></svg>
Copied!