virtual reality vr 02 icon

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

Name
virtual-reality-vr-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the virtual reality vr 02 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-width="1.5"><path d="M13 3h-2C6.757 3 4.636 3 3.318 4.318S2 7.758 2 12s0 6.364 1.318 7.682S6.758 21 11 21h2c4.243 0 6.364 0 7.682-1.318S22 16.242 22 12s0-6.364-1.318-7.682S17.242 3 13 3Z"/><path stroke-linejoin="round" d="m11 10l-1.755 3.912C8.92 14.637 8.758 15 8.5 15s-.42-.363-.745-1.088L6 10m8 5v-2m0 0v-2c0-.471 0-.707.146-.854C14.293 10 14.53 10 15 10h1.5a1.5 1.5 0 0 1 0 3M14 13h2.5m0 0l1 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsVirtualRealityVr02(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" strokeWidth="1.5"><path d="M13 3h-2C6.757 3 4.636 3 3.318 4.318S2 7.758 2 12s0 6.364 1.318 7.682S6.758 21 11 21h2c4.243 0 6.364 0 7.682-1.318S22 16.242 22 12s0-6.364-1.318-7.682S17.242 3 13 3Z"/><path strokeLinejoin="round" d="m11 10l-1.755 3.912C8.92 14.637 8.758 15 8.5 15s-.42-.363-.745-1.088L6 10m8 5v-2m0 0v-2c0-.471 0-.707.146-.854C14.293 10 14.53 10 15 10h1.5a1.5 1.5 0 0 1 0 3M14 13h2.5m0 0l1 2"/></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-width="1.5"><path d="M13 3h-2C6.757 3 4.636 3 3.318 4.318S2 7.758 2 12s0 6.364 1.318 7.682S6.758 21 11 21h2c4.243 0 6.364 0 7.682-1.318S22 16.242 22 12s0-6.364-1.318-7.682S17.242 3 13 3Z"/><path stroke-linejoin="round" d="m11 10l-1.755 3.912C8.92 14.637 8.758 15 8.5 15s-.42-.363-.745-1.088L6 10m8 5v-2m0 0v-2c0-.471 0-.707.146-.854C14.293 10 14.53 10 15 10h1.5a1.5 1.5 0 0 1 0 3M14 13h2.5m0 0l1 2"/></g></svg>
</template>

CSS

.icon-virtual-reality-vr-02 {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%203h-2C6.757%203%204.636%203%203.318%204.318S2%207.758%202%2012s0%206.364%201.318%207.682S6.758%2021%2011%2021h2c4.243%200%206.364%200%207.682-1.318S22%2016.242%2022%2012s0-6.364-1.318-7.682S17.242%203%2013%203Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m11%2010l-1.755%203.912C8.92%2014.637%208.758%2015%208.5%2015s-.42-.363-.745-1.088L6%2010m8%205v-2m0%200v-2c0-.471%200-.707.146-.854C14.293%2010%2014.53%2010%2015%2010h1.5a1.5%201.5%200%200%201%200%203M14%2013h2.5m0%200l1%202%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%203h-2C6.757%203%204.636%203%203.318%204.318S2%207.758%202%2012s0%206.364%201.318%207.682S6.758%2021%2011%2021h2c4.243%200%206.364%200%207.682-1.318S22%2016.242%2022%2012s0-6.364-1.318-7.682S17.242%203%2013%203Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m11%2010l-1.755%203.912C8.92%2014.637%208.758%2015%208.5%2015s-.42-.363-.745-1.088L6%2010m8%205v-2m0%200v-2c0-.471%200-.707.146-.854C14.293%2010%2014.53%2010%2015%2010h1.5a1.5%201.5%200%200%201%200%203M14%2013h2.5m0%200l1%202%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/virtual-reality-vr-02.svg?color=%231a73e8&size=48