Comment Check Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Comment Check Svg icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308786.svg" alt="Comment Check Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308786.svg" alt="Comment Check Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308786.svg" alt="Comment Check Svg icon" :width="24" :height="24" />
CSS background
.icon-comment-check---svg {
background-image: url('https://proicons.com/icon/308786.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.9999ZM15.7074 10.707C16.0979 10.3165 16.0979 9.68336 15.7074 9.29283C15.3168 8.90231 14.6837 8.90231 14.2931 9.29283L11.0002 12.5857L9.70735 11.2928C9.31683 10.9023 8.68366 10.9023 8.29314 11.2928C7.90261 11.6834 7.90261 12.3165 8.29314 12.707L10.2931 14.707C10.6837 15.0976 11.3168 15.0976 11.7074 14.707L15.7074 10.707Z" fill="#292929"/> </svg>
Copied!