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/308481.svg" alt="Comment Add Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308481.svg" alt="Comment Add Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308481.svg" alt="Comment Add Svg icon" :width="24" :height="24" />
CSS background
.icon-comment-add---svg {
background-image: url('https://proicons.com/icon/308481.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 opacity="0.16" d="M12 20.9999C16.9706 20.9999 21 16.9705 21 11.9999C21 7.02938 16.9706 2.99994 12 2.99994C7.02944 2.99994 3 7.02938 3 11.9999C3 13.4876 3.36093 14.8909 4 16.1271L3 20.9999L7.8728 19.9999C9.10904 20.639 10.5124 20.9999 12 20.9999Z" fill="#292929"/> <path d="M4 16.1271L4.97958 16.3282C5.02556 16.1041 4.99335 15.8711 4.88832 15.6679L4 16.1271ZM7.8728 19.9999L8.33201 19.1116C8.12884 19.0066 7.89581 18.9744 7.67177 19.0204L7.8728 19.9999ZM3 20.9999L2.02042 20.7989C1.95284 21.1282 2.05521 21.4694 2.29289 21.707C2.53057 21.9447 2.87176 22.0471 3.20103 21.9795L3 20.9999ZM20 11.9999C20 16.4182 16.4183 19.9999 12 19.9999V21.9999C17.5228 21.9999 22 17.5228 22 11.9999H20ZM4 11.9999C4 7.58166 7.58172 3.99994 12 3.99994V1.99994C6.47715 1.99994 2 6.47709 2 11.9999H4ZM12 3.99994C16.4183 3.99994 20 7.58166 20 11.9999H22C22 6.47709 17.5228 1.99994 12 1.99994V3.99994ZM4.88832 15.6679C4.32091 14.5703 4 13.3241 4 11.9999H2C2 13.6511 2.40095 15.2115 3.11168 16.5864L4.88832 15.6679ZM12 19.9999C10.6759 19.9999 9.42964 19.679 8.33201 19.1116L7.41358 20.8883C8.78843 21.599 10.3489 21.9999 12 21.9999V19.9999ZM3.02042 15.9261L2.02042 20.7989L3.97958 21.201L4.97958 16.3282L3.02042 15.9261ZM3.20103 21.9795L8.07383 20.9795L7.67177 19.0204L2.79897 20.0204L3.20103 21.9795Z" fill="#292929"/> <path d="M12 9.00098V15.001" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9 12.001H15" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!