L Arrow Up Right Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The L Arrow Up 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/310799.svg" alt="L Arrow Up Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310799.svg" alt="L Arrow Up Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310799.svg" alt="L Arrow Up Right icon" :width="24" :height="24" />
CSS background
.icon-l-arrow-up-right {
background-image: url('https://proicons.com/icon/310799.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 3.50003L19.8893 8.70931C20.0032 8.8222 20.0935 8.9565 20.1551 9.10447C20.2168 9.25244 20.2485 9.41115 20.2485 9.57145C20.2485 9.73175 20.2168 9.89047 20.1551 10.0384C20.0935 10.1864 20.0032 10.3207 19.8893 10.4336L14.6801 15.6429" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.75148 20.5V13.2143C3.75148 12.2481 4.13528 11.3216 4.81845 10.6384C5.50162 9.95523 6.42819 9.57143 7.39434 9.57143H20.2415" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!