Playstore Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Playstore 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/310477.svg" alt="Playstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310477.svg" alt="Playstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310477.svg" alt="Playstore icon" :width="24" :height="24" />
CSS background
.icon-playstore {
background-image: url('https://proicons.com/icon/310477.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.7238 11.8325L3.77866 20.5421C3.5869 20.2137 3.48977 19.8385 3.49801 19.4583V11.9777C3.49801 9.5293 3.49801 7.08092 3.49801 4.64222C3.47581 4.15009 3.62265 3.66518 3.91414 3.26804L11.7238 11.8325Z" fill="#4285F5"/> <path d="M15.3431 7.8648L11.7238 11.8325L3.91415 3.26805C4.2276 2.87353 4.67644 2.60953 5.17356 2.52727C5.67069 2.44501 6.18064 2.55037 6.60446 2.82289C9.38187 4.47772 12.198 6.06481 15.0044 7.66158L15.3431 7.8648Z" fill="#00AE45"/> <path d="M19.3496 13.7487C18.3334 14.3486 17.3076 14.9293 16.2915 15.5196L15.5076 15.9744L11.7238 11.8325L15.3431 7.86481L19.3496 10.2067C19.693 10.3582 19.985 10.6062 20.19 10.9206C20.395 11.2351 20.5042 11.6023 20.5042 11.9777C20.5042 12.353 20.395 12.7203 20.19 13.0347C19.985 13.3492 19.693 13.5972 19.3496 13.7487Z" fill="#FFBB00"/> <path d="M15.5076 15.9744L6.53671 21.1712C6.13744 21.4394 5.65263 21.5493 5.17674 21.4795C4.70086 21.4097 4.268 21.1653 3.96253 20.7938C3.89585 20.714 3.83443 20.6299 3.77866 20.5422L11.7238 11.8325L15.5076 15.9744Z" fill="#EB4132"/> </svg>
Copied!