Cuphead Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cuphead 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/324174.svg" alt="Cuphead icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324174.svg" alt="Cuphead icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324174.svg" alt="Cuphead icon" :width="24" :height="24" />
CSS background
.icon-cuphead {
background-image: url('https://proicons.com/icon/324174.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M41.9022,12.9664c1.6425,2.5052,2.5978,5.5016,2.5978,8.721,0,8.796-7.1305,15.9265-15.9265,15.9265s-15.1668-7.041-16.849-14.3668c11.0702-9.2252,22.044-10.0338,30.1777-10.2807Z"/><path class="c" d="M20.7823,17.3813s-3.9569-5.0416-4.9879-6.9951c-6.7832,1.9536-12.2098,3.4976-12.2098,3.4976-.3256,3.6655.2171,5.6191,2.8761,7.1928,3.0389-.4884,6.0777-2.6047,6.0777-2.6047,0,0,1.0164,1.6822,2.0005,2.6047"/><path class="c" d="M12.1412,24.7607c-3.8354,2.3935-3.7811,6.8432-1.4477,9.5022s6.3172,1.6175,8.8294.5374"/><path class="c" d="M27.8412,30.4104c3.7546.5842,7.0067-2.0873,7.8039-.8956s-.3205,5.8026-7.2382,5.6624-8.149-2.7333-7.8434-4.0657c.6001-2.617,2.8721-1.3864,7.2777-.701Z"/><path class="c" d="M13.8053,28.5389c-1.1447.9759-.9932,2.3884-.1136,3.3907s2.1997,1.0323,3.1467.6252"/><ellipse class="c" cx="38.5724" cy="23.2471" rx="2.6047" ry="1.6008" transform="translate(-3.936 8.3712) rotate(-11.7892)"/><path class="c" d="M17.0389,19.4213c1.6452,7.4344,8.2113,10.2019,13.7193,8.6011s7.2034-8.0492,4.47-14.6335"/><path class="c" d="M44.4525,20.453c-1.2133,3.1468-2.4954,3.585-3.7536,3.4337"/><path class="c" d="M26.1028,21.3301c.5069-1.0368,1.2211-1.8202,1.2211-1.8202-.7143-1.6128-2.1197-2.5345-3.2718-1.6359s-.7834,3.387,0,4.9998,2.355,3.1684,3.4839,2.2929.7374-2.1319.5761-2.91l-2.0094-.9266Z"/><path class="c" d="M36.491,18.8891l.0097.0097c.0581.2032.1258.3774.2032.5613.4258.9968,1.171,1.9742,1.8677,2.1581h.0097"/><path class="c" d="M39.1136,21.5891h.0097c.0871-.029.1645-.0774.2419-.1452.8613-.7548.5613-1.8484.4355-2.5161l-1.529-.8032c.3871-.9.929-1.5774.929-1.5774-.5419-1.3935-1.6161-2.1968-2.4968-1.4129-.3097.271-.4742.7161-.5323,1.2484"/><path class="c" d="M13.6749,20.1094c.7765-2.3703,3.6867-4.3687,6.0166-4.1428"/><path class="c" d="M10.4625,11.918c-.5695,2.6669,2.076,6.5536,2.076,6.5536"/><path class="c" d="M6.548,13.0384c-.0126,2.7268.0591,4.9061,2.5262,7.2759"/><path class="c" d="M17.5248,13.0384c-2.1984.1017-5.435,2.1041-5.3836,4.7964"/><path class="c" d="M13.4771,11.0528c-1.3659,2.535-1.1079,5.5005-1.1079,5.5005"/><path class="c" d="M32.0147,34.7184c-.1238-2.2869-5.2392-3.7928-4.621-1.99-1.8315-1.5873-6.9392-2.6266-6.695-.5358"/></svg>
Copied!