Message Round Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Round Square 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/310859.svg" alt="Message Round Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310859.svg" alt="Message Round Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310859.svg" alt="Message Round Square icon" :width="24" :height="24" />
CSS background
.icon-message-round-square {
background-image: url('https://proicons.com/icon/310859.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="M17.3284 12.0001C17.3293 12.6995 17.1922 13.3922 16.9248 14.0387C16.6574 14.6851 16.2651 15.2725 15.7702 15.7674C15.2754 16.2622 14.6877 16.6548 14.0408 16.9227C13.3939 17.1905 12.7005 17.3284 12.0002 17.3284C11.2464 17.3302 10.501 17.171 9.81388 16.8615L7.58633 17.1911C7.47558 17.2094 7.36203 17.2003 7.2556 17.1646C7.14918 17.129 7.05311 17.0678 6.9758 16.9866C6.89848 16.9053 6.84227 16.8063 6.81207 16.6983C6.78188 16.5904 6.77861 16.4766 6.80256 16.3671L7.11194 14.1081C6.81838 13.4442 6.66844 12.7259 6.67193 12.0001C6.67103 11.3007 6.80818 10.608 7.07555 9.96162C7.34291 9.31521 7.73524 8.72777 8.23011 8.2329C8.72497 7.73804 9.31266 7.34545 9.95956 7.0776C10.6065 6.80974 11.2999 6.67187 12.0002 6.67188C12.7005 6.67187 13.3939 6.80974 14.0408 7.0776C14.6877 7.34545 15.2754 7.73804 15.7702 8.2329C16.2651 8.72777 16.6574 9.31521 16.9248 9.96162C17.1922 10.608 17.3293 11.3007 17.3284 12.0001Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> </svg>
Copied!