Lovegame Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lovegame 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/328690.svg" alt="Lovegame icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328690.svg" alt="Lovegame icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328690.svg" alt="Lovegame icon" :width="24" :height="24" />
CSS background
.icon-lovegame {
background-image: url('https://proicons.com/icon/328690.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="M15.1616,5.3372a10.6483,10.6483,0,0,0-8.27,17.3719h0L23.9685,42.7537,40.8775,22.909l.0842-.0947.0842-.1052h0A10.6589,10.6589,0,1,0,23.9685,9.9984a10.6272,10.6272,0,0,0-8.7964-4.6612Z"/><path class="a" d="M19.2137,25.6974a3.1567,3.1567,0,1,0,0-6.3133h0a3.1567,3.1567,0,1,0,0-6.3132m-5.241,1.1048c.9529-.7892,1.9058-1.1048,3.9705-1.1048h1.27m-5.241,11.5214c.9529.7891,1.747,1.1048,3.9705,1.1048h1.27"/><path class="a" d="M33.5963,14.63a3.8942,3.8942,0,0,0-3.4723-1.5588h-.3157A4.2178,4.2178,0,0,0,25.5468,17.28v4.2088m8.523,0a4.2354,4.2354,0,0,1-4.2615,4.2089h0A4.2092,4.2092,0,1,1,34.07,21.4885Z"/></svg>
Copied!