Runner Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Runner Alt 2 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/306403.svg" alt="Runner Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306403.svg" alt="Runner Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306403.svg" alt="Runner Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-runner-alt-2 {
background-image: url('https://proicons.com/icon/306403.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M521 181c50 0 91-41 91-91S571 0 521 0s-90 40-90 90 40 91 90 91zm44 343c-68-39-121-64-164-78v263l-29 139c-9 34 18 52 47 52 28 0 46-19 57-46l28-129V530h23v419c1 28 23 51 51 51 29 0 52-23 52-51V561c-20-11-42-23-65-37zM180 120l163 167c82 9 178 45 287 106v-45l221-228c15-15 15-39 0-54s-39-15-54 0L654 210H377L234 66c-15-15-39-15-54 0s-15 39 0 54zm450 203c1 0 0 4 0 4v-4zm249 108l-81 73c-35-17-85-43-154-84-210-123-374-160-486-108C78 349 46 422 40 459l111 20c0-1 9-43 54-64 43-20 150-33 382 103 164 96 249 132 299 132 27 0 44-11 58-28 22-27 39-76-65-191z"/></svg>
Copied!