Google Play Games Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Play Games 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/341240.svg" alt="Google Play Games icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341240.svg" alt="Google Play Games icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341240.svg" alt="Google Play Games icon" :width="24" :height="24" />
CSS background
.icon-google-play-games {
background-image: url('https://proicons.com/icon/341240.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m41.0546,27.7377c1.3497-.7268,2.2842-2.1803,2.2842-3.7377-.1038-1.5574-1.0383-3.0109-2.388-3.7377h0L15.2022,5.623c-.623-.4153-1.4536-.623-2.2842-.623-1.9727,0-3.7377,1.3497-4.153,3.1148h0c-.1038.3115-.1038.7268-.1038,1.1421v29.5902c0,.4153,0,.7268.1038,1.1421v-.1038h0c.5191,1.765,2.1803,3.1148,4.153,3.1148.8306,0,1.5574-.2077,2.1803-.6229h0l25.9563-14.6393Z"/><polyline class="b" points="8.6612 31.8224 19.3485 31.8224 23.4247 37.681"/><path class="b" d="m8.6612,16.1776h10.2971c3.5932,0,6.7456,2.3957,7.7078,5.8577l3.3339,11.5909"/><g><circle class="b" cx="19.3485" cy="27.15" r="1.35"/><circle class="b" cx="19.3485" cy="20.85" r="1.35"/><circle class="b" cx="16.1985" cy="24" r="1.35"/><circle class="b" cx="22.4985" cy="24" r="1.35"/></g></svg>
Copied!