Arrow Down Right Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Arrow Down Right Square 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/310512.svg" alt="Arrow Down Right Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310512.svg" alt="Arrow Down Right Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310512.svg" alt="Arrow Down Right Square icon" :width="24" :height="24" />
CSS background
.icon-arrow-down-right-square {
background-image: url('https://proicons.com/icon/310512.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="M15.8131 15.8131L8.18701 8.18701" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M8.84473 16.1111H15.0833C15.3559 16.1111 15.6174 16.0028 15.8101 15.8101C16.0028 15.6174 16.1111 15.3559 16.1111 15.0833V8.84473" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> </svg>
Arrow Down Right Square in other icon packs
Copied!