Message Minus Round Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Minus Round icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310224.svg" alt="Message Minus Round icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310224.svg" alt="Message Minus Round icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310224.svg" alt="Message Minus Round icon" :width="24" :height="24" />
CSS background
.icon-message-minus-round {
background-image: url('https://proicons.com/icon/310224.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.19492 2.76055C6.98162 3.26722 5.87795 4.00411 4.94492 4.93054C4.01848 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.26569 14.5769 2.76493 15.7705L2.26493 19.4206C2.19025 19.7294 2.19025 20.0517 2.26493 20.3606C2.35796 20.6636 2.51483 20.9432 2.72495 21.1805C2.94509 21.4073 3.21579 21.5786 3.51493 21.6805C3.81508 21.7768 4.13374 21.8008 4.44492 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.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.925 13.0005H8.12498C7.85976 13.0005 7.60536 12.8952 7.41783 12.7077C7.23029 12.5201 7.12498 12.2658 7.12498 12.0005C7.12498 11.7353 7.23029 11.481 7.41783 11.2935C7.60536 11.1059 7.85976 11.0005 8.12498 11.0005H15.925C16.1902 11.0005 16.4445 11.1059 16.6321 11.2935C16.8196 11.481 16.925 11.7353 16.925 12.0005C16.925 12.2658 16.8196 12.5201 16.6321 12.7077C16.4445 12.8952 16.1902 13.0005 15.925 13.0005Z" fill="black"/> </svg>
Copied!