Arrow Up Left Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The 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/310525.svg" alt="Arrow Up Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310525.svg" alt="Arrow Up Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310525.svg" alt="Arrow Up Left icon" :width="24" :height="24" />
CSS background
.icon-arrow-up-left {
background-image: url('https://proicons.com/icon/310525.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="M6.34314 6.34315L17.6568 17.6569" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M16.7327 5.89901L7.4373 5.89901C7.23513 5.89817 7.03472 5.93735 6.84767 6.01446C6.66062 6.0914 6.4907 6.20468 6.34768 6.34771C6.20465 6.49073 6.09137 6.66065 6.01443 6.8477C5.93732 7.03474 5.89814 7.23516 5.89898 7.43733L5.89899 16.7327" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Arrow Up Left in other icon packs
Copied!