Debug Coverage Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Debug Coverage 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/307108.svg" alt="Debug Coverage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307108.svg" alt="Debug Coverage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307108.svg" alt="Debug Coverage icon" :width="24" :height="24" />
CSS background
.icon-debug-coverage {
background-image: url('https://proicons.com/icon/307108.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="M6 10C6 11.023 5.488 11.926 4.706 12.468L4.6 13H1.4L1.294 12.468C0.512 11.926 0 11.023 0 10C0 8.343 1.344 7 3.001 7C4.658 7 6 8.343 6 10ZM13.233 6.691L5.234 2.191C5.01 2.066 4.756 2 4.5 2C3.673 2 3 2.673 3 3.5V6C3.347 6 3.678 6.058 3.999 6.142V3.5C3.999 3.225 4.223 3 4.499 3C4.586 3 4.668 3.021 4.744 3.063L12.744 7.563C12.901 7.652 12.999 7.819 12.999 8C12.999 8.181 12.901 8.348 12.743 8.437L6.451 11.976C6.228 12.365 5.959 12.729 5.614 13.027L5.487 13.665L13.233 9.308C13.706 9.042 14 8.541 14 7.999C14 7.457 13.706 6.957 13.233 6.691ZM1.839 15.196C1.933 15.663 2.343 16 2.82 16H3.18C3.657 16 4.067 15.663 4.161 15.196L4.4 14H1.6L1.839 15.196Z"/></svg>
Copied!