Debug Continue Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug 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/307107.svg" alt="Debug Continue icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307107.svg" alt="Debug Continue icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307107.svg" alt="Debug Continue icon" :width="24" :height="24" />
CSS background
.icon-debug-continue {
background-image: url('https://proicons.com/icon/307107.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="M14.578 7.149L7.578 2.186C7.397 2.058 7.198 2 7.003 2C6.484 2 6 2.411 6 3.002V13.003C6 13.594 6.485 14.005 7.004 14.005C7.201 14.005 7.403 13.946 7.585 13.815L14.585 8.777C15.142 8.376 15.139 7.546 14.579 7.15L14.578 7.149ZM7.5 12.027V3.969L13.14 7.968L7.5 12.027ZM3.5 2.75V13.25C3.5 13.664 3.164 14 2.75 14C2.336 14 2 13.664 2 13.25V2.75C2 2.336 2.336 2 2.75 2C3.164 2 3.5 2.336 3.5 2.75Z"/></svg>
Copied!