Message Info Round Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Info Round icon is commonly used in tooltips, help sections and onboarding flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310222.svg" alt="Message Info Round icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310222.svg" alt="Message Info Round icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310222.svg" alt="Message Info Round icon" :width="24" :height="24" />
CSS background
.icon-message-info-round {
background-image: url('https://proicons.com/icon/310222.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.265 8.18054C20.7654 6.96587 20.0314 5.86151 19.105 4.93054C18.1719 4.00411 17.0683 3.26722 15.855 2.76055C14.0272 2.00351 12.016 1.80559 10.0757 2.19186C8.13547 2.57813 6.35341 3.53121 4.95497 4.93054C4.01777 5.85472 3.27932 6.96068 2.78495 8.18054C2.27937 9.39043 2.02095 10.6893 2.02494 12.0005C2.01395 13.2943 2.26572 14.5769 2.76496 15.7705L2.26496 19.4206C2.19496 19.73 2.19496 20.0511 2.26496 20.3606C2.35241 20.663 2.51001 20.9405 2.72495 21.1706C2.94158 21.4016 3.21199 21.5754 3.51209 21.6766C3.8122 21.7778 4.13266 21.8032 4.44496 21.7505L8.09495 21.2105C9.32072 21.7362 10.6412 22.0051 11.975 22.0005C13.2895 22.0045 14.5915 21.7461 15.8049 21.2405C18.2541 20.2256 20.2 18.2797 21.2149 15.8306C22.2289 13.3814 22.2289 10.6297 21.2149 8.18054H21.265ZM13.0849 16.5406C13.0849 16.8058 12.9796 17.0601 12.7921 17.2476C12.6045 17.4352 12.3502 17.5406 12.0849 17.5406C11.8197 17.5406 11.5654 17.4352 11.3778 17.2476C11.1903 17.0601 11.0849 16.8058 11.0849 16.5406V10.9905C11.0849 10.7253 11.1903 10.471 11.3778 10.2834C11.5654 10.0959 11.8197 9.99053 12.0849 9.99053C12.3502 9.99053 12.6045 10.0959 12.7921 10.2834C12.9796 10.471 13.0849 10.7253 13.0849 10.9905V16.5406ZM11.975 8.69055C11.6434 8.69055 11.3255 8.55885 11.0911 8.32443C10.8567 8.09001 10.725 7.77207 10.725 7.44055C10.725 7.10903 10.8567 6.79109 11.0911 6.55667C11.3255 6.32225 11.6434 6.19055 11.975 6.19055C12.3065 6.19055 12.6244 6.32225 12.8588 6.55667C13.0933 6.79109 13.225 7.10903 13.225 7.44055C13.225 7.77207 13.0933 8.09001 12.8588 8.32443C12.6244 8.55885 12.3065 8.69055 11.975 8.69055Z" fill="black"/> </svg>
Copied!