Arrow Left Icon
Free SVG icon from the Mage Icons 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/310518.svg" alt="Arrow Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310518.svg" alt="Arrow Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310518.svg" alt="Arrow Left icon" :width="24" :height="24" />
CSS background
.icon-arrow-left {
background-image: url('https://proicons.com/icon/310518.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 d="M4 12L20 12" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M11.0325 4.33939L4.45961 10.9122C4.31606 11.0546 4.20206 11.224 4.12432 11.4108C4.04646 11.5975 4.00641 11.7977 4.00641 12C4.00641 12.2023 4.04646 12.4025 4.12432 12.5892C4.20206 12.776 4.31606 12.9454 4.45961 13.0877L11.0325 19.6606" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Arrow Left in other icon packs
Copied!