Comment Add Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Comment Add 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/308785.svg" alt="Comment Add Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308785.svg" alt="Comment Add Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308785.svg" alt="Comment Add Svg icon" :width="24" :height="24" />
CSS background
.icon-comment-add---svg {
background-image: url('https://proicons.com/icon/308785.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="M2.00002 11.9999C2.00002 6.47709 6.47717 1.99994 12 1.99994C17.5229 1.99994 22 6.47709 22 11.9999C22 17.5228 17.5229 21.9999 12 21.9999C10.4773 21.9999 9.03181 21.6589 7.73782 21.0485L3.20105 21.9795C2.87178 22.0471 2.53059 21.9447 2.29291 21.707C2.05523 21.4694 1.95286 21.1282 2.02043 20.7989L2.95147 16.2621C2.34101 14.9682 2.00002 13.5226 2.00002 11.9999ZM12 8.00098C12.5523 8.00098 13 8.44869 13 9.00098V11.001H15C15.5523 11.001 16 11.4487 16 12.001C16 12.5533 15.5523 13.001 15 13.001H13V15.001C13 15.5533 12.5523 16.001 12 16.001C11.4477 16.001 11 15.5533 11 15.001V13.001H9C8.44772 13.001 8 12.5533 8 12.001C8 11.4487 8.44772 11.001 9 11.001H11V9.00098C11 8.44869 11.4477 8.00098 12 8.00098Z" fill="#292929"/> </svg>
Copied!