Arrow Down Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Arrow Down 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/310515.svg" alt="Arrow Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310515.svg" alt="Arrow Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310515.svg" alt="Arrow Down icon" :width="24" :height="24" />
CSS background
.icon-arrow-down {
background-image: url('https://proicons.com/icon/310515.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 20L12 4" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M4.33941 12.9675L10.9123 19.5404C11.0546 19.6839 11.224 19.7979 11.4108 19.8757C11.5975 19.9535 11.7977 19.9936 12 19.9936C12.2023 19.9936 12.4025 19.9535 12.5892 19.8757C12.776 19.7979 12.9454 19.6839 13.0878 19.5404L19.6606 12.9675" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Arrow Down in other icon packs
Copied!