Debug Stop Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Stop 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/307123.svg" alt="Debug Stop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307123.svg" alt="Debug Stop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307123.svg" alt="Debug Stop icon" :width="24" :height="24" />
CSS background
.icon-debug-stop {
background-image: url('https://proicons.com/icon/307123.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="M12.5 3.5V12.5H3.5V3.5H12.5ZM12.5 2H3.5C2.672 2 2 2.672 2 3.5V12.5C2 13.328 2.672 14 3.5 14H12.5C13.328 14 14 13.328 14 12.5V3.5C14 2.672 13.328 2 12.5 2Z"/></svg>
Copied!