L Arrow Right Down Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The L Arrow Right 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/310796.svg" alt="L Arrow Right Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310796.svg" alt="L Arrow Right Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310796.svg" alt="L Arrow Right Down icon" :width="24" :height="24" />
CSS background
.icon-l-arrow-right-down {
background-image: url('https://proicons.com/icon/310796.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="M20.5 14.6801L15.2907 19.8893C15.1778 20.0032 15.0435 20.0935 14.8956 20.1551C14.7476 20.2168 14.5889 20.2485 14.4286 20.2485C14.2683 20.2485 14.1096 20.2168 13.9616 20.1551C13.8136 20.0935 13.6793 20.0032 13.5664 19.8893L8.35715 14.6801" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.5 3.75146L10.7857 3.75147C11.7519 3.75147 12.6784 4.13527 13.3616 4.81843C14.0448 5.5016 14.4286 6.42818 14.4286 7.39432L14.4286 20.2415" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!