issue reopened icon

issue-reopened-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
issue-reopened-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the issue reopened icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.029 2.217a6.5 6.5 0 0 1 9.437 5.11a.75.75 0 1 0 1.492-.154a8 8 0 0 0-14.315-4.03L.427 1.927A.25.25 0 0 0 0 2.104V5.75A.25.25 0 0 0 .25 6h3.646a.25.25 0 0 0 .177-.427L2.715 4.215a6.5 6.5 0 0 1 2.314-1.998M1.262 8.169a.75.75 0 0 0-1.22.658a8.001 8.001 0 0 0 14.315 4.03l1.216 1.216a.25.25 0 0 0 .427-.177V10.25a.25.25 0 0 0-.25-.25h-3.646a.25.25 0 0 0-.177.427l1.358 1.358a6.501 6.501 0 0 1-11.751-3.11a.75.75 0 0 0-.272-.506"/><path fill="currentColor" d="M9.06 9.06a1.5 1.5 0 1 1-2.12-2.12a1.5 1.5 0 0 1 2.12 2.12"/></svg>

React

import type { SVGProps } from "react";

export function OcticonIssueReopened16(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="M5.029 2.217a6.5 6.5 0 0 1 9.437 5.11a.75.75 0 1 0 1.492-.154a8 8 0 0 0-14.315-4.03L.427 1.927A.25.25 0 0 0 0 2.104V5.75A.25.25 0 0 0 .25 6h3.646a.25.25 0 0 0 .177-.427L2.715 4.215a6.5 6.5 0 0 1 2.314-1.998M1.262 8.169a.75.75 0 0 0-1.22.658a8.001 8.001 0 0 0 14.315 4.03l1.216 1.216a.25.25 0 0 0 .427-.177V10.25a.25.25 0 0 0-.25-.25h-3.646a.25.25 0 0 0-.177.427l1.358 1.358a6.501 6.501 0 0 1-11.751-3.11a.75.75 0 0 0-.272-.506"/><path fill="currentColor" d="M9.06 9.06a1.5 1.5 0 1 1-2.12-2.12a1.5 1.5 0 0 1 2.12 2.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.029 2.217a6.5 6.5 0 0 1 9.437 5.11a.75.75 0 1 0 1.492-.154a8 8 0 0 0-14.315-4.03L.427 1.927A.25.25 0 0 0 0 2.104V5.75A.25.25 0 0 0 .25 6h3.646a.25.25 0 0 0 .177-.427L2.715 4.215a6.5 6.5 0 0 1 2.314-1.998M1.262 8.169a.75.75 0 0 0-1.22.658a8.001 8.001 0 0 0 14.315 4.03l1.216 1.216a.25.25 0 0 0 .427-.177V10.25a.25.25 0 0 0-.25-.25h-3.646a.25.25 0 0 0-.177.427l1.358 1.358a6.501 6.501 0 0 1-11.751-3.11a.75.75 0 0 0-.272-.506"/><path fill="currentColor" d="M9.06 9.06a1.5 1.5 0 1 1-2.12-2.12a1.5 1.5 0 0 1 2.12 2.12"/></svg>
</template>

CSS

.icon-issue-reopened-16 {
  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%22M5.029%202.217a6.5%206.5%200%200%201%209.437%205.11a.75.75%200%201%200%201.492-.154a8%208%200%200%200-14.315-4.03L.427%201.927A.25.25%200%200%200%200%202.104V5.75A.25.25%200%200%200%20.25%206h3.646a.25.25%200%200%200%20.177-.427L2.715%204.215a6.5%206.5%200%200%201%202.314-1.998M1.262%208.169a.75.75%200%200%200-1.22.658a8.001%208.001%200%200%200%2014.315%204.03l1.216%201.216a.25.25%200%200%200%20.427-.177V10.25a.25.25%200%200%200-.25-.25h-3.646a.25.25%200%200%200-.177.427l1.358%201.358a6.501%206.501%200%200%201-11.751-3.11a.75.75%200%200%200-.272-.506%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.06%209.06a1.5%201.5%200%201%201-2.12-2.12a1.5%201.5%200%200%201%202.12%202.12%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%22M5.029%202.217a6.5%206.5%200%200%201%209.437%205.11a.75.75%200%201%200%201.492-.154a8%208%200%200%200-14.315-4.03L.427%201.927A.25.25%200%200%200%200%202.104V5.75A.25.25%200%200%200%20.25%206h3.646a.25.25%200%200%200%20.177-.427L2.715%204.215a6.5%206.5%200%200%201%202.314-1.998M1.262%208.169a.75.75%200%200%200-1.22.658a8.001%208.001%200%200%200%2014.315%204.03l1.216%201.216a.25.25%200%200%200%20.427-.177V10.25a.25.25%200%200%200-.25-.25h-3.646a.25.25%200%200%200-.177.427l1.358%201.358a6.501%206.501%200%200%201-11.751-3.11a.75.75%200%200%200-.272-.506%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.06%209.06a1.5%201.5%200%201%201-2.12-2.12a1.5%201.5%200%200%201%202.12%202.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/issue-reopened-16.svg?color=%231a73e8&size=48