Whitespace Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Whitespace 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/307508.svg" alt="Whitespace icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307508.svg" alt="Whitespace icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307508.svg" alt="Whitespace icon" :width="24" :height="24" />
CSS background
.icon-whitespace {
background-image: url('https://proicons.com/icon/307508.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="M7 2H11.5C11.776 2 12 2.224 12 2.5C12 2.776 11.776 3 11.5 3H11V13.5C11 13.776 10.776 14 10.5 14C10.224 14 10 13.776 10 13.5V3H9V13.5C9 13.776 8.776 14 8.5 14C8.224 14 8 13.776 8 13.5V9H7C5.067 9 3.5 7.433 3.5 5.5C3.5 3.567 5.067 2 7 2ZM7 8H8V3H7C5.619 3 4.5 4.119 4.5 5.5C4.5 6.881 5.619 8 7 8Z"/></svg>
Copied!