Comment Close Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Comment Close Svg icon is commonly used in modals, notifications and tag removals. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308787.svg" alt="Comment Close Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308787.svg" alt="Comment Close Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308787.svg" alt="Comment Close Svg icon" :width="24" :height="24" />
CSS background
.icon-comment-close---svg {
background-image: url('https://proicons.com/icon/308787.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.9999ZM10.7074 9.29283C10.3168 8.90231 9.68366 8.90231 9.29314 9.29283C8.90261 9.68336 8.90261 10.3165 9.29314 10.707L10.586 11.9999L9.29314 13.2928C8.90261 13.6834 8.90261 14.3165 9.29314 14.707C9.68366 15.0976 10.3168 15.0976 10.7074 14.707L12.0002 13.4142L13.2931 14.707C13.6837 15.0976 14.3168 15.0976 14.7074 14.707C15.0979 14.3165 15.0979 13.6834 14.7074 13.2928L13.4145 11.9999L14.7074 10.707C15.0979 10.3165 15.0979 9.68336 14.7074 9.29283C14.3168 8.90231 13.6837 8.90231 13.2931 9.29283L12.0002 10.5857L10.7074 9.29283Z" fill="#292929"/> </svg>
Copied!