Runner Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Runner Alt 1 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/306402.svg" alt="Runner Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306402.svg" alt="Runner Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306402.svg" alt="Runner Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-runner-alt-1 {
background-image: url('https://proicons.com/icon/306402.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="M1000 458c0 23-18 42-42 42H792c-19 0-36-13-41-31l-6-26-24-72-158 100 86 195 12 22c8 13 8 28 0 41-7 13-21 21-36 21H333c-23 0-41-19-41-42s18-41 41-41h205L396 467c-42-59-4-92 41-125l196-121-102-93-189 38c-23 4-45-10-49-33-5-22 10-44 32-49l209-42c11-2 23 1 33 8l157 118c7 2 14 7 22 15l42 71 38 163h132c24 0 42 18 42 41zM854 208c58 0 104-46 104-104S912 0 854 0c-57 0-104 47-104 104s47 104 104 104zM346 929c-17 17-17 42 0 59 8 8 17 12 29 12 13 0 21-4 29-12l217-196H483L346 929zm-42-554H0v42h292c0-17 4-29 12-42zm150-125H0v42h388l66-42zM325 500H0v42h354l-29-42z"/></svg>
Copied!