issue closed icon
issue-closed from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- issue-closed
- 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 closed 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" clip-rule="evenodd" d="M7.5 13a5.5 5.5 0 0 0 5.498-5.354l.953-.952a6.5 6.5 0 1 1-1.208-3.038l-.717.718A5.5 5.5 0 1 0 7.5 13zm6.197-7.467L15 4.23l-.71-.71l-3.41 3.42L9.5 5.56l-.71.71L10.52 8h.71l1.65-1.65l.817-.817zM7 7v2h1V4H7v3zm0 4v-1h1v1H7z"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconIssueClosed(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" clipRule="evenodd" d="M7.5 13a5.5 5.5 0 0 0 5.498-5.354l.953-.952a6.5 6.5 0 1 1-1.208-3.038l-.717.718A5.5 5.5 0 1 0 7.5 13zm6.197-7.467L15 4.23l-.71-.71l-3.41 3.42L9.5 5.56l-.71.71L10.52 8h.71l1.65-1.65l.817-.817zM7 7v2h1V4H7v3zm0 4v-1h1v1H7z"/></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" clip-rule="evenodd" d="M7.5 13a5.5 5.5 0 0 0 5.498-5.354l.953-.952a6.5 6.5 0 1 1-1.208-3.038l-.717.718A5.5 5.5 0 1 0 7.5 13zm6.197-7.467L15 4.23l-.71-.71l-3.41 3.42L9.5 5.56l-.71.71L10.52 8h.71l1.65-1.65l.817-.817zM7 7v2h1V4H7v3zm0 4v-1h1v1H7z"/></g></svg> </template>
CSS
.icon-issue-closed {
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%20clip-rule%3D%22evenodd%22%20d%3D%22M7.5%2013a5.5%205.5%200%200%200%205.498-5.354l.953-.952a6.5%206.5%200%201%201-1.208-3.038l-.717.718A5.5%205.5%200%201%200%207.5%2013zm6.197-7.467L15%204.23l-.71-.71l-3.41%203.42L9.5%205.56l-.71.71L10.52%208h.71l1.65-1.65l.817-.817zM7%207v2h1V4H7v3zm0%204v-1h1v1H7z%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%20clip-rule%3D%22evenodd%22%20d%3D%22M7.5%2013a5.5%205.5%200%200%200%205.498-5.354l.953-.952a6.5%206.5%200%201%201-1.208-3.038l-.717.718A5.5%205.5%200%201%200%207.5%2013zm6.197-7.467L15%204.23l-.71-.71l-3.41%203.42L9.5%205.56l-.71.71L10.52%208h.71l1.65-1.65l.817-.817zM7%207v2h1V4H7v3zm0%204v-1h1v1H7z%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-closed.svg?color=%231a73e8&size=48