Battleheart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battleheart 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/336988.svg" alt="Battleheart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336988.svg" alt="Battleheart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336988.svg" alt="Battleheart icon" :width="24" :height="24" />
CSS background
.icon-battleheart {
background-image: url('https://proicons.com/icon/336988.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.56,27.33c3-1.13,6-1.8,9.18-.53l.68,6.77a15,15,0,0,1-3.94,5.32,11.3,11.3,0,0,1-5.66-5.75Z"/><path class="a" d="M26.13,20.26a2.1,2.1,0,0,1,2.81-1,3,3,0,0,1,1.35,3.13A2.46,2.46,0,0,1,28,24.64"/><path class="a" d="M28,24.64l0,1.69"/><path class="a" d="M26.13,20.26l-1.49.14,1-6.76c-.29-1.05-1.41-2-1.88-1.64C21.87,18.77,20,25.55,19.66,32.71L12,42c1.9.21,3.84.51,5.35,0L24,36.64a1.33,1.33,0,0,1,2,.17l7.08,6.58c1.71.35,2.6-.2,2.91-.76l-4-5.31"/><path class="a" d="M25.66,13.64c.94.11,3.22,1,.38-1.87C25,10.69,22.92,9.34,23.78,12"/><path class="a" d="M26.39,12.15l6.23-4.81.71-2.84L30,5.2l-4.64,6"/></svg>
Copied!