Arrow Left 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Left 1 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/308754.svg" alt="Arrow Left 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308754.svg" alt="Arrow Left 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308754.svg" alt="Arrow Left 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-left-1---svg {
background-image: url('https://proicons.com/icon/308754.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="M13 5C13 4.59554 12.7564 4.2309 12.3827 4.07612C12.009 3.92134 11.5789 4.00689 11.2929 4.29289L4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L11.2929 19.7071C11.5789 19.9931 12.009 20.0787 12.3827 19.9239C12.7564 19.7691 13 19.4045 13 19V13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H13V5Z" fill="#292929"/> </svg>
Copied!