Square Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Square Left icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306564.svg" alt="Square Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306564.svg" alt="Square Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306564.svg" alt="Square Left icon" :width="24" :height="24" />
CSS background
.icon-square-left {
background-image: url('https://proicons.com/icon/306564.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M938 871V129c0-37-30-67-67-67H129c-37 0-66 30-66 67v742c0 37 29 66 66 66h742c37 1 67-29 67-66zm-337-57L305 518c-10-10-10-26 0-35l296-296c10-10 26-10 35 0l59 58c10 10 10 26 0 36L493 483c-10 9-10 25 0 35l202 202c10 9 10 25 0 35l-59 59c-9 9-25 9-35 0z"/></svg>
Square Left in other icon packs
Copied!