Message Information Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Information 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/310223.svg" alt="Message Information icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310223.svg" alt="Message Information icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310223.svg" alt="Message Information icon" :width="24" :height="24" />
CSS background
.icon-message-information {
background-image: url('https://proicons.com/icon/310223.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="M20.575 4.17007C20.139 3.73089 19.6202 3.38271 19.0485 3.14581C18.4768 2.9089 17.8638 2.78799 17.245 2.79007H6.715C5.46399 2.79271 4.26497 3.29084 3.38037 4.17544C2.49577 5.06004 1.99764 6.25906 1.995 7.51007V14.1101C1.99764 15.3611 2.49577 16.5601 3.38037 17.4447C4.26497 18.3293 5.46399 18.8274 6.715 18.8301H9.04498L10.995 20.77C11.1241 20.9104 11.2806 21.0228 11.455 21.1001C11.6263 21.1709 11.8096 21.2082 11.995 21.21C12.3703 21.2057 12.7291 21.055 12.995 20.7901L14.995 18.7901H17.325C18.5736 18.7876 19.7706 18.2916 20.655 17.4101C21.0832 16.9688 21.4227 16.4494 21.655 15.8801C21.886 15.3046 22.0049 14.6902 22.005 14.0701V7.47006C21.9836 6.22421 21.4694 5.03761 20.575 4.17007ZM12.965 15.2501C12.965 15.5153 12.8596 15.7696 12.6721 15.9572C12.4846 16.1447 12.2302 16.2501 11.965 16.2501C11.6998 16.2501 11.4454 16.1447 11.2579 15.9572C11.0703 15.7696 10.965 15.5153 10.965 15.2501V10.2001C10.965 9.93485 11.0703 9.68048 11.2579 9.49295C11.4454 9.30541 11.6998 9.20007 11.965 9.20007C12.2302 9.20007 12.4846 9.30541 12.6721 9.49295C12.8596 9.68048 12.965 9.93485 12.965 10.2001V15.2501ZM11.865 8.25006C11.5335 8.25006 11.2155 8.11836 10.9811 7.88394C10.7467 7.64952 10.615 7.33158 10.615 7.00006C10.615 6.66854 10.7467 6.3506 10.9811 6.11618C11.2155 5.88176 11.5335 5.75006 11.865 5.75006C12.1965 5.75006 12.5145 5.88176 12.7489 6.11618C12.9833 6.3506 13.115 6.66854 13.115 7.00006C13.115 7.33158 12.9833 7.64952 12.7489 7.88394C12.5145 8.11836 12.1965 8.25006 11.865 8.25006Z" fill="black"/> </svg>
Copied!