Slay The Spire Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slay The Spire 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/332881.svg" alt="Slay The Spire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332881.svg" alt="Slay The Spire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332881.svg" alt="Slay The Spire icon" :width="24" :height="24" />
CSS background
.icon-slay-the-spire {
background-image: url('https://proicons.com/icon/332881.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M32.204,43.5c-14.811-1.5472-20.02-12.8858-20.7992-15.3661a6.1144,6.1144,0,0,0,2.0906.39s-2.9056-5.7047-3.65-8.8582a19.433,19.433,0,0,0,2.1259.2834S8.6056,13.4646,9.1725,7.122c6.0236,3.756,12.4016,7.7245,20.48,8.7166C33.6922,13.2874,35.8182,4.5,35.8182,4.5A20.2984,20.2984,0,0,1,38.83,14.8819c.2835,6.6614-.1657,18.2008-6.626,28.6181"/><path class="a" d="M38.7109,13.2888C37.59,17.9646,32.96,23.7756,32.96,23.7756c-7.3228-.2362-19.633-7.6339-23.5409-11.6831"/><path class="a" d="M32.96,23.7756c.4725,5.48-.7559,19.7244-.7559,19.7244"/><path class="a" d="M37.14,24.5261c-.3059,1.9664-2.0538,4.1732-2.6656,6.664"/><path class="a" d="M15.6185,24.7446c4.4136,6.3362,11.3179,3.1135,12.7381,10.0069C24.686,31.8237,17.6942,34.249,15.6185,24.7446Z"/></svg>
Copied!