Comment Unresolved Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Comment Unresolved 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/307069.svg" alt="Comment Unresolved icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307069.svg" alt="Comment Unresolved icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307069.svg" alt="Comment Unresolved icon" :width="24" :height="24" />
CSS background
.icon-comment-unresolved {
background-image: url('https://proicons.com/icon/307069.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.081 11.203C8.028 11.46 8 11.727 8 12V11.999C8 12.1664 8.02354 12.3283 8.04698 12.4896C8.05001 12.5104 8.05303 12.5312 8.056 12.552L5.625 14.679C4.992 15.234 4 14.784 4 13.942V12H3.5C2.119 12 1 10.881 1 9.5V4.5C1 3.119 2.119 2 3.5 2H12.5C13.881 2 15 3.119 15 4.5V9.382C14.714 9.054 14.378 8.777 14 8.556V4.5C14 3.672 13.328 3 12.5 3H3.5C2.672 3 2 3.672 2 4.5V9.5C2 10.328 2.672 11 3.5 11H5V13.898L8.081 11.203Z"/><path d="M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z"/></svg>
Copied!