Comment User Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Comment User icon is commonly used in account pages, profile sections and authentication flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312087.svg" alt="Comment User icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312087.svg" alt="Comment User icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312087.svg" alt="Comment User icon" :width="24" :height="24" />
CSS background
.icon-comment-user {
background-image: url('https://proicons.com/icon/312087.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-comment-user" viewBox="0 0 22 22"><path d="M12 10H10V9H9V7H10V6H12V7H13V9H12M15 14H7V12H8V11H14V12H15M8 19H9V18H10V17H11V16H19V4H3V16H8M10 21H6V18H2V17H1V3H2V2H20V3H21V17H20V18H12V19H11V20H10Z" /></svg>
Copied!