issue reopened icon

issue-reopened from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
issue-reopened
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the issue reopened icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M1.5 6h3a.5.5 0 0 0 0-1H2.802A5.99 5.99 0 0 1 8 2c3.309 0 6 2.691 6 6a.5.5 0 0 0 1 0c0-3.859-3.14-7-7-7a6.98 6.98 0 0 0-6 3.391V2.5a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5m13 4h-3a.5.5 0 0 0 0 1h1.699A5.99 5.99 0 0 1 8 14c-3.309 0-6-2.691-6-6a.5.5 0 0 0-1 0c0 3.859 3.14 7 7 7a6.98 6.98 0 0 0 6-3.39v1.89a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-.5-.5"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconIssueReopened(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 d="M8 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M1.5 6h3a.5.5 0 0 0 0-1H2.802A5.99 5.99 0 0 1 8 2c3.309 0 6 2.691 6 6a.5.5 0 0 0 1 0c0-3.859-3.14-7-7-7a6.98 6.98 0 0 0-6 3.391V2.5a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5m13 4h-3a.5.5 0 0 0 0 1h1.699A5.99 5.99 0 0 1 8 14c-3.309 0-6-2.691-6-6a.5.5 0 0 0-1 0c0 3.859 3.14 7 7 7a6.98 6.98 0 0 0 6-3.39v1.89a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-.5-.5"/></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 d="M8 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M1.5 6h3a.5.5 0 0 0 0-1H2.802A5.99 5.99 0 0 1 8 2c3.309 0 6 2.691 6 6a.5.5 0 0 0 1 0c0-3.859-3.14-7-7-7a6.98 6.98 0 0 0-6 3.391V2.5a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5m13 4h-3a.5.5 0 0 0 0 1h1.699A5.99 5.99 0 0 1 8 14c-3.309 0-6-2.691-6-6a.5.5 0 0 0-1 0c0 3.859 3.14 7 7 7a6.98 6.98 0 0 0 6-3.39v1.89a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-.5-.5"/></g></svg>
</template>

CSS

.icon-issue-reopened {
  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%20d%3D%22M8%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22M1.5%206h3a.5.5%200%200%200%200-1H2.802A5.99%205.99%200%200%201%208%202c3.309%200%206%202.691%206%206a.5.5%200%200%200%201%200c0-3.859-3.14-7-7-7a6.98%206.98%200%200%200-6%203.391V2.5a.5.5%200%200%200-1%200v3a.5.5%200%200%200%20.5.5m13%204h-3a.5.5%200%200%200%200%201h1.699A5.99%205.99%200%200%201%208%2014c-3.309%200-6-2.691-6-6a.5.5%200%200%200-1%200c0%203.859%203.14%207%207%207a6.98%206.98%200%200%200%206-3.39v1.89a.5.5%200%200%200%201%200v-3a.5.5%200%200%200-.5-.5%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%20d%3D%22M8%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22M1.5%206h3a.5.5%200%200%200%200-1H2.802A5.99%205.99%200%200%201%208%202c3.309%200%206%202.691%206%206a.5.5%200%200%200%201%200c0-3.859-3.14-7-7-7a6.98%206.98%200%200%200-6%203.391V2.5a.5.5%200%200%200-1%200v3a.5.5%200%200%200%20.5.5m13%204h-3a.5.5%200%200%200%200%201h1.699A5.99%205.99%200%200%201%208%2014c-3.309%200-6-2.691-6-6a.5.5%200%200%200-1%200c0%203.859%203.14%207%207%207a6.98%206.98%200%200%200%206-3.39v1.89a.5.5%200%200%200%201%200v-3a.5.5%200%200%200-.5-.5%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/issue-reopened.svg?color=%231a73e8&size=48