Melonds Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Melonds 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/343617.svg" alt="Melonds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343617.svg" alt="Melonds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343617.svg" alt="Melonds icon" :width="24" :height="24" />
CSS background
.icon-melonds {
background-image: url('https://proicons.com/icon/343617.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43,27.67,27.67,43a5.18,5.18,0,0,1-7.34,0L5,27.67a5.18,5.18,0,0,1,0-7.34L20.33,5a5.18,5.18,0,0,1,7.34,0L43,20.33A5.18,5.18,0,0,1,43,27.67Z"/><rect class="a" x="9.21" y="14.71" width="21" height="10" rx="2" transform="translate(-8.17 19.71) rotate(-45)"/><rect class="a" x="18.4" y="23.9" width="21" height="10" rx="2" transform="translate(-11.97 28.9) rotate(-45)"/><rect class="a" x="23.17" y="30.64" width="4" height="4" transform="translate(-15.71 27.36) rotate(-45)"/><rect class="a" x="30.64" y="23.17" width="4" height="4" transform="translate(-8.24 30.45) rotate(-45)"/><rect class="a" x="15.21" y="17.71" width="9" height="4" transform="translate(-8.17 19.71) rotate(-45)"/></svg>
Copied!