Aptoide Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aptoide 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/321988.svg" alt="Aptoide icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321988.svg" alt="Aptoide icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321988.svg" alt="Aptoide icon" :width="24" :height="24" />
CSS background
.icon-aptoide {
background-image: url('https://proicons.com/icon/321988.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><path class="a" d="M24,19.54,5.82,6.6a.84.84,0,0,0-1.32.69V24.7a4.57,4.57,0,0,0,1.7,3.57L21.36,40.61a4.16,4.16,0,0,0,5.28,0L41.8,28.27a4.57,4.57,0,0,0,1.7-3.57V7.29a.84.84,0,0,0-1.32-.69Z"/><line class="a" x1="8.78" y1="30.37" x2="24" y2="19.54"/></svg>
Copied!