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/310427.svg" alt="Playstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310427.svg" alt="Playstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310427.svg" alt="Playstore icon" :width="24" :height="24" />
CSS background
.icon-playstore {
background-image: url('https://proicons.com/icon/310427.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="M3.63692 3.4339L12.3774 12.0051L3.70205 20.6544C3.56068 20.4696 3.45066 20.2627 3.37639 20.0422C3.3371 19.7919 3.3371 19.537 3.37639 19.2867V12.0051C3.37639 9.53012 3.37639 7.05516 3.37639 4.56717C3.35022 4.17204 3.44082 3.77793 3.63692 3.4339Z" fill="black"/> <path d="M16.1421 8.2666L13.2893 11.0933L4.65302 2.60024C4.93303 2.50259 5.23286 2.47574 5.52577 2.52208C5.98569 2.64834 6.42457 2.84145 6.82838 3.09523L14.6441 7.4199C15.1521 7.69345 15.6471 7.98002 16.1421 8.2666Z" fill="black"/> <path d="M13.2893 12.93L16.129 15.7176L14.0708 16.8639L7.79223 20.3549C7.27119 20.6414 6.75014 20.915 6.24213 21.2276C6.02485 21.3631 5.78112 21.4507 5.52726 21.4844C5.27341 21.5181 5.01528 21.4971 4.77017 21.423L13.2893 12.93Z" fill="black"/> <path d="M20.6491 12.0051C20.6568 12.3548 20.5687 12.6999 20.3941 13.003C20.2196 13.3062 19.9654 13.5557 19.6591 13.7246L17.3144 15.0272L14.2272 12.0051L17.3274 8.93094C18.122 9.37383 18.9036 9.81671 19.6851 10.2336C19.9968 10.4076 20.2527 10.6664 20.4233 10.9799C20.5939 11.2934 20.6722 11.6489 20.6491 12.0051Z" fill="black"/> </svg>
Copied!