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/310230.svg" alt="Message Round Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310230.svg" alt="Message Round Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310230.svg" alt="Message Round Square icon" :width="24" :height="24" />
CSS background
.icon-message-round-square {
background-image: url('https://proicons.com/icon/310230.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="M15.25 2H8.75C6.9606 2.00265 5.24528 2.71468 3.97998 3.97998C2.71468 5.24528 2.00265 6.9606 2 8.75V15.25C2.00265 17.0394 2.71468 18.7547 3.97998 20.02C5.24528 21.2853 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7547 21.2853 20.02 20.02C21.2853 18.7547 21.9974 17.0394 22 15.25V8.75C21.9974 6.9606 21.2853 5.24528 20.02 3.97998C18.7547 2.71468 17.0394 2.00265 15.25 2ZM16.86 14C16.4623 14.9617 15.7882 15.7839 14.9231 16.3624C14.058 16.941 13.0407 17.2498 12 17.25C11.3459 17.2463 10.6982 17.1208 10.09 16.88L8.46997 17.12C8.2519 17.1599 8.02703 17.1392 7.81995 17.06C7.60168 16.9973 7.40468 16.8763 7.25 16.71C7.09092 16.5438 6.97498 16.3411 6.91223 16.1198C6.84948 15.8984 6.84184 15.665 6.89001 15.44L7.09998 13.85C6.87656 13.2518 6.76147 12.6186 6.76001 11.98C6.76084 11.2923 6.89725 10.6115 7.1615 9.97662C7.42575 9.34173 7.8127 8.76523 8.30005 8.28003C9.16029 7.42297 10.2905 6.8899 11.499 6.77136C12.7075 6.65282 13.9198 6.95606 14.9302 7.62964C15.9405 8.30322 16.6868 9.30565 17.0422 10.4668C17.3976 11.6279 17.3403 12.8763 16.88 14H16.86Z" fill="black"/> </svg>
Copied!