Google Play Games Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Play Games Alt 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/326682.svg" alt="Google Play Games Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326682.svg" alt="Google Play Games Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326682.svg" alt="Google Play Games Alt icon" :width="24" :height="24" />
CSS background
.icon-google-play-games-alt {
background-image: url('https://proicons.com/icon/326682.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M41.59,18h0a7.28,7.28,0,0,0-12.24-4.34H18.67a7.29,7.29,0,0,0-5-2h0A7.3,7.3,0,0,0,6.42,18h0L4.51,33.24c-.32,3.89,6.53,4,7.81,1.32l4.17-8.92h15l4.17,8.92c1.28,2.66,8.13,2.57,7.81-1.32Zm-4.68-.47h0a1.42,1.42,0,1,1-1.41,1.42h0A1.42,1.42,0,0,1,36.91,17.49Zm-7.2,1.42a1.42,1.42,0,0,1,1.42-1.42h0a1.42,1.42,0,1,1-1.42,1.42ZM12.23,22.05V20.33H10.51a.87.87,0,0,1-.87-.87V18.37a.87.87,0,0,1,.87-.88h1.72V15.78a.87.87,0,0,1,.87-.87h1.09a.87.87,0,0,1,.88.87v1.71h1.71a.87.87,0,0,1,.87.88v1.09a.87.87,0,0,1-.87.87H15.07v1.72a.87.87,0,0,1-.88.87H13.1a.86.86,0,0,1-.23-.05l-.5-.38A.85.85,0,0,1,12.23,22.05Zm23.21-.24h0A1.42,1.42,0,1,1,34,20.39h0A1.42,1.42,0,0,1,35.44,21.81ZM34,14.6A1.43,1.43,0,0,1,35.44,16h0A1.42,1.42,0,1,1,34,14.6Z"/></svg>
Copied!