Arrow Bottom Left 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Bottom 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/308736.svg" alt="Arrow Bottom Left 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308736.svg" alt="Arrow Bottom Left 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308736.svg" alt="Arrow Bottom Left 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-bottom-left-1---svg {
background-image: url('https://proicons.com/icon/308736.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="M6 7.00003L6 17C6 17.5523 6.44772 18 7 18L17 18C17.4045 18 17.7691 17.7564 17.9239 17.3827C18.0787 17.009 17.9931 16.5789 17.7071 16.2929L13.4142 12L17.7071 7.70714C18.0976 7.31661 18.0976 6.68345 17.7071 6.29292C17.3166 5.9024 16.6834 5.9024 16.2929 6.29292L12 10.5858L7.70711 6.29292C7.42111 6.00693 6.99099 5.92137 6.61732 6.07615C6.24364 6.23093 6 6.59557 6 7.00003Z" fill="#292929"/> </svg>
Copied!