Arrow Small Left Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Arrow Small Left 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/306993.svg" alt="Arrow Small Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306993.svg" alt="Arrow Small Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306993.svg" alt="Arrow Small Left icon" :width="24" :height="24" />
CSS background
.icon-arrow-small-left {
background-image: url('https://proicons.com/icon/306993.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="M6.14601 9.85398L4.14601 7.85398C3.95101 7.65898 3.95101 7.34198 4.14601 7.14698L6.14601 5.14698C6.34101 4.95198 6.65801 4.95198 6.85301 5.14698C7.04801 5.34198 7.04801 5.65898 6.85301 5.85398L5.70701 6.99998H10.5C10.776 6.99998 11 7.22398 11 7.49998C11 7.77598 10.776 7.99998 10.5 7.99998H5.70701L6.85301 9.14598C6.95101 9.24398 6.99901 9.37198 6.99901 9.49998C6.99901 9.62798 6.95001 9.75598 6.85301 9.85398C6.65801 10.049 6.34101 10.049 6.14601 9.85398Z"/></svg>
Arrow Small Left in other icon packs
Copied!