Arrow Small Down Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Arrow Small 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/306992.svg" alt="Arrow Small Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306992.svg" alt="Arrow Small Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306992.svg" alt="Arrow Small Down icon" :width="24" :height="24" />
CSS background
.icon-arrow-small-down {
background-image: url('https://proicons.com/icon/306992.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="M9.85398 8.854L7.85398 10.854C7.65898 11.049 7.34198 11.049 7.14698 10.854L5.14698 8.854C4.95198 8.659 4.95198 8.342 5.14698 8.147C5.34198 7.952 5.65898 7.952 5.85398 8.147L6.99998 9.293V4.5C6.99998 4.224 7.22398 4 7.49998 4C7.77598 4 7.99998 4.224 7.99998 4.5V9.293L9.14598 8.147C9.24398 8.049 9.37198 8.001 9.49998 8.001C9.62798 8.001 9.75598 8.05 9.85398 8.147C10.049 8.342 10.049 8.659 9.85398 8.854Z"/></svg>
Arrow Small Down in other icon packs
Copied!