Joiplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Joiplay 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/327709.svg" alt="Joiplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327709.svg" alt="Joiplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327709.svg" alt="Joiplay icon" :width="24" :height="24" />
CSS background
.icon-joiplay {
background-image: url('https://proicons.com/icon/327709.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.995,31.9791c.2651,2.0653-3.722,5.4781-3.722,8.4271a7.0212,7.0212,0,0,0,.5743,2.7611C10.9131,45.3542,6.44,36.1761,6.7051,32.6639c.7289.7952,1.723,2.0874,3.9275,1.5572a11.8828,11.8828,0,0,1,.0154-13.7837s-.2982,3.3466,1.723,5.2352c0-3.6116,2.9158-5.5,2.9158-7.8859a8.1282,8.1282,0,0,0-1.06-4.0423s4.3737-.2982,5.8978,2.6507C20.2237,12.2533,23.7359,5.991,29.5013,4.5c-3.5122,3.7441,3.91,12.69,3.91,12.69a4.685,4.685,0,0,0,1.0271-3.6116C38.3811,16.4614,37.2877,26.07,37.2877,26.07s1.59.1657,3.5785-2.2531c1.69,7.0244-1.5573,15.6392-8.5817,18.2568-1.0272-5.434-3.4459-17.0309-3.4459-19.6816s3.214-4.2411,3.214-4.2411-11.1662,2.2531-11.1662,6.925c0,0-3.38,1.8886-3.5619,2.6838a3.2855,3.2855,0,0,0,0,1.4579s4.9536-3.4956,7.919-.8449c.1657,1.1928-1.6235,2.6342-4.1086,2.6342s-2.9489-.9112-2.9489-.9112c-.0166,1.3916,1.5573,5.7588,1.5573,4.4068a1.7754,1.7754,0,0,1,2.0046-1.8886A9.8659,9.8659,0,0,0,24.995,31.9791Z"/></svg>
Copied!