Vr Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Vr 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/307502.svg" alt="Vr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307502.svg" alt="Vr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307502.svg" alt="Vr icon" :width="24" :height="24" />
CSS background
.icon-vr {
background-image: url('https://proicons.com/icon/307502.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.5 7.5C6.5 7.776 6.276 8 6 8H4C3.724 8 3.5 7.776 3.5 7.5C3.5 7.224 3.724 7 4 7H6C6.276 7 6.5 7.224 6.5 7.5ZM12 7H10C9.724 7 9.5 7.224 9.5 7.5C9.5 7.776 9.724 8 10 8H12C12.276 8 12.5 7.776 12.5 7.5C12.5 7.224 12.276 7 12 7ZM16 6.5V8.5C16 8.776 15.776 9 15.5 9H15V10.295C15 11.787 13.786 13 12.295 13H10.705C9.773 13 8.922 12.524 8.427 11.727C8.253 11.448 7.747 11.448 7.573 11.727C7.078 12.524 6.226 13 5.295 13H3.705C2.214 13 1 11.787 1 10.295V9H0.5C0.224 9 0 8.776 0 8.5V6.5C0 6.224 0.224 6 0.5 6H1V5.705C1 4.213 2.214 3 3.705 3H6V2.5C6 2.224 6.224 2 6.5 2H9.5C9.776 2 10 2.224 10 2.5V3H12.295C13.786 3 15 4.213 15 5.705V6H15.5C15.776 6 16 6.224 16 6.5ZM14 5.705C14 4.765 13.235 4 12.295 4H3.705C2.765 4 2 4.765 2 5.705V10.295C2 11.235 2.765 12 3.705 12H5.295C5.878 12 6.412 11.701 6.724 11.199C6.992 10.768 7.481 10.5 8 10.5C8.519 10.5 9.009 10.768 9.276 11.199C9.588 11.7 10.122 12 10.705 12H12.295C13.235 12 14 11.235 14 10.295V5.705Z"/></svg>
Vr in other icon packs
Copied!