Coverage Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The 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/307086.svg" alt="Coverage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307086.svg" alt="Coverage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307086.svg" alt="Coverage icon" :width="24" :height="24" />
CSS background
.icon-coverage {
background-image: url('https://proicons.com/icon/307086.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.5 5C8.981 5 11 7.019 11 9.5C11 11.981 8.981 14 6.5 14C4.019 14 2 11.981 2 9.5C2 7.019 4.019 5 6.5 5ZM6.5 4C3.462 4 1 6.462 1 9.5C1 12.538 3.462 15 6.5 15C9.538 15 12 12.538 12 9.5C12 6.462 9.538 4 6.5 4ZM9.5 1C7.73 1 6.16 1.84 5.16 3.14C5.59 3.05 6.04 3 6.5 3C6.56 3 6.62 3 6.67 3.01C7.45 2.37 8.43 2 9.5 2C11.98 2 14 4.02 14 6.5C14 7.57 13.63 8.55 12.99 9.33C13 9.38 13 9.44 13 9.5C13 9.96 12.95 10.41 12.86 10.84C14.16 9.84 15 8.27 15 6.5C15 3.47 12.53 1 9.5 1ZM5.604 11.604L9.104 8.104C9.299 7.909 9.299 7.592 9.104 7.397C8.909 7.202 8.592 7.202 8.397 7.397L5.251 10.543L4.355 9.647C4.16 9.452 3.843 9.452 3.648 9.647C3.453 9.842 3.453 10.159 3.648 10.354L4.898 11.604C4.996 11.702 5.124 11.75 5.252 11.75C5.38 11.75 5.508 11.701 5.606 11.604H5.604Z"/></svg>
Copied!