Vm Connect Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Vm Connect 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/307496.svg" alt="Vm Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307496.svg" alt="Vm Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307496.svg" alt="Vm Connect icon" :width="24" :height="24" />
CSS background
.icon-vm-connect {
background-image: url('https://proicons.com/icon/307496.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="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.5ZM11.501 12.5C11.501 12.434 11.488 12.369 11.463 12.308C11.438 12.247 11.401 12.192 11.354 12.146L9.854 10.646C9.76 10.552 9.633 10.499 9.5 10.499C9.367 10.499 9.24 10.552 9.146 10.646C9.052 10.74 8.999 10.867 8.999 11C8.999 11.133 9.052 11.26 9.146 11.354L10.293 12.5L9.146 13.646C9.052 13.74 8.999 13.867 8.999 14C8.999 14.133 9.052 14.26 9.146 14.354C9.24 14.448 9.367 14.501 9.5 14.501C9.633 14.501 9.76 14.448 9.854 14.354L11.354 12.854C11.401 12.808 11.437 12.752 11.463 12.692C11.488 12.631 11.501 12.566 11.501 12.5ZM12.707 10.5L13.854 9.354C13.948 9.26 14.001 9.133 14.001 9C14.001 8.867 13.948 8.74 13.854 8.646C13.76 8.552 13.633 8.499 13.5 8.499C13.367 8.499 13.24 8.552 13.146 8.646L11.646 10.146C11.599 10.192 11.563 10.248 11.537 10.308C11.512 10.369 11.499 10.434 11.499 10.5C11.499 10.566 11.512 10.631 11.537 10.692C11.562 10.753 11.599 10.808 11.646 10.854L13.146 12.354C13.24 12.448 13.367 12.501 13.5 12.501C13.633 12.501 13.76 12.448 13.854 12.354C13.948 12.26 14.001 12.133 14.001 12C14.001 11.867 13.948 11.74 13.854 11.646L12.707 10.5Z"/></svg>
Copied!