Debug Breakpoint Data Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Breakpoint Data 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/307098.svg" alt="Debug Breakpoint Data icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307098.svg" alt="Debug Breakpoint Data icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307098.svg" alt="Debug Breakpoint Data icon" :width="24" :height="24" />
CSS background
.icon-debug-breakpoint-data {
background-image: url('https://proicons.com/icon/307098.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.33 8.5L10.598 11.5C10.419 11.809 10.089 12 9.73202 12H6.26802C5.91102 12 5.58102 11.809 5.40202 11.5L3.67002 8.5C3.49102 8.191 3.49102 7.809 3.67002 7.5L5.40202 4.5C5.58102 4.191 5.91102 4 6.26802 4H9.73202C10.089 4 10.419 4.191 10.598 4.5L12.33 7.5C12.509 7.809 12.509 8.191 12.33 8.5Z"/></svg>
Copied!