Apk Extractor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apk Extractor 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/321916.svg" alt="Apk Extractor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321916.svg" alt="Apk Extractor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321916.svg" alt="Apk Extractor icon" :width="24" :height="24" />
CSS background
.icon-apk-extractor {
background-image: url('https://proicons.com/icon/321916.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><rect class="a" x="5.5" y="14.5" width="37" height="27"/><polyline class="a" points="5.5 14.5 10.5 6.5 37.5 6.5 42.5 14.5"/><line class="a" x1="24" y1="6.5" x2="24" y2="18.5"/><path class="a" d="M19.3144,32.221a1.6133,1.6133,0,1,1,1.6133-1.6133A1.6132,1.6132,0,0,1,19.3144,32.221Z"/><path class="a" d="M28.7038,32.221a1.6133,1.6133,0,1,1,1.6132-1.6133A1.6134,1.6134,0,0,1,28.7038,32.221Z"/><path class="a" d="M24,22.2888h0a11.5,11.5,0,0,1,11.5,11.5V35.43a0,0,0,0,1,0,0h-23a0,0,0,0,1,0,0V33.7888A11.5,11.5,0,0,1,24,22.2888Z"/><line class="a" x1="14.0694" y1="20.5697" x2="17.3365" y2="24.4154"/><line class="a" x1="33.9306" y1="20.5697" x2="30.6635" y2="24.4154"/></svg>
Copied!