Message Plus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310227.svg" alt="Message Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310227.svg" alt="Message Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310227.svg" alt="Message Plus icon" :width="24" :height="24" />
CSS background
.icon-message-plus {
background-image: url('https://proicons.com/icon/310227.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.595 4.17005C19.7076 3.29312 18.5126 2.79786 17.265 2.79005H6.69503C6.07482 2.78873 5.46042 2.90991 4.88717 3.14665C4.31392 3.38338 3.79307 3.73101 3.35452 4.16957C2.91596 4.60812 2.56837 5.12897 2.33163 5.70222C2.09489 6.27547 1.97368 6.88984 1.975 7.51005V14.1101C1.97368 14.7303 2.09489 15.3446 2.33163 15.9179C2.56837 16.4911 2.91596 17.012 3.35452 17.4505C3.79307 17.8891 4.31392 18.2367 4.88717 18.4734C5.46042 18.7102 6.07482 18.8314 6.69503 18.8301H9.05502L10.995 20.77C11.1278 20.9107 11.2876 21.023 11.465 21.1C11.636 21.1719 11.8195 21.2092 12.005 21.21C12.1938 21.2093 12.3805 21.1719 12.555 21.1C12.7227 21.0251 12.8753 20.9201 13.005 20.7901L15.005 18.7901H17.335C18.5837 18.7876 19.7807 18.2915 20.665 17.41C21.0938 16.9693 21.4334 16.4497 21.665 15.88C21.9039 15.3066 22.0263 14.6913 22.025 14.07V7.47004C22.0036 6.22419 21.4894 5.0376 20.595 4.17005ZM15.515 11.87H12.965V14.4C12.965 14.6653 12.8597 14.9196 12.6721 15.1072C12.4846 15.2947 12.2302 15.4 11.965 15.4C11.6998 15.4 11.4454 15.2947 11.2579 15.1072C11.0704 14.9196 10.965 14.6653 10.965 14.4V11.87H8.43502C8.16981 11.87 7.91547 11.7647 7.72793 11.5772C7.54039 11.3896 7.43502 11.1353 7.43502 10.87C7.43502 10.6048 7.54039 10.3505 7.72793 10.1629C7.91547 9.97541 8.16981 9.87004 8.43502 9.87004H10.965V7.32005C10.965 7.05483 11.0704 6.80046 11.2579 6.61293C11.4454 6.42539 11.6998 6.32005 11.965 6.32005C12.2302 6.32005 12.4846 6.42539 12.6721 6.61293C12.8597 6.80046 12.965 7.05483 12.965 7.32005V9.87004H15.515C15.7803 9.87004 16.0346 9.97541 16.2221 10.1629C16.4097 10.3505 16.515 10.6048 16.515 10.87C16.515 11.1353 16.4097 11.3896 16.2221 11.5772C16.0346 11.7647 15.7803 11.87 15.515 11.87Z" fill="black"/> </svg>
Message Plus in other icon packs
Copied!