Arrow Down Left Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Arrow Down Left 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/310510.svg" alt="Arrow Down Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310510.svg" alt="Arrow Down Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310510.svg" alt="Arrow Down Left icon" :width="24" :height="24" />
CSS background
.icon-arrow-down-left {
background-image: url('https://proicons.com/icon/310510.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="M6.34315 17.6568L17.6569 6.34314" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M5.89898 7.26729L5.89898 16.5627C5.89814 16.7649 5.93732 16.9653 6.01443 17.1523C6.09137 17.3394 6.20465 17.5093 6.34768 17.6523C6.4907 17.7953 6.66062 17.9086 6.84767 17.9856C7.03471 18.0627 7.23513 18.1019 7.4373 18.101L16.7327 18.101" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Arrow Down Left in other icon packs
Copied!