Double Arrow Left Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Double 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/310681.svg" alt="Double Arrow Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310681.svg" alt="Double Arrow Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310681.svg" alt="Double Arrow Left icon" :width="24" :height="24" />
CSS background
.icon-double-arrow-left {
background-image: url('https://proicons.com/icon/310681.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="M18.64 19L12.8767 13.2367C12.713 13.075 12.583 12.8824 12.4944 12.6701C12.4057 12.4578 12.36 12.2301 12.36 12C12.36 11.7699 12.4057 11.5422 12.4944 11.3299C12.583 11.1176 12.713 10.925 12.8767 10.7633L18.64 5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.64 19L5.87667 13.2367C5.713 13.075 5.58305 12.8824 5.49435 12.6701C5.40566 12.4578 5.35999 12.2301 5.35999 12C5.35999 11.7699 5.40566 11.5422 5.49435 11.3299C5.58305 11.1176 5.713 10.925 5.87667 10.7633L11.64 5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Double Arrow Left in other icon packs
Copied!