Appkiller Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Appkiller 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/321954.svg" alt="Appkiller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321954.svg" alt="Appkiller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321954.svg" alt="Appkiller icon" :width="24" :height="24" />
CSS background
.icon-appkiller {
background-image: url('https://proicons.com/icon/321954.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;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M45.5,23.9998c-.0001,8.6958-5.2383,16.5353-13.2721,19.8631-8.0339,3.3276-17.2813,1.4882-23.4302-4.6606C2.6489,33.0534.8095,23.806,4.1371,15.7721,7.4649,7.7383,15.3045,2.5001,24.0002,2.5"/><circle class="c" cx="30.6439" cy="3.5519" r=".75"/><circle class="c" cx="36.6369" cy="6.6057" r=".75"/><circle class="c" cx="41.394" cy="11.3627" r=".75"/><circle class="c" cx="44.448" cy="17.3557" r=".75"/><path class="b" d="M31.9999,15.9997L15.9998,31.9998"/><path class="b" d="M15.9998,15.9997l16.0001,16.0001"/></svg>
Copied!