L Arrow Left Down Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The L Arrow Left Down 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/310794.svg" alt="L Arrow Left Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310794.svg" alt="L Arrow Left Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310794.svg" alt="L Arrow Left Down icon" :width="24" :height="24" />
CSS background
.icon-l-arrow-left-down {
background-image: url('https://proicons.com/icon/310794.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="M3.49999 14.6801L8.70928 19.8893C8.82216 20.0032 8.95646 20.0935 9.10444 20.1551C9.25241 20.2168 9.41112 20.2485 9.57142 20.2485C9.73172 20.2485 9.89044 20.2168 10.0384 20.1551C10.1864 20.0935 10.3207 20.0032 10.4336 19.8893L15.6429 14.6801" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M20.5 3.75146L13.2143 3.75146C12.2481 3.75146 11.3216 4.13526 10.6384 4.81843C9.95522 5.5016 9.57142 6.42818 9.57142 7.39432L9.57142 20.2415" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!