Debug Breakpoint Conditional Unverified Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Breakpoint Conditional Unverified 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/307095.svg" alt="Debug Breakpoint Conditional Unverified icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307095.svg" alt="Debug Breakpoint Conditional Unverified icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307095.svg" alt="Debug Breakpoint Conditional Unverified icon" :width="24" :height="24" />
CSS background
.icon-debug-breakpoint-conditional-unverified {
background-image: url('https://proicons.com/icon/307095.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="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 4ZM8 11C6.346 11 5 9.654 5 8C5 6.346 6.346 5 8 5C9.654 5 11 6.346 11 8C11 9.654 9.654 11 8 11Z"/><path d="M9 6H7C6.724 6 6.5 6.224 6.5 6.5C6.5 6.776 6.724 7 7 7H9C9.276 7 9.5 6.776 9.5 6.5C9.5 6.224 9.276 6 9 6Z"/><path d="M9 9H7C6.724 9 6.5 9.224 6.5 9.5C6.5 9.776 6.724 10 7 10H9C9.276 10 9.5 9.776 9.5 9.5C9.5 9.224 9.276 9 9 9Z"/></svg>
Copied!