Arrow Down Icon
Free SVG icon from the VS Code Codicons 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/306989.svg" alt="Arrow Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306989.svg" alt="Arrow Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306989.svg" alt="Arrow Down icon" :width="24" :height="24" />
CSS background
.icon-arrow-down {
background-image: url('https://proicons.com/icon/306989.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.854 8.146C13.659 7.951 13.342 7.951 13.147 8.146L9.00096 12.292V2.5C9.00096 2.224 8.77696 2 8.50096 2C8.22496 2 8.00096 2.224 8.00096 2.5V12.293L3.85496 8.147C3.65996 7.952 3.34296 7.952 3.14796 8.147C2.95296 8.342 2.95296 8.659 3.14796 8.854L8.14796 13.854C8.24596 13.952 8.37396 14 8.50196 14C8.62996 14 8.75796 13.951 8.85596 13.854L13.856 8.854C14.051 8.659 14.051 8.342 13.856 8.147L13.854 8.146Z"/></svg>
Arrow Down in other icon packs
Copied!