Issues Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Issues 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/307233.svg" alt="Issues icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307233.svg" alt="Issues icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307233.svg" alt="Issues icon" :width="24" :height="24" />
CSS background
.icon-issues {
background-image: url('https://proicons.com/icon/307233.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="M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 8C1 11.859 4.14 15 8 15C11.86 15 15 11.859 15 8C15 4.141 11.86 1 8 1C4.14 1 1 4.141 1 8ZM2 8C2 4.691 4.691 2 8 2C11.309 2 14 4.691 14 8C14 11.309 11.309 14 8 14C4.691 14 2 11.309 2 8Z"/></svg>
Copied!