Uptodown App Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uptodown App Store 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/334577.svg" alt="Uptodown App Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334577.svg" alt="Uptodown App Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334577.svg" alt="Uptodown App Store icon" :width="24" :height="24" />
CSS background
.icon-uptodown-app-store {
background-image: url('https://proicons.com/icon/334577.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m13.4815,5.4959c-3.9,0-6.84,3.1-7,7l-.98,23c-.2,3.9,3.1,7,7,7h23c3.9,0,7.16-3.1,7-7l-.98-23c-.2-3.9-3.1-7-7-7,0,1.1-.086,3.403-.87,4.903-1,1.9-3,3.1-5.2,3.1h-9c-2.3,0-4.2-1.3-5.2-3.1-.79-1.4-.77-3.803-.77-4.903Z"/><line class="c" x1="13.1" y1="5.4959" x2="34.14" y2="5.4959"/><polygon class="c" points="14.1 27.7916 17.4 24.2916 20.7 27.7916 24 24.2916 27.3 27.7916 30.6 24.2916 33.9 27.7916 23.9 37.2916 14.1 27.7916"/><rect class="c" x="21.8851" y="19.1858" width="4.2298" height="4.2298" transform="translate(22.0913 -10.7317) rotate(45)"/></svg>
Copied!