Arrow Down Left Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Arrow Down Left Square icon is commonly used in navigation controls, pagination and call-to-action buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310509.svg" alt="Arrow Down Left Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310509.svg" alt="Arrow Down Left Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310509.svg" alt="Arrow Down Left Square icon" :width="24" :height="24" />
CSS background
.icon-arrow-down-left-square {
background-image: url('https://proicons.com/icon/310509.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="M8.18701 15.8131L15.8131 8.18701" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M7.88867 8.84473V15.0833C7.88867 15.3559 7.99696 15.6174 8.1897 15.8101C8.38245 16.0028 8.64386 16.1111 8.91645 16.1111H15.1551" 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>
Arrow Down Left Square in other icon packs
Copied!