coverage icon
coverage from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- coverage
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Use the coverage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.5 5C8.981 5 11 7.019 11 9.5S8.981 14 6.5 14A4.505 4.505 0 0 1 2 9.5C2 7.019 4.019 5 6.5 5m0-1a5.5 5.5 0 1 0 0 11a5.5 5.5 0 1 0 0-11m3-3c-1.77 0-3.34.84-4.34 2.14c.43-.09.88-.14 1.34-.14c.06 0 .12 0 .17.01C7.45 2.37 8.43 2 9.5 2C11.98 2 14 4.02 14 6.5c0 1.07-.37 2.05-1.01 2.83c.01.05.01.11.01.17c0 .46-.05.91-.14 1.34c1.3-1 2.14-2.57 2.14-4.34C15 3.47 12.53 1 9.5 1M5.604 11.604l3.5-3.5a.5.5 0 0 0-.707-.707l-3.146 3.146l-.896-.896a.5.5 0 0 0-.707.707l1.25 1.25a.5.5 0 0 0 .708 0z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconCoverage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.5 5C8.981 5 11 7.019 11 9.5S8.981 14 6.5 14A4.505 4.505 0 0 1 2 9.5C2 7.019 4.019 5 6.5 5m0-1a5.5 5.5 0 1 0 0 11a5.5 5.5 0 1 0 0-11m3-3c-1.77 0-3.34.84-4.34 2.14c.43-.09.88-.14 1.34-.14c.06 0 .12 0 .17.01C7.45 2.37 8.43 2 9.5 2C11.98 2 14 4.02 14 6.5c0 1.07-.37 2.05-1.01 2.83c.01.05.01.11.01.17c0 .46-.05.91-.14 1.34c1.3-1 2.14-2.57 2.14-4.34C15 3.47 12.53 1 9.5 1M5.604 11.604l3.5-3.5a.5.5 0 0 0-.707-.707l-3.146 3.146l-.896-.896a.5.5 0 0 0-.707.707l1.25 1.25a.5.5 0 0 0 .708 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.5 5C8.981 5 11 7.019 11 9.5S8.981 14 6.5 14A4.505 4.505 0 0 1 2 9.5C2 7.019 4.019 5 6.5 5m0-1a5.5 5.5 0 1 0 0 11a5.5 5.5 0 1 0 0-11m3-3c-1.77 0-3.34.84-4.34 2.14c.43-.09.88-.14 1.34-.14c.06 0 .12 0 .17.01C7.45 2.37 8.43 2 9.5 2C11.98 2 14 4.02 14 6.5c0 1.07-.37 2.05-1.01 2.83c.01.05.01.11.01.17c0 .46-.05.91-.14 1.34c1.3-1 2.14-2.57 2.14-4.34C15 3.47 12.53 1 9.5 1M5.604 11.604l3.5-3.5a.5.5 0 0 0-.707-.707l-3.146 3.146l-.896-.896a.5.5 0 0 0-.707.707l1.25 1.25a.5.5 0 0 0 .708 0z"/></svg> </template>
CSS
.icon-coverage {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%205C8.981%205%2011%207.019%2011%209.5S8.981%2014%206.5%2014A4.505%204.505%200%200%201%202%209.5C2%207.019%204.019%205%206.5%205m0-1a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%201%200%200-11m3-3c-1.77%200-3.34.84-4.34%202.14c.43-.09.88-.14%201.34-.14c.06%200%20.12%200%20.17.01C7.45%202.37%208.43%202%209.5%202C11.98%202%2014%204.02%2014%206.5c0%201.07-.37%202.05-1.01%202.83c.01.05.01.11.01.17c0%20.46-.05.91-.14%201.34c1.3-1%202.14-2.57%202.14-4.34C15%203.47%2012.53%201%209.5%201M5.604%2011.604l3.5-3.5a.5.5%200%200%200-.707-.707l-3.146%203.146l-.896-.896a.5.5%200%200%200-.707.707l1.25%201.25a.5.5%200%200%200%20.708%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%205C8.981%205%2011%207.019%2011%209.5S8.981%2014%206.5%2014A4.505%204.505%200%200%201%202%209.5C2%207.019%204.019%205%206.5%205m0-1a5.5%205.5%200%201%200%200%2011a5.5%205.5%200%201%200%200-11m3-3c-1.77%200-3.34.84-4.34%202.14c.43-.09.88-.14%201.34-.14c.06%200%20.12%200%20.17.01C7.45%202.37%208.43%202%209.5%202C11.98%202%2014%204.02%2014%206.5c0%201.07-.37%202.05-1.01%202.83c.01.05.01.11.01.17c0%20.46-.05.91-.14%201.34c1.3-1%202.14-2.57%202.14-4.34C15%203.47%2012.53%201%209.5%201M5.604%2011.604l3.5-3.5a.5.5%200%200%200-.707-.707l-3.146%203.146l-.896-.896a.5.5%200%200%200-.707.707l1.25%201.25a.5.5%200%200%200%20.708%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/coverage.svg?color=%231a73e8&size=48