Double Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Double 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/310103.svg" alt="Double Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310103.svg" alt="Double Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310103.svg" alt="Double Square icon" :width="24" :height="24" />
CSS background
.icon-double-square {
background-image: url('https://proicons.com/icon/310103.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.71465 3.97998 3.97995C2.71468 5.24525 2.00265 6.9606 2 8.75V15.25C2 17.0402 2.71118 18.7571 3.97705 20.023C5.24292 21.2889 6.95979 22 8.75 22H15.25C17.0402 22 18.7571 21.2889 20.0229 20.023C21.2888 18.7571 22 17.0402 22 15.25V8.75C21.9974 6.9606 21.2854 5.24525 20.0201 3.97995C18.7548 2.71465 17.0394 2.00265 15.25 2ZM16.79 13.37C16.79 14.2771 16.4297 15.147 15.7883 15.7883C15.147 16.4297 14.277 16.79 13.37 16.79H10.63C9.72296 16.79 8.85317 16.4297 8.21179 15.7883C7.57042 15.147 7.21008 14.2771 7.21008 13.37V10.63C7.21008 9.72296 7.57042 8.85307 8.21179 8.2117C8.85317 7.57033 9.72296 7.21002 10.63 7.21002H13.37C14.277 7.21002 15.147 7.57033 15.7883 8.2117C16.4297 8.85307 16.79 9.72296 16.79 10.63V13.37Z" fill="black"/> </svg>
Copied!