L Arrow Right Up Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The L Arrow Right 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/310797.svg" alt="L Arrow Right Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310797.svg" alt="L Arrow Right Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310797.svg" alt="L Arrow Right Up icon" :width="24" :height="24" />
CSS background
.icon-l-arrow-right-up {
background-image: url('https://proicons.com/icon/310797.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 9.31995L15.2907 4.11066C15.1778 3.99685 15.0435 3.90651 14.8956 3.84487C14.7476 3.78322 14.5889 3.75148 14.4286 3.75148C14.2683 3.75148 14.1096 3.78322 13.9616 3.84487C13.8136 3.90651 13.6793 3.99685 13.5664 4.11066L8.35715 9.31995" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.5 20.2485L10.7857 20.2485C11.7519 20.2485 12.6784 19.8647 13.3616 19.1816C14.0448 18.4984 14.4286 17.5718 14.4286 16.6057L14.4286 3.75854" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!