Message Check Round Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Check Round 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/310217.svg" alt="Message Check Round icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310217.svg" alt="Message Check Round icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310217.svg" alt="Message Check Round icon" :width="24" :height="24" />
CSS background
.icon-message-check-round {
background-image: url('https://proicons.com/icon/310217.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 d="M21.2649 8.18054C20.7706 6.96068 20.0321 5.85472 19.0949 4.93054C17.6965 3.53121 15.9144 2.57813 13.9742 2.19186C12.0339 1.80559 10.0227 2.00351 8.19496 2.76055C6.98165 3.26722 5.87798 4.00411 4.94496 4.93054C4.01851 5.86151 3.28454 6.96587 2.78495 8.18054C2.27937 9.39043 2.02095 10.6893 2.02494 12.0005C2.01395 13.2943 2.26571 14.5769 2.76495 15.7705L2.26495 19.4206C2.19027 19.7294 2.19027 20.0517 2.26495 20.3606C2.35798 20.6636 2.51483 20.9432 2.72495 21.1805C2.94509 21.4073 3.21581 21.5786 3.51495 21.6805C3.8151 21.7768 4.13377 21.8008 4.44496 21.7505L8.09495 21.2105C9.32038 21.7373 10.6411 22.0062 11.975 22.0005C13.2895 22.0045 14.5916 21.7461 15.805 21.2405C17.0169 20.7368 18.1178 19.9995 19.0449 19.0706C19.9797 18.1482 20.7179 17.0461 21.2149 15.8306C22.2289 13.3814 22.2289 10.6297 21.2149 8.18054H21.2649ZM16.8549 10.2405L12.175 14.9105C12.0042 15.0903 11.7959 15.2303 11.565 15.3206C11.3383 15.421 11.0929 15.4721 10.8449 15.4705C10.5972 15.4709 10.352 15.4198 10.1249 15.3206C9.89214 15.2282 9.68103 15.0886 9.50495 14.9105L7.19496 12.6006C7.00665 12.4122 6.90086 12.1569 6.90086 11.8906C6.90086 11.6243 7.00665 11.3688 7.19496 11.1805C7.38326 10.9922 7.63865 10.8865 7.90495 10.8865C8.17125 10.8865 8.42665 10.9922 8.61495 11.1805L10.8549 13.4206L15.4349 8.83056C15.5279 8.73683 15.6385 8.66243 15.7604 8.61166C15.8822 8.56089 16.0129 8.53475 16.145 8.53475C16.277 8.53475 16.4077 8.56089 16.5295 8.61166C16.6514 8.66243 16.762 8.73683 16.8549 8.83056C17.0412 9.01792 17.1457 9.27136 17.1457 9.53555C17.1457 9.79973 17.0412 10.0532 16.8549 10.2405Z" fill="black"/> </svg>
Copied!