Vm Pending Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Vm Pending 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/307498.svg" alt="Vm Pending icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307498.svg" alt="Vm Pending icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307498.svg" alt="Vm Pending icon" :width="24" :height="24" />
CSS background
.icon-vm-pending {
background-image: url('https://proicons.com/icon/307498.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 d="M6.607 14C6.79 14.357 7.007 14.693 7.261 15H3.5C3.224 15 3 14.776 3 14.5C3 14.224 3.224 14 3.5 14H5V12H3C1.895 12 1 11.105 1 10V3C1 1.895 1.895 1 3 1H13C14.105 1 15 1.895 15 3V7.261C14.693 7.008 14.357 6.791 14 6.607V3C14 2.448 13.552 2 13 2H3C2.448 2 2 2.448 2 3V10C2 10.552 2.448 11 3 11H6.025C6.01 11.165 6 11.331 6 11.5C6 11.669 6.01 11.835 6.025 12H6V14H6.607ZM16 11.5C16 13.985 13.985 16 11.5 16C9.015 16 7 13.985 7 11.5C7 9.015 9.015 7 11.5 7C13.985 7 16 9.015 16 11.5ZM14 11.5C14 11.224 13.776 11 13.5 11H12V9C12 8.724 11.776 8.5 11.5 8.5C11.224 8.5 11 8.724 11 9V11.5C11 11.776 11.224 12 11.5 12H13.5C13.776 12 14 11.776 14 11.5Z"/></svg>
Copied!