vr glasses icon

vr-glasses from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.

Name
vr-glasses
Set
IconPark
Style
Color
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark

Use the vr glasses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd"><path fill="#2F88FF" stroke="#000" d="M2 12H46V36H30L24 30L18 36H2V12Z"/><path fill="#43CCF8" stroke="#fff" d="M13 28C15.2091 28 17 26.2091 17 24C17 21.7909 15.2091 20 13 20C10.7909 20 9 21.7909 9 24C9 26.2091 10.7909 28 13 28Z"/><path fill="#43CCF8" stroke="#fff" d="M35 28C37.2091 28 39 26.2091 39 24C39 21.7909 37.2091 20 35 20C32.7909 20 31 21.7909 31 24C31 26.2091 32.7909 28 35 28Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkVrGlasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" fillRule="evenodd" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" clipRule="evenodd"><path fill="#2F88FF" stroke="#000" d="M2 12H46V36H30L24 30L18 36H2V12Z"/><path fill="#43CCF8" stroke="#fff" d="M13 28C15.2091 28 17 26.2091 17 24C17 21.7909 15.2091 20 13 20C10.7909 20 9 21.7909 9 24C9 26.2091 10.7909 28 13 28Z"/><path fill="#43CCF8" stroke="#fff" d="M35 28C37.2091 28 39 26.2091 39 24C39 21.7909 37.2091 20 35 20C32.7909 20 31 21.7909 31 24C31 26.2091 32.7909 28 35 28Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-rule="evenodd"><path fill="#2F88FF" stroke="#000" d="M2 12H46V36H30L24 30L18 36H2V12Z"/><path fill="#43CCF8" stroke="#fff" d="M13 28C15.2091 28 17 26.2091 17 24C17 21.7909 15.2091 20 13 20C10.7909 20 9 21.7909 9 24C9 26.2091 10.7909 28 13 28Z"/><path fill="#43CCF8" stroke="#fff" d="M35 28C37.2091 28 39 26.2091 39 24C39 21.7909 37.2091 20 35 20C32.7909 20 31 21.7909 31 24C31 26.2091 32.7909 28 35 28Z"/></g></svg>
</template>

CSS

.icon-vr-glasses {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M2%2012H46V36H30L24%2030L18%2036H2V12Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M13%2028C15.2091%2028%2017%2026.2091%2017%2024C17%2021.7909%2015.2091%2020%2013%2020C10.7909%2020%209%2021.7909%209%2024C9%2026.2091%2010.7909%2028%2013%2028Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M35%2028C37.2091%2028%2039%2026.2091%2039%2024C39%2021.7909%2037.2091%2020%2035%2020C32.7909%2020%2031%2021.7909%2031%2024C31%2026.2091%2032.7909%2028%2035%2028Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M2%2012H46V36H30L24%2030L18%2036H2V12Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M13%2028C15.2091%2028%2017%2026.2091%2017%2024C17%2021.7909%2015.2091%2020%2013%2020C10.7909%2020%209%2021.7909%209%2024C9%2026.2091%2010.7909%2028%2013%2028Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M35%2028C37.2091%2028%2039%2026.2091%2039%2024C39%2021.7909%2037.2091%2020%2035%2020C32.7909%2020%2031%2021.7909%2031%2024C31%2026.2091%2032.7909%2028%2035%2028Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/vr-glasses.svg?color=%231a73e8&size=48