Die Again Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Die Again 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/324506.svg" alt="Die Again icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324506.svg" alt="Die Again icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324506.svg" alt="Die Again icon" :width="24" :height="24" />
CSS background
.icon-die-again {
background-image: url('https://proicons.com/icon/324506.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.0408,40.2289l23.9331-11.5903-2.9811-6.1245-2.2587,1.061"/><path class="b" d="M18.9715,25.6898l2.771,5.4371"/><path class="b" d="M17.5237,42.8954l-2.3425,1.1046-3.1322-6.6425,8.8438-4.1702"/><path class="b" d="M26.8453,19.1088l4.0937-1.9391"/><path class="b" d="M36.3013,25.8897l-4.8657,2.3806"/><path class="b" d="M33.8675,27.0791l-4.5731-9.131"/><path class="b" d="M10.1153,23.7282l4.9112-2.3845"/><path class="b" d="M17.1513,7.5396l7.4845-3.5396"/><path class="b" d="M16.193,9.9389l4.2054,8.695"/><path class="b" d="M15.4001,19.1105l4.2216-2.0836"/><path class="b" d="M26.9504,4.1405l5.2806,11.2787"/><path class="b" d="M22.805,15.3926l7.6776-3.7083"/><path class="b" d="M8.4365,22.5165l-2.4104,1.1985,2.5659,5.1605,8.7152-4.3333"/><path class="b" d="M18.4596,14.6238l10.9555-5.2179"/><path class="b" d="M16.8583,11.3109l11.0472-5.1317"/><path class="b" d="M24.7872,10.4353l2.2472-1.0284"/><path class="b" d="M19.2852,11.3109l2.2472-1.1046"/></svg>
Copied!