Run Coverage Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Run 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/307384.svg" alt="Run Coverage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307384.svg" alt="Run Coverage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307384.svg" alt="Run Coverage icon" :width="24" :height="24" />
CSS background
.icon-run-coverage {
background-image: url('https://proicons.com/icon/307384.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 fill-rule="evenodd" clip-rule="evenodd" d="M4.5 7C6.985 7 9 9.015 9 11.5C9 13.985 6.985 16 4.5 16C2.015 16 0 13.985 0 11.5C0 9.015 2.015 7 4.5 7ZM6.85352 10.1465C6.65826 9.95123 6.34175 9.95124 6.14648 10.1465L4 12.293L2.85352 11.1465C2.65826 10.9512 2.34175 10.9512 2.14648 11.1465C1.95122 11.3417 1.95122 11.6583 2.14648 11.8535L3.64648 13.3535C3.84175 13.5488 4.15826 13.5488 4.35352 13.3535L6.85352 10.8535C7.04875 10.6583 7.04875 10.3417 6.85352 10.1465Z"/><path d="M4.5 2C4.756 2 5.0104 2.06641 5.2334 2.19141L13.2334 6.69141C13.7061 6.95747 14 7.45818 14 8C14 8.54182 13.7061 9.04253 13.2334 9.30859L9.98145 11.1377C9.95743 10.7768 9.89857 10.4268 9.80859 10.0879L12.7441 8.43652C12.902 8.34748 13 8.18088 13 8C13 7.81911 12.902 7.65249 12.7451 7.56445L4.74414 3.06348C4.66914 3.02148 4.587 3 4.5 3C4.225 3 4 3.225 4 3.5V6.02539C3.65602 6.05639 3.32298 6.1209 3 6.21289V3.5C3 2.673 3.673 2 4.5 2Z"/></svg>
Copied!