Message Plus Round Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Plus Round 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/310226.svg" alt="Message Plus Round icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310226.svg" alt="Message Plus Round icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310226.svg" alt="Message Plus Round icon" :width="24" :height="24" />
CSS background
.icon-message-plus-round {
background-image: url('https://proicons.com/icon/310226.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.7681 6.96199 20.03 5.8565 19.0949 4.93054C17.6965 3.53121 15.9144 2.57813 13.9742 2.19186C12.0339 1.80559 10.0227 2.00351 8.19492 2.76055C6.98162 3.26722 5.87795 4.00411 4.94492 4.93054C4.01541 5.85775 3.27881 6.95994 2.77763 8.17343C2.27644 9.38691 2.02063 10.6876 2.02494 12.0005C2.01395 13.2943 2.26569 14.5769 2.76493 15.7705L2.26493 19.4206C2.1849 19.7288 2.1849 20.0523 2.26493 20.3606C2.35093 20.6666 2.50864 20.9476 2.72495 21.1805C2.94509 21.4073 3.21579 21.5786 3.51493 21.6805C3.81143 21.7779 4.1271 21.8019 4.43492 21.7505L8.09495 21.2105C9.32038 21.7373 10.6411 22.0062 11.975 22.0005C14.6269 22 17.17 20.946 19.045 19.0706C19.9797 18.1482 20.7179 17.0461 21.2149 15.8306C22.2289 13.3814 22.2289 10.6297 21.2149 8.18054H21.2649ZM15.665 12.6905H12.7549V15.5806C12.7549 15.8458 12.6496 16.1001 12.462 16.2877C12.2745 16.4752 12.0201 16.5806 11.7549 16.5806C11.4897 16.5806 11.2354 16.4752 11.0478 16.2877C10.8603 16.1001 10.7549 15.8458 10.7549 15.5806V12.6905H7.86491C7.59969 12.6905 7.34535 12.5852 7.15782 12.3976C6.97028 12.2101 6.86491 11.9558 6.86491 11.6905C6.86491 11.4253 6.97028 11.171 7.15782 10.9835C7.34535 10.7959 7.59969 10.6905 7.86491 10.6905H10.7549V7.79055C10.7549 7.52534 10.8603 7.27097 11.0478 7.08343C11.2354 6.89589 11.4897 6.79055 11.7549 6.79055C12.0201 6.79055 12.2745 6.89589 12.462 7.08343C12.6496 7.27097 12.7549 7.52534 12.7549 7.79055V10.6905H15.665C15.9302 10.6905 16.1845 10.7959 16.372 10.9835C16.5596 11.171 16.665 11.4253 16.665 11.6905C16.665 11.9558 16.5596 12.2101 16.372 12.3976C16.1845 12.5852 15.9302 12.6905 15.665 12.6905Z" fill="black"/> </svg>
Copied!