Vm Active Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Vm Active 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/307495.svg" alt="Vm Active icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307495.svg" alt="Vm Active icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307495.svg" alt="Vm Active icon" :width="24" :height="24" />
CSS background
.icon-vm-active {
background-image: url('https://proicons.com/icon/307495.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="M11.5 7C13.985 7 16 9.015 16 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 7ZM13.8535 10.1465C13.6583 9.95123 13.3417 9.95124 13.1465 10.1465L11 12.293L9.85352 11.1465C9.65826 10.9512 9.34175 10.9512 9.14648 11.1465C8.95122 11.3417 8.95122 11.6583 9.14648 11.8535L10.6465 13.3535C10.8417 13.5488 11.1583 13.5488 11.3535 13.3535L13.8535 10.8535C14.0488 10.6583 14.0488 10.3417 13.8535 10.1465Z"/><path d="M13 1C14.105 1 15 1.895 15 3V7.26074C14.6931 7.00683 14.3569 6.79038 14 6.60742V3C14 2.448 13.552 2 13 2H3C2.448 2 2 2.448 2 3V10C2 10.552 2.448 11 3 11H6.02539C6.01039 11.165 6 11.331 6 11.5C6 11.669 6.01039 11.835 6.02539 12H6V14H6.60742C6.79038 14.3569 7.00683 14.6931 7.26074 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 1H13Z"/></svg>
Copied!