Comment Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Comment 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/307070.svg" alt="Comment icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307070.svg" alt="Comment icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307070.svg" alt="Comment icon" :width="24" :height="24" />
CSS background
.icon-comment {
background-image: url('https://proicons.com/icon/307070.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.11929 2.11929 2 3.5 2H12.5C13.8807 2 15 3.11929 15 4.5V9.5C15 10.8807 13.8807 12 12.5 12H8.68787L5.62533 14.6797C4.99168 15.2342 4 14.7842 4 13.9422V12H3.5C2.11929 12 1 10.8807 1 9.5V4.5ZM3.5 3C2.67157 3 2 3.67157 2 4.5V9.5C2 10.3284 2.67157 11 3.5 11H5V13.8981L8.31213 11H12.5C13.3284 11 14 10.3284 14 9.5V4.5C14 3.67157 13.3284 3 12.5 3H3.5Z"/></svg>
Comment in other icon packs
Copied!