Google Play Store Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Play Store Alt 2 icon is commonly used in media players, video thumbnails and tutorial listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/326685.svg" alt="Google Play Store Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326685.svg" alt="Google Play Store Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326685.svg" alt="Google Play Store Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-google-play-store-alt-2 {
background-image: url('https://proicons.com/icon/326685.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="M18.92,23.23a3.09,3.09,0,0,1,.86.32l8.93,5L26.23,31l-8-7.64A1.12,1.12,0,0,1,18.92,23.23Zm-.69.16,8,7.64-8,7.62a1.81,1.81,0,0,1-.45-1.42V24.82a1.76,1.76,0,0,1,.45-1.42ZM28.71,28.5l2.94,1.64c1.05.58,1.05,1.19,0,1.78l-2.94,1.63L26.23,31l2.48-2.52Zm0,5-8.93,5c-.49.27-1.15.5-1.54.15l8-7.62Z"/><path class="a" d="M41.38,19.84H33.52l-7.77-13a2,2,0,0,0-3.5,0l-7.77,13H6.62a3.12,3.12,0,0,0-3,3.93L8,40.08a2.84,2.84,0,0,0,2.74,2.1H37.24A2.84,2.84,0,0,0,40,40.08l4.41-16.31A3.12,3.12,0,0,0,41.38,19.84ZM24,11.84l4.77,8H19.23Z"/></svg>
Copied!