L Arrow Left Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The L Arrow Left Up 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/310795.svg" alt="L Arrow Left Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310795.svg" alt="L Arrow Left Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310795.svg" alt="L Arrow Left Up icon" :width="24" :height="24" />
CSS background
.icon-l-arrow-left-up {
background-image: url('https://proicons.com/icon/310795.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 9.31995L8.70928 4.11066C8.82216 3.99685 8.95646 3.90651 9.10444 3.84486C9.25241 3.78321 9.41112 3.75148 9.57142 3.75148C9.73172 3.75148 9.89044 3.78321 10.0384 3.84486C10.1864 3.90651 10.3207 3.99685 10.4336 4.11066L15.6429 9.31995" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M20.5 20.2485L13.2143 20.2485C12.2481 20.2485 11.3215 19.8647 10.6384 19.1816C9.95521 18.4984 9.57141 17.5718 9.57141 16.6057L9.57141 3.75853" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!