Apkmirror Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apkmirror 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/336479.svg" alt="Apkmirror icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336479.svg" alt="Apkmirror icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336479.svg" alt="Apkmirror icon" :width="24" :height="24" />
CSS background
.icon-apkmirror {
background-image: url('https://proicons.com/icon/336479.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,.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="24 19.385 20.036 7.186 15.919 19.385"/><line class="a" x1="17.2911" y1="15.2678" x2="22.6279" y2="15.2678"/><polyline class="a" points="32.082 19.385 28.118 7.187 24.001 19.385"/><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M20.64,22.096h6.72v6.6051h4.1858L27.778,32.5893,24,36.4775l-3.7729-3.8882-3.7681-3.8882H20.64ZM16.291,38.489H31.709"/></svg>
Copied!