Arrow Bottom Left 3 Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Bottom Left 3 Square 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/308738.svg" alt="Arrow Bottom Left 3 Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308738.svg" alt="Arrow Bottom Left 3 Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308738.svg" alt="Arrow Bottom Left 3 Square Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-bottom-left-3-square---svg {
background-image: url('https://proicons.com/icon/308738.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="M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V4ZM9 10V14C9 14.5523 9.44772 15 10 15H14C14.5523 15 15 14.5523 15 14C15 13.4477 14.5523 13 14 13H12.4142L14.7071 10.7071C15.0976 10.3166 15.0976 9.68342 14.7071 9.29289C14.3166 8.90237 13.6834 8.90237 13.2929 9.29289L11 11.5858V10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10Z" fill="#292929"/> </svg>
Copied!