Melon Playground Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Melon Playground 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/343616.svg" alt="Melon Playground icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343616.svg" alt="Melon Playground icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343616.svg" alt="Melon Playground icon" :width="24" :height="24" />
CSS background
.icon-melon-playground {
background-image: url('https://proicons.com/icon/343616.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="l" cx="23.7695" cy="25.784" r="1.1486"/><circle id="d" class="l" cx="23.7695" cy="25.784" r="3.3501"/><circle id="e" class="l" cx="36.5447" cy="20.0719" r="1.1486"/><circle id="f" class="l" cx="36.5447" cy="20.0719" r="3.3501"/><path id="g" class="l" d="m22.6857,34.2003l19.3148-9.4381"/><path id="h" class="l" d="m39.7661,20.9916c.1053,1.8406.6521,3.2783,2.2345,3.7706"/><path id="i" class="l" d="m35.35,15.59l-24.821,12.3746-4.0845-7.8927C2.3347,8.617,22.8212-1.6836,32.716,12.1291c.8059,1.125,3.5376-2.8924,4.6698-.7445.3469.7445-.1798,3.1711-2.0358,4.2054Z"/><path id="j" class="l" d="m35.35,15.59l1.1947,1.1317"/><path id="k" class="l" d="m42.0006,24.7622c.6673,9.3467-2.0372,17.0039-15.9796,17.7082-10.4476.5277-14.0642-6.0667-15.492-14.5058"/></svg>
Copied!