Vm Outline Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Vm Outline 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/307497.svg" alt="Vm Outline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307497.svg" alt="Vm Outline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307497.svg" alt="Vm Outline icon" :width="24" :height="24" />
CSS background
.icon-vm-outline {
background-image: url('https://proicons.com/icon/307497.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.981 13.981 16 11.5 16C9.019 16 7 13.981 7 11.5C7 9.019 9.019 7 11.5 7C13.981 7 16 9.019 16 11.5ZM15 11.5C15 9.57 13.43 8 11.5 8C9.57 8 8 9.57 8 11.5C8 13.43 9.57 15 11.5 15C13.43 15 15 13.43 15 11.5Z"/></svg>
Copied!