L Arrow Down Left Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The L 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/310792.svg" alt="L Arrow Down Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310792.svg" alt="L Arrow Down Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310792.svg" alt="L Arrow Down Left icon" :width="24" :height="24" />
CSS background
.icon-l-arrow-down-left {
background-image: url('https://proicons.com/icon/310792.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="M9.31995 20.5L4.11067 15.2907C3.99685 15.1778 3.90652 15.0435 3.84487 14.8955C3.78322 14.7476 3.75149 14.5888 3.75149 14.4285C3.75149 14.2682 3.78322 14.1095 3.84487 13.9616C3.90652 13.8136 3.99685 13.6793 4.11067 13.5664L9.31995 8.35712" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M20.2485 3.5L20.2485 10.7857C20.2485 11.7519 19.8647 12.6784 19.1816 13.3616C18.4984 14.0448 17.5718 14.4286 16.6057 14.4286L3.75853 14.4286" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!