vr glasses icon

vr-glasses from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
vr-glasses
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the vr glasses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 9h10c1.87 0 2.804 0 3.5.402a3 3 0 0 1 1.098 1.098C22 11.196 22 12.13 22 14s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C19.804 19 18.87 19 17 19h-.394c-.687 0-1.03 0-1.351-.071a3 3 0 0 1-1.183-.554c-.26-.202-.48-.465-.92-.993c-.35-.42-.526-.63-.727-.725a1 1 0 0 0-.85 0c-.201.094-.376.304-.727.725c-.44.528-.66.791-.92.993a3 3 0 0 1-1.183.554C8.425 19 8.081 19 7.394 19H7c-1.87 0-2.804 0-3.5-.402A3 3 0 0 1 2.402 17.5C2 16.804 2 15.87 2 14s0-2.804.402-3.5A3 3 0 0 1 3.5 9.402C4.196 9 5.13 9 7 9m-2 3h2"/><path d="M22 13v-1.172c0-1.153 0-1.73-.153-2.268a4 4 0 0 0-.352-.848C21.224 8.224 20.815 7.816 20 7s-1.224-1.224-1.712-1.495a4 4 0 0 0-.848-.352C16.902 5 16.325 5 15.172 5H8.828c-1.153 0-1.73 0-2.268.153a4 4 0 0 0-.848.352C5.224 5.776 4.816 6.185 4 7S2.776 8.224 2.505 8.712a4 4 0 0 0-.352.848C2 10.098 2 10.675 2 11.828V13"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsVrGlasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M7 9h10c1.87 0 2.804 0 3.5.402a3 3 0 0 1 1.098 1.098C22 11.196 22 12.13 22 14s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C19.804 19 18.87 19 17 19h-.394c-.687 0-1.03 0-1.351-.071a3 3 0 0 1-1.183-.554c-.26-.202-.48-.465-.92-.993c-.35-.42-.526-.63-.727-.725a1 1 0 0 0-.85 0c-.201.094-.376.304-.727.725c-.44.528-.66.791-.92.993a3 3 0 0 1-1.183.554C8.425 19 8.081 19 7.394 19H7c-1.87 0-2.804 0-3.5-.402A3 3 0 0 1 2.402 17.5C2 16.804 2 15.87 2 14s0-2.804.402-3.5A3 3 0 0 1 3.5 9.402C4.196 9 5.13 9 7 9m-2 3h2"/><path d="M22 13v-1.172c0-1.153 0-1.73-.153-2.268a4 4 0 0 0-.352-.848C21.224 8.224 20.815 7.816 20 7s-1.224-1.224-1.712-1.495a4 4 0 0 0-.848-.352C16.902 5 16.325 5 15.172 5H8.828c-1.153 0-1.73 0-2.268.153a4 4 0 0 0-.848.352C5.224 5.776 4.816 6.185 4 7S2.776 8.224 2.505 8.712a4 4 0 0 0-.352.848C2 10.098 2 10.675 2 11.828V13"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 9h10c1.87 0 2.804 0 3.5.402a3 3 0 0 1 1.098 1.098C22 11.196 22 12.13 22 14s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C19.804 19 18.87 19 17 19h-.394c-.687 0-1.03 0-1.351-.071a3 3 0 0 1-1.183-.554c-.26-.202-.48-.465-.92-.993c-.35-.42-.526-.63-.727-.725a1 1 0 0 0-.85 0c-.201.094-.376.304-.727.725c-.44.528-.66.791-.92.993a3 3 0 0 1-1.183.554C8.425 19 8.081 19 7.394 19H7c-1.87 0-2.804 0-3.5-.402A3 3 0 0 1 2.402 17.5C2 16.804 2 15.87 2 14s0-2.804.402-3.5A3 3 0 0 1 3.5 9.402C4.196 9 5.13 9 7 9m-2 3h2"/><path d="M22 13v-1.172c0-1.153 0-1.73-.153-2.268a4 4 0 0 0-.352-.848C21.224 8.224 20.815 7.816 20 7s-1.224-1.224-1.712-1.495a4 4 0 0 0-.848-.352C16.902 5 16.325 5 15.172 5H8.828c-1.153 0-1.73 0-2.268.153a4 4 0 0 0-.848.352C5.224 5.776 4.816 6.185 4 7S2.776 8.224 2.505 8.712a4 4 0 0 0-.352.848C2 10.098 2 10.675 2 11.828V13"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%209h10c1.87%200%202.804%200%203.5.402a3%203%200%200%201%201.098%201.098C22%2011.196%2022%2012.13%2022%2014s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C19.804%2019%2018.87%2019%2017%2019h-.394c-.687%200-1.03%200-1.351-.071a3%203%200%200%201-1.183-.554c-.26-.202-.48-.465-.92-.993c-.35-.42-.526-.63-.727-.725a1%201%200%200%200-.85%200c-.201.094-.376.304-.727.725c-.44.528-.66.791-.92.993a3%203%200%200%201-1.183.554C8.425%2019%208.081%2019%207.394%2019H7c-1.87%200-2.804%200-3.5-.402A3%203%200%200%201%202.402%2017.5C2%2016.804%202%2015.87%202%2014s0-2.804.402-3.5A3%203%200%200%201%203.5%209.402C4.196%209%205.13%209%207%209m-2%203h2%22%2F%3E%3Cpath%20d%3D%22M22%2013v-1.172c0-1.153%200-1.73-.153-2.268a4%204%200%200%200-.352-.848C21.224%208.224%2020.815%207.816%2020%207s-1.224-1.224-1.712-1.495a4%204%200%200%200-.848-.352C16.902%205%2016.325%205%2015.172%205H8.828c-1.153%200-1.73%200-2.268.153a4%204%200%200%200-.848.352C5.224%205.776%204.816%206.185%204%207S2.776%208.224%202.505%208.712a4%204%200%200%200-.352.848C2%2010.098%202%2010.675%202%2011.828V13%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%209h10c1.87%200%202.804%200%203.5.402a3%203%200%200%201%201.098%201.098C22%2011.196%2022%2012.13%2022%2014s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C19.804%2019%2018.87%2019%2017%2019h-.394c-.687%200-1.03%200-1.351-.071a3%203%200%200%201-1.183-.554c-.26-.202-.48-.465-.92-.993c-.35-.42-.526-.63-.727-.725a1%201%200%200%200-.85%200c-.201.094-.376.304-.727.725c-.44.528-.66.791-.92.993a3%203%200%200%201-1.183.554C8.425%2019%208.081%2019%207.394%2019H7c-1.87%200-2.804%200-3.5-.402A3%203%200%200%201%202.402%2017.5C2%2016.804%202%2015.87%202%2014s0-2.804.402-3.5A3%203%200%200%201%203.5%209.402C4.196%209%205.13%209%207%209m-2%203h2%22%2F%3E%3Cpath%20d%3D%22M22%2013v-1.172c0-1.153%200-1.73-.153-2.268a4%204%200%200%200-.352-.848C21.224%208.224%2020.815%207.816%2020%207s-1.224-1.224-1.712-1.495a4%204%200%200%200-.848-.352C16.902%205%2016.325%205%2015.172%205H8.828c-1.153%200-1.73%200-2.268.153a4%204%200%200%200-.848.352C5.224%205.776%204.816%206.185%204%207S2.776%208.224%202.505%208.712a4%204%200%200%200-.352.848C2%2010.098%202%2010.675%202%2011.828V13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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