Debug Breakpoint Conditional Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Breakpoint Conditional 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/307096.svg" alt="Debug Breakpoint Conditional icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307096.svg" alt="Debug Breakpoint Conditional icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307096.svg" alt="Debug Breakpoint Conditional icon" :width="24" :height="24" />
CSS background
.icon-debug-breakpoint-conditional {
background-image: url('https://proicons.com/icon/307096.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 4ZM9.5 10H6.5C6.224 10 6 9.776 6 9.5C6 9.224 6.224 9 6.5 9H9.5C9.776 9 10 9.224 10 9.5C10 9.776 9.776 10 9.5 10ZM9.5 7H6.5C6.224 7 6 6.776 6 6.5C6 6.224 6.224 6 6.5 6H9.5C9.776 6 10 6.224 10 6.5C10 6.776 9.776 7 9.5 7Z"/></svg>
Copied!