Arrow Down Right Icon
Free SVG icon from the Mage 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/310513.svg" alt="Arrow Down Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310513.svg" alt="Arrow Down Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310513.svg" alt="Arrow Down Right icon" :width="24" :height="24" />
CSS background
.icon-arrow-down-right {
background-image: url('https://proicons.com/icon/310513.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="M17.6569 17.6568L6.34315 6.34314" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M7.26729 18.101L16.5627 18.101C16.7649 18.1018 16.9653 18.0626 17.1523 17.9855C17.3394 17.9086 17.5093 17.7953 17.6523 17.6523C17.7953 17.5093 17.9086 17.3394 17.9856 17.1523C18.0627 16.9653 18.1019 16.7648 18.101 16.5627L18.101 7.26727" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Arrow Down Right in other icon packs
Copied!