Runnerup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Runnerup 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/332279.svg" alt="Runnerup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332279.svg" alt="Runnerup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332279.svg" alt="Runnerup icon" :width="24" :height="24" />
CSS background
.icon-runnerup {
background-image: url('https://proicons.com/icon/332279.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="M13.8652,5.5006a5.0931,5.0931,0,1,1-3.677,1.49A5.0945,5.0945,0,0,1,13.8652,5.5006ZM27.3316,6.59,35.36,14.6185,32.0086,17.97l-4.6772-4.6772-3.7442,3.7467L42.89,36.3424l-3.3512,3.3512L28.9261,29.0805l-3.7443,3.7467,6.3217,6.3216L28.1523,42.5l-9.6729-9.6728,7.0954-7.0979L20.2359,20.39,13.138,27.4857,5.11,19.4573l3.3512-3.3512,4.6772,4.6772L27.3312,6.59Z"/></svg>
Copied!