Comment Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Comment Svg 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/308784.svg" alt="Comment Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308784.svg" alt="Comment Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308784.svg" alt="Comment Svg icon" :width="24" :height="24" />
CSS background
.icon-comment---svg {
background-image: url('https://proicons.com/icon/308784.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.99994C6.47717 1.99994 2.00002 6.47709 2.00002 11.9999C2.00002 13.5226 2.34101 14.9682 2.95147 16.2621L2.02043 20.7989C1.95286 21.1282 2.05523 21.4694 2.29291 21.707C2.53059 21.9447 2.87178 22.0471 3.20105 21.9795L7.73782 21.0485C9.03181 21.6589 10.4773 21.9999 12 21.9999C17.5229 21.9999 22 17.5228 22 11.9999C22 6.47709 17.5229 1.99994 12 1.99994Z" fill="#292929"/> </svg>
Copied!