Vm Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Vm 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/307501.svg" alt="Vm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307501.svg" alt="Vm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307501.svg" alt="Vm icon" :width="24" :height="24" />
CSS background
.icon-vm {
background-image: url('https://proicons.com/icon/307501.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="M3 1C1.895 1 1 1.895 1 3V10C1 11.105 1.895 12 3 12H5V14H3.5C3.224 14 3 14.224 3 14.5C3 14.776 3.224 15 3.5 15H12.5C12.776 15 13 14.776 13 14.5C13 14.224 12.776 14 12.5 14H11V12H13C14.105 12 15 11.105 15 10V3C15 1.895 14.105 1 13 1H3ZM10 12V14H6V12H10ZM2 3C2 2.448 2.448 2 3 2H13C13.552 2 14 2.448 14 3V10C14 10.552 13.552 11 13 11H3C2.448 11 2 10.552 2 10V3Z"/></svg>
Copied!