Debug Breakpoint Log Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Breakpoint Log 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/307102.svg" alt="Debug Breakpoint Log icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307102.svg" alt="Debug Breakpoint Log icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307102.svg" alt="Debug Breakpoint Log icon" :width="24" :height="24" />
CSS background
.icon-debug-breakpoint-log {
background-image: url('https://proicons.com/icon/307102.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.854 7.64601L8.35401 3.14601C8.15901 2.95101 7.84201 2.95101 7.64701 3.14601L3.14601 7.64601C2.95101 7.84101 2.95101 8.15801 3.14601 8.35301L7.64601 12.853C7.74401 12.951 7.87201 12.999 8.00001 12.999C8.12801 12.999 8.25601 12.95 8.35401 12.853L12.854 8.35301C13.049 8.15801 13.049 7.84101 12.854 7.64601Z"/></svg>
Copied!