Weplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weplay 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/349646.svg" alt="Weplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349646.svg" alt="Weplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349646.svg" alt="Weplay icon" :width="24" :height="24" />
CSS background
.icon-weplay {
background-image: url('https://proicons.com/icon/349646.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="k" d="M9.5,5.5h29c2.2159996,0,4,1.78399992,4,4v29c0,2.2159996-1.7840004,4-4,4H9.5c-2.21600008,0-4-1.7840004-4-4V9.5c0-2.21600008,1.78399992-4,4-4Z"/><path id="f" class="k" d="M5.65999985,18.55800056c2.20888042-3.55827808,6.11610508-5.70414257,10.3039999-5.6590004.11399937.00199986-.52299976-1.74300003.98400021-2.45800018,1.28999901-.61299992,2.96299934-.62800026,4.77899933,2.07499981,1.10300064,1.6420002,2.14699936,2.11499977,4.0529995,2.6260004h0l4.15299988,1.11199951c6.39139175,1.69783211,10.1962738,8.25544357,8.4984436,14.64683723-.00444412.01673126-.00892639.03345108-.01344299.05016327l-3.04999924,11.38000107"/><path id="g" class="k" d="M17.63599968,17.79599953c-4.34000015-1.16300011-8.67300034,1.03700066-9.71700001,4.93300056-1.04400015,3.89500046,1.60999966,7.96699905,5.94900036,9.13000107,4.57999992,1.22700119,5.04800034-.90200043,6.34700012-.55400085s.63999939,2.42599869,5.21999931,3.65299988c4.3390007,1.1629982,8.67300224-1.03699875,9.71700096-4.93199921,1.04299927-3.89599991-1.61000061-7.96800041-5.95000076-9.13000107l-11.56599998-3.10000038h0"/><path id="h" class="k" d="M23.53700066,29.08099937c-.71201324.36443138-1.68096924.43021011-2.62199974.1779995-.94111443-.25200081-1.74747276-.79339409-2.18199921-1.46500015"/><path id="i" class="k" d="M30.09399986,26.38999939l-2.52499962,1.52099991,1.42700005,2.57900047"/><path id="j" class="k" d="M16.78800011,24.70999908c-.31319809,1.17110825-1.51646709,1.86658096-2.68757439,1.55338097-.00047493-.00012589-.00095081-.00025368-.00142574-.00038147-1.17096996-.31371307-1.86591244-1.51728821-1.55219936-2.68825722.00006676-.00024796.00013256-.000494.00019932-.00074196.31380558-1.17076111,1.51717377-1.86556244,2.68799973-1.55200005,1.17110729.31319809,1.86658001,1.51646614,1.55338192,2.68757439-.00012589.00047493-.00025368.00094986-.00038147.00142479h0"/></svg>
Copied!