Comment Remove Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Comment Remove 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/308789.svg" alt="Comment Remove Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308789.svg" alt="Comment Remove Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308789.svg" alt="Comment Remove Svg icon" :width="24" :height="24" />
CSS background
.icon-comment-remove---svg {
background-image: url('https://proicons.com/icon/308789.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.9999ZM9 11.001C8.44772 11.001 8 11.4487 8 12.001C8 12.5533 8.44772 13.001 9 13.001H15C15.5523 13.001 16 12.5533 16 12.001C16 11.4487 15.5523 11.001 15 11.001H9Z" fill="#292929"/> </svg>
Copied!