Multiply Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Multiply 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/310244.svg" alt="Multiply Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310244.svg" alt="Multiply Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310244.svg" alt="Multiply Square icon" :width="24" :height="24" />
CSS background
.icon-multiply-square {
background-image: url('https://proicons.com/icon/310244.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.56 15.15C16.7462 15.3374 16.8508 15.5908 16.8508 15.855C16.8508 16.1192 16.7462 16.3726 16.56 16.56C16.3726 16.7462 16.1192 16.8508 15.855 16.8508C15.5908 16.8508 15.3374 16.7462 15.15 16.56L12 13.41L8.84998 16.56C8.66261 16.7462 8.40921 16.8508 8.14502 16.8508C7.88083 16.8508 7.62736 16.7462 7.44 16.56C7.25375 16.3726 7.14923 16.1192 7.14923 15.855C7.14923 15.5908 7.25375 15.3374 7.44 15.15L10.59 12L7.44 8.84998C7.33532 8.76033 7.25027 8.65 7.19025 8.52594C7.13022 8.40188 7.09651 8.26675 7.09119 8.12903C7.08587 7.99131 7.10909 7.85397 7.15936 7.72565C7.20964 7.59732 7.28591 7.48082 7.38336 7.38336C7.48082 7.28591 7.59732 7.20964 7.72565 7.15936C7.85397 7.10909 7.99131 7.08587 8.12903 7.09119C8.26675 7.09651 8.40188 7.13022 8.52594 7.19025C8.65 7.25027 8.76033 7.33532 8.84998 7.44L12 10.59L15.15 7.44C15.2397 7.33532 15.35 7.25027 15.4741 7.19025C15.5981 7.13022 15.7333 7.09651 15.871 7.09119C16.0087 7.08587 16.146 7.10909 16.2744 7.15936C16.4027 7.20964 16.5192 7.28591 16.6166 7.38336C16.7141 7.48082 16.7904 7.59732 16.8406 7.72565C16.8909 7.85397 16.9141 7.99131 16.9088 8.12903C16.9035 8.26675 16.8698 8.40188 16.8098 8.52594C16.7497 8.65 16.6647 8.76033 16.56 8.84998L13.41 12L16.56 15.15Z" fill="black"/> </svg>
Copied!