Arrow Left 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Left 2 Svg 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/308755.svg" alt="Arrow Left 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308755.svg" alt="Arrow Left 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308755.svg" alt="Arrow Left 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-left-2---svg {
background-image: url('https://proicons.com/icon/308755.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 fill-rule="evenodd" clip-rule="evenodd" d="M15 7C15 6.59554 14.7564 6.2309 14.3827 6.07612C14.009 5.92134 13.5789 6.00689 13.2929 6.29289L8.29289 11.2929C7.90237 11.6834 7.90237 12.3166 8.29289 12.7071L13.2929 17.7071C13.5789 17.9931 14.009 18.0787 14.3827 17.9239C14.7564 17.7691 15 17.4045 15 17V7Z" fill="#292929"/> </svg>
Copied!