L Arrow Down Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The L Arrow Down Right 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/310793.svg" alt="L Arrow Down Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310793.svg" alt="L Arrow Down Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310793.svg" alt="L Arrow Down Right icon" :width="24" :height="24" />
CSS background
.icon-l-arrow-down-right {
background-image: url('https://proicons.com/icon/310793.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="M14.6801 20.5L19.8893 15.2907C20.0032 15.1778 20.0935 15.0435 20.1551 14.8955C20.2168 14.7476 20.2485 14.5888 20.2485 14.4285C20.2485 14.2682 20.2168 14.1095 20.1551 13.9616C20.0935 13.8136 20.0032 13.6793 19.8893 13.5664L14.6801 8.35712" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.75146 3.5V10.7857C3.75146 11.7519 4.13526 12.6784 4.81843 13.3616C5.5016 14.0448 6.42818 14.4286 7.39432 14.4286H20.2415" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!