Battles 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battles 2 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/336991.svg" alt="Battles 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336991.svg" alt="Battles 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336991.svg" alt="Battles 2 icon" :width="24" :height="24" />
CSS background
.icon-battles-2 {
background-image: url('https://proicons.com/icon/336991.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M5.833,24.3677s-1.3404-9.6269.6888-13.7311c1.1195-2.2644,3.467-4.6184,7.78-4.7966,7.012.0272,14.1011-.4033,18.5507-.4033,5.3786,0,8.389,3.0903,9.1575,5.9583.7995,2.9839.1178,12.6567.1178,12.6567-7.4925-13.3628-27.7468-11.7694-36.2949.316ZM37.2885,41.7315c-1.4502.3104-22.9462,1.4085-26.6163,0-3.67-1.4085-4.7526-3.1135-4.8393-10.4037,3.2393-19.6529,35.5135-16.3882,36.2949.2466.5545,8.1159-3.3891,9.8468-4.8393,10.1571ZM9.7763,26.1506s-1.5608,8.232,1.067,11.2091c8.9671,7.1177,18.4064,6.1261,27.1585.1946,1.8-1.2199,1.1731-11.547,1.1731-11.547M21.2733,38.5842l3.2008,1.8612M38.9238,26.8547l-5.8188,1.2287s.5218,4.2204-1.4414,4.6369c-1.9632.4164-3.4643-3.7647-3.4643-3.7647,0,0,.1025,5.5626,2.5812,6.1156,10.4313,2.5593,8.4953-8.1302,8.1433-8.2165ZM20.1758,28.5101s-3.4182,5.2556-5.172,3.4003c-1.7538-1.8553-.1505-4.3892-.1505-4.3892l-5.0593-.234c-.8918,1.6839-1.6652,10.8135,8.7898,7.3533.9263-1.5769,1.592-6.1304,1.592-6.1304ZM22.8513,23.9218l-5.3572-2.7905-3.9915,2.4563,5.7974,2.4734,3.5513-2.1391ZM35.4457,23.3686l-5.1845-1.7443-3.9255,2.5519,3.4914,2.1997,5.6187-3.0072ZM21.0128,18.1952l4.0005,3.9632,4.1678-3.5381M28.1993,12.587l-4.3911-4.6222-4.8533,4.6222M23.9804,14.712v3.0995"/></svg>
Copied!