Arrow Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Arrow 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/311815.svg" alt="Arrow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311815.svg" alt="Arrow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311815.svg" alt="Arrow icon" :width="24" :height="24" />
CSS background
.icon-arrow {
background-image: url('https://proicons.com/icon/311815.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" id="memory-arrow" viewBox="0 0 22 22"><path d="M20 2H17V4H16V5H15V6H14V7H13V8H12V9H11V10H10V11H9V12H8V13H7V14H6V15H3V16H2V17H1V18H2V19H3V20H4V21H5V20H6V19H7V16H8V15H9V14H10V13H11V12H12V11H13V10H14V9H15V8H16V7H17V6H18V5H20" /></svg>
Arrow in other icon packs
Copied!