Mediamonkey Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mediamonkey 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/328995.svg" alt="Mediamonkey icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328995.svg" alt="Mediamonkey icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328995.svg" alt="Mediamonkey icon" :width="24" :height="24" />
CSS background
.icon-mediamonkey {
background-image: url('https://proicons.com/icon/328995.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="M19.7629,18.5156c-2.8248,1.5491-5.2851,2.87-7.9276,2.87A4.3334,4.3334,0,0,1,7.507,17.3766a5.27,5.27,0,0,1,1.868-4.0321c.9112-.6151,1.14-1.2062.6737-1.8628-.5314-.7482-1.6988-.2786-2.2-.028A6.1623,6.1623,0,0,0,4.5,17.331c0,4.1916,2.9977,7.5118,6.9489,7.5118,2.6425,0,4.1918-.42,7.4632-1.97,1.272-.6025,1.8593-.2357,2.0812.226.3539.7366-.7126,1.12-1.1165,1.3166-.7974.3873-3.121.4784-3.2576,1.4124a30.581,30.581,0,0,0,.0569,3.7816s-3.1892.5809-2.9728,1.9932,1.4465,1.5263,2.54,1.5149,3.9752-1.2529,3.9638-2.5741.672-1.7086,1.15-1.7086,2.5172.82,2.6425,1.5833a1.2814,1.2814,0,0,1-.6151,1.56c-.6492.4556-1.9477,1.23-1.8794,1.9591a1.8421,1.8421,0,0,0,1.4124,1.5377s.8087,2.21,1.8566,2.21,1.3327-1.1276,1.253-1.7882a2.7352,2.7352,0,0,0-.2279-.9227,3.7148,3.7148,0,0,0,2.2325-3.3259,7.86,7.86,0,0,0-.4214-3.6562,9.1152,9.1152,0,0,0,1.0365-4.1c-.08-2.0616-.3531-2.5172.5353-3.5765s4.0094-4.6814,7.8023-4.6814,3.8043,2.87,3.8043,3.6449a11.1608,11.1608,0,0,1-1.1276,3.4854,1.08,1.08,0,0,0,.2271,1.5259c.4215.2961.9119.194,1.4017-.273a7.5038,7.5038,0,0,0,2.21-5.0459c0-2.6311-2.3122-6.8683-6.6746-6.8683s-9.3628,4.1233-9.3628,4.1233a5.9579,5.9579,0,0,0,.3987-2.3122c-.3355-1.942-2.4261-3.5993-5.3079-3.5993s-4.4877,3.28-4.4877,5.0914A4.4778,4.4778,0,0,0,19.7629,18.5156Z"/></svg>
Copied!