L Arrow Up Left Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The L Arrow Up 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/310798.svg" alt="L Arrow Up Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310798.svg" alt="L Arrow Up Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310798.svg" alt="L Arrow Up Left icon" :width="24" :height="24" />
CSS background
.icon-l-arrow-up-left {
background-image: url('https://proicons.com/icon/310798.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.31996 3.50003L4.11068 8.70931C3.99686 8.8222 3.90653 8.9565 3.84488 9.10447C3.78323 9.25244 3.75149 9.41116 3.75149 9.57146C3.75149 9.73176 3.78323 9.89047 3.84488 10.0384C3.90653 10.1864 3.99686 10.3207 4.11068 10.4336L9.31996 15.6429" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M20.2485 20.5L20.2485 13.2143C20.2485 12.2481 19.8647 11.3216 19.1816 10.6384C18.4984 9.95523 17.5718 9.57143 16.6057 9.57143L3.75853 9.57143" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!