Arrow Left Down Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Arrow Left 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/311140.svg" alt="Arrow Left Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311140.svg" alt="Arrow Left Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311140.svg" alt="Arrow Left Down icon" :width="24" :height="24" />
CSS background
.icon-arrow-left-down {
background-image: url('https://proicons.com/icon/311140.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M10 19H8V18H7V17H6V16H5V15H4V13H6V14H7V15H8V11H9V9H10V8H12V7H19V9H13V10H11V12H10V15H11V14H12V13H14V15H13V16H12V17H11V18H10"/></svg>
Arrow Left Down in other icon packs
Copied!