Primitive Square Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Primitive 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/307339.svg" alt="Primitive Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307339.svg" alt="Primitive Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307339.svg" alt="Primitive Square icon" :width="24" :height="24" />
CSS background
.icon-primitive-square {
background-image: url('https://proicons.com/icon/307339.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 5C5.22386 5 5 5.22386 5 5.5V10.5C5 10.7761 5.22386 11 5.5 11H10.5C10.7761 11 11 10.7761 11 10.5V5.5C11 5.22386 10.7761 5 10.5 5H5.5ZM4 5.5C4 4.67157 4.67157 4 5.5 4H10.5C11.3284 4 12 4.67157 12 5.5V10.5C12 11.3284 11.3284 12 10.5 12H5.5C4.67157 12 4 11.3284 4 10.5V5.5Z"/></svg>
Copied!