run errors icon

run-errors from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
run-errors
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the run errors icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M14 8c0 .542-.294 1.043-.767 1.309l-3.252 1.829a5.5 5.5 0 0 0-.172-1.05l2.935-1.651a.502.502 0 0 0 .001-.873L4.744 3.063A.5.5 0 0 0 4 3.5v2.525a5.4 5.4 0 0 0-1 .188V3.5a1.502 1.502 0 0 1 2.233-1.309l8 4.5c.473.266.767.767.767 1.309m-5 3.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-3.792 0l1.294-1.294a.5.5 0 0 0-.707-.707l-1.294 1.294l-1.294-1.294a.5.5 0 0 0-.707.707L3.794 11.5L2.5 12.731a.5.5 0 0 0 .707.707l1.294-1.231l1.294 1.294a.5.5 0 0 0 .707-.707z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function CodiconRunErrors(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" fillRule="evenodd" d="M14 8c0 .542-.294 1.043-.767 1.309l-3.252 1.829a5.5 5.5 0 0 0-.172-1.05l2.935-1.651a.502.502 0 0 0 .001-.873L4.744 3.063A.5.5 0 0 0 4 3.5v2.525a5.4 5.4 0 0 0-1 .188V3.5a1.502 1.502 0 0 1 2.233-1.309l8 4.5c.473.266.767.767.767 1.309m-5 3.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-3.792 0l1.294-1.294a.5.5 0 0 0-.707-.707l-1.294 1.294l-1.294-1.294a.5.5 0 0 0-.707.707L3.794 11.5L2.5 12.731a.5.5 0 0 0 .707.707l1.294-1.231l1.294 1.294a.5.5 0 0 0 .707-.707z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M14 8c0 .542-.294 1.043-.767 1.309l-3.252 1.829a5.5 5.5 0 0 0-.172-1.05l2.935-1.651a.502.502 0 0 0 .001-.873L4.744 3.063A.5.5 0 0 0 4 3.5v2.525a5.4 5.4 0 0 0-1 .188V3.5a1.502 1.502 0 0 1 2.233-1.309l8 4.5c.473.266.767.767.767 1.309m-5 3.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-3.792 0l1.294-1.294a.5.5 0 0 0-.707-.707l-1.294 1.294l-1.294-1.294a.5.5 0 0 0-.707.707L3.794 11.5L2.5 12.731a.5.5 0 0 0 .707.707l1.294-1.231l1.294 1.294a.5.5 0 0 0 .707-.707z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-run-errors {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M14%208c0%20.542-.294%201.043-.767%201.309l-3.252%201.829a5.5%205.5%200%200%200-.172-1.05l2.935-1.651a.502.502%200%200%200%20.001-.873L4.744%203.063A.5.5%200%200%200%204%203.5v2.525a5.4%205.4%200%200%200-1%20.188V3.5a1.502%201.502%200%200%201%202.233-1.309l8%204.5c.473.266.767.767.767%201.309m-5%203.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-3.792%200l1.294-1.294a.5.5%200%200%200-.707-.707l-1.294%201.294l-1.294-1.294a.5.5%200%200%200-.707.707L3.794%2011.5L2.5%2012.731a.5.5%200%200%200%20.707.707l1.294-1.231l1.294%201.294a.5.5%200%200%200%20.707-.707z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14%208c0%20.542-.294%201.043-.767%201.309l-3.252%201.829a5.5%205.5%200%200%200-.172-1.05l2.935-1.651a.502.502%200%200%200%20.001-.873L4.744%203.063A.5.5%200%200%200%204%203.5v2.525a5.4%205.4%200%200%200-1%20.188V3.5a1.502%201.502%200%200%201%202.233-1.309l8%204.5c.473.266.767.767.767%201.309m-5%203.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-3.792%200l1.294-1.294a.5.5%200%200%200-.707-.707l-1.294%201.294l-1.294-1.294a.5.5%200%200%200-.707.707L3.794%2011.5L2.5%2012.731a.5.5%200%200%200%20.707.707l1.294-1.231l1.294%201.294a.5.5%200%200%200%20.707-.707z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/run-errors.svg?color=%231a73e8&size=48