Square Down Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Square Down 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/306563.svg" alt="Square Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306563.svg" alt="Square Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306563.svg" alt="Square Down icon" :width="24" :height="24" />
CSS background
.icon-square-down {
background-image: url('https://proicons.com/icon/306563.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="M871 62H129c-37 0-66 30-66 67v742c0 37 29 66 66 66h742c37 0 66-29 66-66V129c1-37-29-67-66-67zm-57 337L518 695c-10 10-26 10-35 0L187 399c-10-10-10-26 0-35l59-59c9-10 25-10 35 0l202 202c9 10 25 10 35 0l202-202c9-10 25-10 35 0l59 59c9 9 9 25 0 35z"/></svg>
Copied!