Run Errors Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Run Errors 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/307385.svg" alt="Run Errors icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307385.svg" alt="Run Errors icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307385.svg" alt="Run Errors icon" :width="24" :height="24" />
CSS background
.icon-run-errors {
background-image: url('https://proicons.com/icon/307385.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 8C14 8.542 13.706 9.043 13.233 9.309L9.981 11.138C9.957 10.777 9.899 10.427 9.809 10.088L12.744 8.437C12.902 8.348 13 8.181 13 8C13 7.819 12.902 7.652 12.745 7.564L4.744 3.063C4.669 3.021 4.587 3 4.5 3C4.225 3 4 3.225 4 3.5V6.025C3.656 6.056 3.323 6.121 3 6.213V3.5C3 2.673 3.673 2 4.5 2C4.756 2 5.01 2.066 5.233 2.191L13.233 6.691C13.706 6.957 14 7.458 14 8ZM9 11.5C9 13.985 6.985 16 4.5 16C2.015 16 0 13.985 0 11.5C0 9.015 2.015 7 4.5 7C6.985 7 9 9.015 9 11.5ZM5.208 11.5L6.502 10.206C6.697 10.011 6.697 9.694 6.502 9.499C6.307 9.304 5.99 9.304 5.795 9.499L4.501 10.793L3.207 9.499C3.012 9.304 2.695 9.304 2.5 9.499C2.305 9.694 2.305 10.011 2.5 10.206L3.794 11.5L2.5 12.7314C2.305 12.9264 2.305 13.2434 2.5 13.4384C2.695 13.6334 3.012 13.6334 3.207 13.4384L4.501 12.207L5.795 13.501C5.99 13.696 6.307 13.696 6.502 13.501C6.697 13.306 6.697 12.989 6.502 12.794L5.208 11.5Z"/></svg>
Copied!