run all coverage icon
run-all-coverage from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- run-all-coverage
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the run all coverage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M4.5 7a4.5 4.5 0 1 1-.001 9A4.5 4.5 0 0 1 4.5 7m2.354 3.146a.5.5 0 0 0-.708 0L4 12.293l-1.146-1.147a.5.5 0 0 0-.708.707l1.5 1.5a.5.5 0 0 0 .708 0l2.5-2.5a.5.5 0 0 0 0-.707" clip-rule="evenodd"/><path d="M11.98 11.146q.018.124.02.25a1.51 1.51 0 0 1-.76 1.31l-1.68.945c.183-.427.307-.883.376-1.357l.814-.459q.004 0 .007-.002l.003-.007zM4.481 2c.26-.006.515.055.744.174l8.01 4.506c.231.131.423.321.557.55v-.002a1.5 1.5 0 0 1-.557 2.062l-3.254 1.83a5.5 5.5 0 0 0-.175-1.047l2.94-1.652a.5.5 0 0 0 0-.87l-8-4.5A.497.497 0 0 0 4 3.485v2.539a5.4 5.4 0 0 0-1.001.188V3.486A1.52 1.52 0 0 1 4.481 2M2 6.607a5.5 5.5 0 0 0-1 .654v-.365a1.48 1.48 0 0 1 1-1.39z"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconRunAllCoverage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M4.5 7a4.5 4.5 0 1 1-.001 9A4.5 4.5 0 0 1 4.5 7m2.354 3.146a.5.5 0 0 0-.708 0L4 12.293l-1.146-1.147a.5.5 0 0 0-.708.707l1.5 1.5a.5.5 0 0 0 .708 0l2.5-2.5a.5.5 0 0 0 0-.707" clipRule="evenodd"/><path d="M11.98 11.146q.018.124.02.25a1.51 1.51 0 0 1-.76 1.31l-1.68.945c.183-.427.307-.883.376-1.357l.814-.459q.004 0 .007-.002l.003-.007zM4.481 2c.26-.006.515.055.744.174l8.01 4.506c.231.131.423.321.557.55v-.002a1.5 1.5 0 0 1-.557 2.062l-3.254 1.83a5.5 5.5 0 0 0-.175-1.047l2.94-1.652a.5.5 0 0 0 0-.87l-8-4.5A.497.497 0 0 0 4 3.485v2.539a5.4 5.4 0 0 0-1.001.188V3.486A1.52 1.52 0 0 1 4.481 2M2 6.607a5.5 5.5 0 0 0-1 .654v-.365a1.48 1.48 0 0 1 1-1.39z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M4.5 7a4.5 4.5 0 1 1-.001 9A4.5 4.5 0 0 1 4.5 7m2.354 3.146a.5.5 0 0 0-.708 0L4 12.293l-1.146-1.147a.5.5 0 0 0-.708.707l1.5 1.5a.5.5 0 0 0 .708 0l2.5-2.5a.5.5 0 0 0 0-.707" clip-rule="evenodd"/><path d="M11.98 11.146q.018.124.02.25a1.51 1.51 0 0 1-.76 1.31l-1.68.945c.183-.427.307-.883.376-1.357l.814-.459q.004 0 .007-.002l.003-.007zM4.481 2c.26-.006.515.055.744.174l8.01 4.506c.231.131.423.321.557.55v-.002a1.5 1.5 0 0 1-.557 2.062l-3.254 1.83a5.5 5.5 0 0 0-.175-1.047l2.94-1.652a.5.5 0 0 0 0-.87l-8-4.5A.497.497 0 0 0 4 3.485v2.539a5.4 5.4 0 0 0-1.001.188V3.486A1.52 1.52 0 0 1 4.481 2M2 6.607a5.5 5.5 0 0 0-1 .654v-.365a1.48 1.48 0 0 1 1-1.39z"/></g></svg> </template>
CSS
.icon-run-all-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%207a4.5%204.5%200%201%201-.001%209A4.5%204.5%200%200%201%204.5%207m2.354%203.146a.5.5%200%200%200-.708%200L4%2012.293l-1.146-1.147a.5.5%200%200%200-.708.707l1.5%201.5a.5.5%200%200%200%20.708%200l2.5-2.5a.5.5%200%200%200%200-.707%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.98%2011.146q.018.124.02.25a1.51%201.51%200%200%201-.76%201.31l-1.68.945c.183-.427.307-.883.376-1.357l.814-.459q.004%200%20.007-.002l.003-.007zM4.481%202c.26-.006.515.055.744.174l8.01%204.506c.231.131.423.321.557.55v-.002a1.5%201.5%200%200%201-.557%202.062l-3.254%201.83a5.5%205.5%200%200%200-.175-1.047l2.94-1.652a.5.5%200%200%200%200-.87l-8-4.5A.497.497%200%200%200%204%203.485v2.539a5.4%205.4%200%200%200-1.001.188V3.486A1.52%201.52%200%200%201%204.481%202M2%206.607a5.5%205.5%200%200%200-1%20.654v-.365a1.48%201.48%200%200%201%201-1.39z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%207a4.5%204.5%200%201%201-.001%209A4.5%204.5%200%200%201%204.5%207m2.354%203.146a.5.5%200%200%200-.708%200L4%2012.293l-1.146-1.147a.5.5%200%200%200-.708.707l1.5%201.5a.5.5%200%200%200%20.708%200l2.5-2.5a.5.5%200%200%200%200-.707%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.98%2011.146q.018.124.02.25a1.51%201.51%200%200%201-.76%201.31l-1.68.945c.183-.427.307-.883.376-1.357l.814-.459q.004%200%20.007-.002l.003-.007zM4.481%202c.26-.006.515.055.744.174l8.01%204.506c.231.131.423.321.557.55v-.002a1.5%201.5%200%200%201-.557%202.062l-3.254%201.83a5.5%205.5%200%200%200-.175-1.047l2.94-1.652a.5.5%200%200%200%200-.87l-8-4.5A.497.497%200%200%200%204%203.485v2.539a5.4%205.4%200%200%200-1.001.188V3.486A1.52%201.52%200%200%201%204.481%202M2%206.607a5.5%205.5%200%200%200-1%20.654v-.365a1.48%201.48%200%200%201%201-1.39z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/run-all-coverage.svg?color=%231a73e8&size=48