Google Play Console Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Play Console 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/326679.svg" alt="Google Play Console icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326679.svg" alt="Google Play Console icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326679.svg" alt="Google Play Console icon" :width="24" :height="24" />
CSS background
.icon-google-play-console {
background-image: url('https://proicons.com/icon/326679.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:#000;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"/><g><g><circle class="b" cx="14.5702" cy="29" r="1.8044"/><circle class="b" cx="20.742" cy="22.8282" r="1.8044"/><circle class="b" cx="26.1938" cy="28.0135" r="1.8044"/><circle class="b" cx="33.4298" cy="21.65" r="1.8044"/></g><line class="b" x1="15.8462" y1="27.7241" x2="19.4661" y2="24.1041"/><line class="b" x1="27.5248" y1="26.8012" x2="32.099" y2="22.8621"/><line class="b" x1="21.9861" y1="24.1325" x2="24.9498" y2="26.7091"/></g></svg>
Copied!