Arrow Down 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Down 1 Svg 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/308748.svg" alt="Arrow Down 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308748.svg" alt="Arrow Down 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308748.svg" alt="Arrow Down 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-down-1---svg {
background-image: url('https://proicons.com/icon/308748.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 fill-rule="evenodd" clip-rule="evenodd" d="M5.00003 11C4.59557 11 4.23093 11.2436 4.07615 11.6173C3.92137 11.991 4.00692 12.4211 4.29292 12.7071L11.2929 19.7071C11.6834 20.0976 12.3166 20.0976 12.7071 19.7071L19.7071 12.7071C19.9931 12.4211 20.0787 11.991 19.9239 11.6173C19.7691 11.2436 19.4045 11 19 11L13 11L13 5C13 4.44771 12.5523 4 12 4C11.4477 4 11 4.44771 11 5L11 11L5.00003 11Z" fill="#292929"/> </svg>
Copied!