Debug Breakpoint Function Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Breakpoint Function 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/307100.svg" alt="Debug Breakpoint Function icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307100.svg" alt="Debug Breakpoint Function icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307100.svg" alt="Debug Breakpoint Function icon" :width="24" :height="24" />
CSS background
.icon-debug-breakpoint-function {
background-image: url('https://proicons.com/icon/307100.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.487 11.249L8.43199 4.24899C8.25199 3.93999 7.74599 3.93999 7.56699 4.24899L3.51199 11.249C3.42199 11.404 3.42199 11.595 3.51199 11.75C3.60199 11.904 3.76699 12 3.94599 12H12.055C12.234 12 12.399 11.904 12.489 11.75C12.578 11.595 12.578 11.404 12.489 11.249H12.487Z"/></svg>
Copied!