Debug Reverse Continue Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Reverse Continue 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/307115.svg" alt="Debug Reverse Continue icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307115.svg" alt="Debug Reverse Continue icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307115.svg" alt="Debug Reverse Continue icon" :width="24" :height="24" />
CSS background
.icon-debug-reverse-continue {
background-image: url('https://proicons.com/icon/307115.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 d="M8.99688 2C8.80188 2 8.60288 2.058 8.42188 2.186L1.42188 7.149C0.861882 7.546 0.858882 8.376 1.41588 8.776L8.41588 13.814C8.59788 13.945 8.79988 14.004 8.99688 14.004C9.51588 14.004 10.0009 13.593 10.0009 13.002V3.002C10.0009 2.412 9.51688 2 8.99788 2H8.99688ZM8.49988 12.027L2.85988 7.968L8.49988 3.969V12.027ZM13.9999 2.75V13.25C13.9999 13.664 13.6639 14 13.2499 14C12.8359 14 12.4999 13.664 12.4999 13.25V2.75C12.4999 2.336 12.8359 2 13.2499 2C13.6639 2 13.9999 2.336 13.9999 2.75Z"/></svg>
Copied!