Dead Cells Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dead Cells 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/324342.svg" alt="Dead Cells icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324342.svg" alt="Dead Cells icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324342.svg" alt="Dead Cells icon" :width="24" :height="24" />
CSS background
.icon-dead-cells {
background-image: url('https://proicons.com/icon/324342.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="M22.8317,3.5c-8.9017.6807-13.3525,9.3729-10.9438,16.7037,8.2733-.1309,12.3576,12.0434,5.1479,12.0434,0,5.8646,3.1254,12.2529,10.0897,12.2529s9.6347-5.9693,9.6347-10.2107c0-10.0013-9.3206-9.6086-10.682-16.7561-4.4508,3.3512-12.9336-5.1839-3.2465-14.0332Z"/><path class="b" d="M31.3564,14.2605c-2.3693,2.6408-.6664,8.4161,2.2459,8.4161,1.5055,0,2.32-.9625,2.32-2.1719,0-2.8136-4.5166-1.234-4.5659-6.2442Z"/><path class="b" d="M33.6446,33.2158c-4.7388-.2836-5.7861-2.0628-6.1264-8.5089-.3404,6.4462-1.3876,8.2253-6.1264,8.5089,4.7388.2836,5.7861,2.0628,6.1264,8.5089.3404-6.4462,1.3876-8.2253,6.1264-8.5089Z"/></svg>
Copied!