Arrow Down Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Arrow Down 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/310514.svg" alt="Arrow Down Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310514.svg" alt="Arrow Down Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310514.svg" alt="Arrow Down Square icon" :width="24" :height="24" />
CSS background
.icon-arrow-down-square {
background-image: url('https://proicons.com/icon/310514.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="M12 17.1901V6.39844" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M6.86133 12.4624L11.2705 16.8818C11.3661 16.9781 11.4798 17.0546 11.6049 17.1068C11.7302 17.159 11.8646 17.1859 12.0002 17.1859C12.1359 17.1859 12.2702 17.159 12.3955 17.1068C12.5207 17.0546 12.6344 16.9781 12.7299 16.8818L17.1391 12.4624" 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 Square in other icon packs
Copied!