Square Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Square 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/316137.svg" alt="Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316137.svg" alt="Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316137.svg" alt="Square icon" :width="24" :height="24" />
CSS background
.icon-square {
background-image: url('https://proicons.com/icon/316137.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Square</title><path d="M4.01 0A4.01 4.01 0 000 4.01v15.98c0 2.21 1.8 4 4.01 4.01h15.98C22.2 24 24 22.2 24 19.99V4A4.01 4.01 0 0019.99 0H4zm1.62 4.36h12.74c.7 0 1.26.57 1.26 1.27v12.74c0 .7-.56 1.27-1.26 1.27H5.63c-.7 0-1.26-.57-1.26-1.27V5.63a1.27 1.27 0 011.26-1.27zm3.83 4.35a.73.73 0 00-.73.73v5.09c0 .4.32.72.72.72h5.1a.73.73 0 00.73-.72V9.44a.73.73 0 00-.73-.73h-5.1Z"/></svg>
Square in other icon packs
Copied!