Cup Heroes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cup Heroes 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/324173.svg" alt="Cup Heroes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324173.svg" alt="Cup Heroes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324173.svg" alt="Cup Heroes icon" :width="24" :height="24" />
CSS background
.icon-cup-heroes {
background-image: url('https://proicons.com/icon/324173.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M28.5409,18.9736v4.0539c0,1.2154-1.6046,2.6464-2.8201,2.6464h-3.5653c-2.29,0-5.0899.5367-6.2413-2.2618-1.6093-.3436-3.3833-1.0648-3.3833-2.3826v-1.7626c0-1.157.6494-1.244,1.3736-1.244M26.1365,8.8794h1.4891c.9707,0,1.8951-.6759,2.5482-1.4658v2.5144c0,1.6164-1.2345,1.6839-1.7398,1.6839"/><path class="f" d="M27.3001,8.767v-4.267c-3.1778,2.3927-5.2849,1.0247-5.8262,3.045h-2.9955c-3.1872,0-7.4754,3.0445-7.4754,6.0339v4.4876c0,1.5044,1.5279,1.2003,1.5279,1.2003"/><path class="f" d="M20.2742,12.912v1.3398c0,1.7982,3.0552,3.8147,4.8534,3.8147h4.8923v-2.6698c1.7618,0,1.5025-1.3056,1.5025-2.5802h-1.4106M20.4101,15.5098h-2.6714v1.3407c0,1.9889-2.8724,2.6015-2.8724,2.6015M16.3903,19.0049v1.9122M27.2821,25.3315v15.5516h1.2071v2.617h-5.7973v-6.3428h-1.1182c-1.6126,0-3.7918,3.9896-3.7918,6.3428h-4.5954c0-3.0569.514-4.2192,1.158-6.1532"/><path class="f" d="M15.1814,23.5932v2.0576c-1.9387,0-4.3694,4.5774-4.3694,6.9426v2.7831c0,.9259.2543,1.8485,1.3191,1.8485h3.1463c.8957,0,1.1918-.9436,1.1918-1.6227v-3.3076c0-1.2322,1.2358-1.3166,1.2358-2.1404v-1.2972"/><path class="f" d="M15.2797,25.7135c0,2.5719,6.4248,4.7047,8.5301,5.2688l3.378-3.8602M16.8997,32.7506h9.9904M16.8997,35.305h9.9904M20.9721,32.9213v2.0458M24.3448,32.9213v2.0458M14.0894,39.1018h4.4453M23.0606,39.1018h4.0447M11.1609,33.9932h4.935M11.4725,31.4388h4.935M31.9715,32.5122l6.4657-6.4657c1.0443-1.0443,1.6674-2.6281,1.6674-4.105v-2.9185h-1.3612l-5.3247,5.3247v1.6569l-2.4743,2.4743v1.2657l-.8706.8706M28.7125,29.4326l4.6506,4.6506v1.8118h-2.4766"/><path class="f" d="M27.3471,30.7698l3.343,3.3575v1.7827c0,.5755-.6586,1.2075-1.2341,1.2075h-1.537M11.9153,28.2736l-1.275-1.275,1.8511-1.8511.8366.8366M7.8954,23.5333l2.9688,2.9688M9.1545,22.3371l2.9688,2.9688"/></svg>
Copied!