Amazon Appstore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Appstore 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/321669.svg" alt="Amazon Appstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321669.svg" alt="Amazon Appstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321669.svg" alt="Amazon Appstore icon" :width="24" :height="24" />
CSS background
.icon-amazon-appstore {
background-image: url('https://proicons.com/icon/321669.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="M19.3559,23.475a2,2,0,0,0,2,2h0a2,2,0,0,0,2-2v-1.3a2,2,0,0,0-2-2h0a2,2,0,0,0-2,2"/><line class="a" x1="19.3559" y1="20.175" x2="19.3559" y2="28.175"/><path class="a" d="M25.4185,23.475a2,2,0,0,0,2,2h0a2,2,0,0,0,2-2v-1.3a2,2,0,0,0-2-2h0a2,2,0,0,0-2,2"/><line class="a" x1="25.4185" y1="20.175" x2="25.4185" y2="28.175"/><path class="a" d="M17.1751,23.475a2,2,0,0,1-2,2h0a2,2,0,0,1-2-2v-1.3a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2"/><line class="a" x1="17.1751" y1="25.475" x2="17.1751" y2="20.175"/><path class="a" d="M31.4092,25.0278a2.249,2.249,0,0,0,1.6448.4472h.4487a1.3236,1.3236,0,0,0,1.3222-1.325h0a1.3236,1.3236,0,0,0-1.3222-1.325h-.8974A1.3235,1.3235,0,0,1,31.2832,21.5h0a1.3235,1.3235,0,0,1,1.3221-1.325h.4487a2.2494,2.2494,0,0,1,1.6449.4472"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M32.2807,29.7009c1.112-.451,3.0916-1.0492,3.6872-.3272.6446.7814-.17,2.4769-.92,3.7942"/><path class="a" d="M11.7984,30.2234c1.7586,1.3965,6.9532,3.5343,12.4876,3.5343a17.0029,17.0029,0,0,0,10.1671-3.0789"/></svg>
Copied!