Arrow Down Right Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Arrow Down 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/311787.svg" alt="Arrow Down Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311787.svg" alt="Arrow Down Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311787.svg" alt="Arrow Down Right icon" :width="24" :height="24" />
CSS background
.icon-arrow-down-right {
background-image: url('https://proicons.com/icon/311787.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" id="memory-arrow-down-right" viewBox="0 0 22 22"><path d="M19 12V14H18V15H17V16H16V17H15V18H13V16H14V15H15V14H11V13H9V12H8V10H7V3H9V9H10V11H12V12H15V11H14V10H13V8H15V9H16V10H17V11H18V12" /></svg>
Arrow Down Right in other icon packs
Copied!