Issue Reopened Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Issue Reopened icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307232.svg" alt="Issue Reopened icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307232.svg" alt="Issue Reopened icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307232.svg" alt="Issue Reopened icon" :width="24" :height="24" />
CSS background
.icon-issue-reopened {
background-image: url('https://proicons.com/icon/307232.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 9C8.55228 9 9 8.55228 9 8C9 7.44772 8.55228 7 8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9Z"/><path d="M1.5 6H4.5C4.776 6 5 5.776 5 5.5C5 5.224 4.776 5 4.5 5H2.802C3.865 3.156 5.831 2 8 2C11.309 2 14 4.691 14 8C14 8.276 14.224 8.5 14.5 8.5C14.776 8.5 15 8.276 15 8C15 4.141 11.86 1 8 1C5.512 1 3.254 2.302 2 4.391V2.5C2 2.224 1.776 2 1.5 2C1.224 2 1 2.224 1 2.5V5.5C1 5.776 1.224 6 1.5 6Z"/><path d="M14.5 10H11.5C11.224 10 11 10.224 11 10.5C11 10.776 11.224 11 11.5 11H13.199C12.137 12.844 10.17 14 8 14C4.691 14 2 11.309 2 8C2 7.724 1.776 7.5 1.5 7.5C1.224 7.5 1 7.724 1 8C1 11.859 4.14 15 8 15C10.488 15 12.747 13.697 14 11.61V13.5C14 13.776 14.224 14 14.5 14C14.776 14 15 13.776 15 13.5V10.5C15 10.224 14.776 10 14.5 10Z"/></svg>
Copied!