Battlelands Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battlelands 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/336989.svg" alt="Battlelands icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336989.svg" alt="Battlelands icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336989.svg" alt="Battlelands icon" :width="24" :height="24" />
CSS background
.icon-battlelands {
background-image: url('https://proicons.com/icon/336989.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><rect class="a" x="13.7013" y="18.6925" width="21.1716" height="7.3429" transform="translate(-4.0868 5.484) rotate(-11.8904)"/><rect class="a" x="34.7493" y="18.5964" width="8.5049" height="3.2711" transform="translate(-3.3318 8.4701) rotate(-11.8904)"/><polyline class="a" points="33.889 16.59 33.3 13.792 30.997 17.199"/><polygon class="a" points="18.66 33.64 15.963 34.208 14.685 28.138 18.71 27.29 18.66 33.64"/><polygon class="a" points="7.993 30.31 11.264 28.912 14.696 28.189 13.172 20.952 6.326 22.394 7.993 30.31"/><rect class="a" x="5.3134" y="22.4993" width="1.8657" height="8.0897" transform="translate(-5.3352 1.8565) rotate(-11.8904)"/><rect class="a" x="12.8554" y="17.912" width="2.0567" height="2.8592" transform="translate(-3.6873 3.2756) rotate(-11.8904)"/></svg>
Copied!