Debug Start Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Start 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/307118.svg" alt="Debug Start icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307118.svg" alt="Debug Start icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307118.svg" alt="Debug Start icon" :width="24" :height="24" />
CSS background
.icon-debug-start {
background-image: url('https://proicons.com/icon/307118.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="M4.506 3.50305L12.501 8.00005L4.501 12.5L4.506 3.50305ZM4.502 1.99805C3.718 1.99805 3 2.62605 3 3.50005V12.5C3 13.374 3.718 14.002 4.502 14.002C4.747 14.002 4.998 13.941 5.235 13.807L13.235 9.30705C14.254 8.73405 14.254 7.26605 13.235 6.69205L5.235 2.19305C4.997 2.05905 4.746 1.99805 4.502 1.99805Z"/></svg>
Copied!