Comment Dots Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Comment Dots 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/308788.svg" alt="Comment Dots Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308788.svg" alt="Comment Dots Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308788.svg" alt="Comment Dots Svg icon" :width="24" :height="24" />
CSS background
.icon-comment-dots---svg {
background-image: url('https://proicons.com/icon/308788.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 12C2.00002 6.47712 6.47717 1.99997 12 1.99997C17.5229 1.99997 22 6.47712 22 12C22 17.5228 17.5229 22 12 22C10.4773 22 9.03181 21.659 7.73782 21.0485L3.20105 21.9796C2.87178 22.0471 2.53059 21.9448 2.29291 21.7071C2.05523 21.4694 1.95286 21.1282 2.02043 20.7989L2.95147 16.2622C2.34101 14.9682 2.00002 13.5227 2.00002 12ZM7.5 10.5C6.67157 10.5 6 11.1715 6 12V12.01C6 12.8384 6.67157 13.51 7.5 13.51H7.51C8.33843 13.51 9.01 12.8384 9.01 12.01V12C9.01 11.1715 8.33843 10.5 7.51 10.5H7.5ZM12 10.5C11.1716 10.5 10.5 11.1715 10.5 12V12.01C10.5 12.8384 11.1716 13.51 12 13.51H12.01C12.8384 13.51 13.51 12.8384 13.51 12.01V12C13.51 11.1715 12.8384 10.5 12.01 10.5H12ZM15 12C15 11.1715 15.6716 10.5 16.5 10.5H16.51C17.3384 10.5 18.01 11.1715 18.01 12V12.01C18.01 12.8384 17.3384 13.51 16.51 13.51H16.5C15.6716 13.51 15 12.8384 15 12.01V12Z" fill="#292929"/> </svg>
Copied!