Battleforwesnoth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battleforwesnoth 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/336987.svg" alt="Battleforwesnoth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336987.svg" alt="Battleforwesnoth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336987.svg" alt="Battleforwesnoth icon" :width="24" :height="24" />
CSS background
.icon-battleforwesnoth {
background-image: url('https://proicons.com/icon/336987.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><path class="a" d="M24.18,42.5c4.5-3.65,11.36-7.11,11.36-21.86l0-9.2c-4,0-7.49-1.88-11.4-3.48-3.69,1.53-7.61,3.5-11.85,3.46v9.27C12.45,34.75,19,39,24.18,42.5Z"/><path class="a" d="M24.18,14.28a39.65,39.65,0,0,1-6.94,1.77c-.47,8.27,2.47,14,6.94,18.39C28.73,30,30.75,24,30.68,16.37A26.8,26.8,0,0,1,24.18,14.28Z"/><path class="a" d="M33.3,32.74c3.86,3,5.93,6.45,8,9.72a29.35,29.35,0,0,1-9.51-7.11"/><path class="a" d="M14.56,32.41c-3.94,3.4-6.73,6.6-8.08,9.83,3.36-2,6.34-3.64,9.43-7.33"/><line class="a" x1="6.73" y1="5.83" x2="12.33" y2="11.42"/><line class="a" x1="11.37" y1="10.46" x2="14.64" y2="7.67"/><line class="a" x1="8.58" y1="13.73" x2="11.37" y2="10.46"/><line class="a" x1="41.17" y1="5.84" x2="35.58" y2="11.44"/><line class="a" x1="36.54" y1="10.48" x2="39.33" y2="13.75"/><line class="a" x1="33.27" y1="7.68" x2="36.54" y2="10.48"/></svg>
Copied!