Chevron Down Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chevron Down Square icon is commonly used in dropdown menus, accordions and breadcrumb navigation. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310047.svg" alt="Chevron Down Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310047.svg" alt="Chevron Down Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310047.svg" alt="Chevron Down Square icon" :width="24" :height="24" />
CSS background
.icon-chevron-down-square {
background-image: url('https://proicons.com/icon/310047.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.00265 17.0394 2.71468 18.7548 3.97998 20.0201C5.24528 21.2853 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7547 21.2853 20.02 20.0201C21.2853 18.7548 21.9974 17.0394 22 15.25V8.75C21.9974 6.9606 21.2853 5.24525 20.02 3.97995C18.7547 2.71465 17.0394 2.00265 15.25 2ZM17.13 10.88L13.54 14.55C13.3467 14.7496 13.1151 14.9083 12.8591 15.0166C12.6031 15.1248 12.328 15.1804 12.05 15.18C11.772 15.1821 11.4963 15.1277 11.24 15.02C10.984 14.9153 10.7525 14.7587 10.5601 14.56L6.88 10.88C6.71618 10.6887 6.63054 10.4426 6.64026 10.1909C6.64998 9.93927 6.7544 9.70052 6.9325 9.52243C7.11059 9.34434 7.34928 9.24001 7.60095 9.23029C7.85263 9.22056 8.09874 9.30617 8.29004 9.47L11.97 13.15H12.08L15.7 9.45999C15.7919 9.3661 15.9015 9.29122 16.0223 9.23965C16.1432 9.18809 16.273 9.16085 16.4044 9.15945C16.5358 9.15806 16.6662 9.18254 16.7881 9.23154C16.91 9.28053 17.0211 9.35308 17.115 9.44501C17.2089 9.53693 17.2838 9.64644 17.3353 9.7673C17.3869 9.88816 17.4141 10.018 17.4155 10.1494C17.4169 10.2808 17.3925 10.4112 17.3435 10.5331C17.2945 10.655 17.2219 10.7661 17.13 10.86V10.88Z" fill="black"/> </svg>
Chevron Down Square in other icon packs
Copied!