Debug Breakpoint Unsupported Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Breakpoint Unsupported 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/307103.svg" alt="Debug Breakpoint Unsupported icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307103.svg" alt="Debug Breakpoint Unsupported icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307103.svg" alt="Debug Breakpoint Unsupported icon" :width="24" :height="24" />
CSS background
.icon-debug-breakpoint-unsupported {
background-image: url('https://proicons.com/icon/307103.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 fill-rule="evenodd" clip-rule="evenodd" d="M8 4C5.791 4 4 5.791 4 8C4 10.209 5.791 12 8 12C10.209 12 12 10.209 12 8C12 5.791 10.209 4 8 4ZM7.5 5.5C7.5 5.367 7.553 5.24 7.646 5.146C7.74 5.052 7.867 5 8 5C8.133 5 8.26 5.053 8.354 5.146C8.448 5.24 8.5 5.367 8.5 5.5V8.5C8.5 8.633 8.447 8.76 8.354 8.854C8.261 8.948 8.133 9 8 9C7.867 9 7.74 8.947 7.646 8.854C7.552 8.761 7.5 8.633 7.5 8.5V5.5ZM8 11.125C7.655 11.125 7.375 10.845 7.375 10.5C7.375 10.155 7.655 9.875 8 9.875C8.345 9.875 8.625 10.155 8.625 10.5C8.625 10.845 8.345 11.125 8 11.125Z"/></svg>
Copied!