Deckboard Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deckboard Pro 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/338919.svg" alt="Deckboard Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338919.svg" alt="Deckboard Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338919.svg" alt="Deckboard Pro icon" :width="24" :height="24" />
CSS background
.icon-deckboard-pro {
background-image: url('https://proicons.com/icon/338919.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="32.509 25.448 23.973 20.52 15.491 25.418 24.027 30.346 32.509 25.448"/><polyline class="a" points="15.491 25.418 15.491 35.243 24.027 40.171 32.509 35.274 32.509 25.448"/><polyline class="a" points="4.5 19.072 4.5 28.897 13.036 33.825 15.491 32.408"/><polyline class="a" points="32.509 32.377 35.018 33.825 43.5 28.928 43.5 19.103"/><polygon class="a" points="43.5 19.103 34.964 14.175 26.482 19.072 35.018 24 43.5 19.103"/><polygon class="a" points="21.518 19.103 12.982 14.175 4.5 19.072 13.036 24 21.518 19.103"/><polygon class="a" points="32.509 12.757 23.973 7.829 15.491 12.726 24.027 17.654 32.509 12.757"/><line class="a" x1="32.5091" y1="12.7571" x2="32.5091" y2="15.5921"/><line class="a" x1="15.4909" y1="12.7263" x2="15.4909" y2="15.5921"/><line class="a" x1="26.4819" y1="19.0719" x2="26.4819" y2="21.9685"/><line class="a" x1="21.5181" y1="19.1027" x2="21.5181" y2="21.9685"/></svg>
Copied!