Arrow Up Right Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The 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/311161.svg" alt="Arrow Up Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311161.svg" alt="Arrow Up Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311161.svg" alt="Arrow Up Right icon" :width="24" :height="24" />
CSS background
.icon-arrow-up-right {
background-image: url('https://proicons.com/icon/311161.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M19 10V8H18V7H17V6H16V5H15V4H13V6H14V7H15V8H11V9H9V10H8V12H7V19H9V13H10V11H12V10H15V11H14V12H13V14H15V13H16V12H17V11H18V10"/></svg>
Arrow Up Right in other icon packs
Copied!