Arrow Left Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Arrow 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/306990.svg" alt="Arrow Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306990.svg" alt="Arrow Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306990.svg" alt="Arrow Left icon" :width="24" :height="24" />
CSS background
.icon-arrow-left {
background-image: url('https://proicons.com/icon/306990.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="M13.5 8.00023H3.70701L7.85301 3.85423C8.04801 3.65923 8.04801 3.34223 7.85301 3.14723C7.65801 2.95223 7.34101 2.95223 7.14601 3.14723L2.14601 8.14723C1.95101 8.34223 1.95101 8.65923 2.14601 8.85423L7.14601 13.8542C7.24401 13.9522 7.37201 14.0002 7.50001 14.0002C7.62801 14.0002 7.75601 13.9512 7.85401 13.8542C8.04901 13.6592 8.04901 13.3422 7.85401 13.1472L3.70801 9.00123H13.501C13.777 9.00123 14.001 8.77723 14.001 8.50123C14.001 8.22523 13.777 8.00123 13.501 8.00123L13.5 8.00023Z"/></svg>
Arrow Left in other icon packs
Copied!