Debug Continue Small Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Continue Small 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/307106.svg" alt="Debug Continue Small icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307106.svg" alt="Debug Continue Small icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307106.svg" alt="Debug Continue Small icon" :width="24" :height="24" />
CSS background
.icon-debug-continue-small {
background-image: url('https://proicons.com/icon/307106.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="M3 2.5C3 2.22386 2.77614 2 2.5 2C2.22386 2 2 2.22386 2 2.5V13.5C2 13.7761 2.22386 14 2.5 14C2.77614 14 3 13.7761 3 13.5V2.5ZM5 3.00176C5 2.19 5.91615 1.71648 6.57836 2.18598L13.5788 7.14908C14.1385 7.54593 14.1414 8.37575 13.5845 8.77653L6.58411 13.8142C5.9226 14.2903 5 13.8175 5 13.0026V3.00176ZM13.0004 7.96486L6 3.00175L6 13.0026L13.0004 7.96486Z"/></svg>
Copied!