Comment Discussion Quote Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Comment Discussion Quote 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/307065.svg" alt="Comment Discussion Quote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307065.svg" alt="Comment Discussion Quote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307065.svg" alt="Comment Discussion Quote icon" :width="24" :height="24" />
CSS background
.icon-comment-discussion-quote {
background-image: url('https://proicons.com/icon/307065.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="M1 4.5C1 3.119 2.119 2 3.5 2H12.5C13.881 2 15 3.119 15 4.5V9.5C15 10.881 13.881 12 12.5 12H8.688L5.625 14.68C4.991 15.234 4 14.784 4 13.942V12H3.5C2.119 12 1 10.881 1 9.5V4.5ZM3.5 3C2.672 3 2 3.672 2 4.5V9.5C2 10.328 2.672 11 3.5 11H5V13.898L8.312 11H12.5C13.328 11 14 10.328 14 9.5V4.5C14 3.672 13.328 3 12.5 3H3.5ZM12 5.5C12 5.224 11.776 5 11.5 5H4.5C4.224 5 4 5.224 4 5.5C4 5.776 4.224 6 4.5 6H11.5C11.776 6 12 5.776 12 5.5ZM10 8.5C10 8.224 9.776 8 9.5 8H4.5C4.224 8 4 8.224 4 8.5C4 8.776 4.224 9 4.5 9H9.5C9.776 9 10 8.776 10 8.5Z"/></svg>
Copied!