virtual reality icon

virtual-reality-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
virtual-reality-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the virtual reality icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m119.75 97.4l-24 64a4 4 0 0 1-7.5 0l-24-64a4 4 0 1 1 7.5-2.8l20.25 54l20.25-54a4 4 0 0 1 7.5 2.8M252 128a76.08 76.08 0 0 1-76 76H80a76 76 0 0 1 0-152h96a76.08 76.08 0 0 1 76 76m-8 0a68.07 68.07 0 0 0-68-68H80a68 68 0 0 0 0 136h96a68.07 68.07 0 0 0 68-68m-68.5 9.06l12 21a4 4 0 0 1-1.49 5.45a3.9 3.9 0 0 1-2 .53a4 4 0 0 1-3.47-2l-12.75-22.34a25 25 0 0 1-3.79.3h-16v20a4 4 0 0 1-8 0V96a4 4 0 0 1 4-4h20a24 24 0 0 1 11.5 45.06M180 116a16 16 0 0 0-16-16h-16v32h16a16 16 0 0 0 16-16"/></svg>

React

import type { SVGProps } from "react";

export function PhVirtualRealityThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m119.75 97.4l-24 64a4 4 0 0 1-7.5 0l-24-64a4 4 0 1 1 7.5-2.8l20.25 54l20.25-54a4 4 0 0 1 7.5 2.8M252 128a76.08 76.08 0 0 1-76 76H80a76 76 0 0 1 0-152h96a76.08 76.08 0 0 1 76 76m-8 0a68.07 68.07 0 0 0-68-68H80a68 68 0 0 0 0 136h96a68.07 68.07 0 0 0 68-68m-68.5 9.06l12 21a4 4 0 0 1-1.49 5.45a3.9 3.9 0 0 1-2 .53a4 4 0 0 1-3.47-2l-12.75-22.34a25 25 0 0 1-3.79.3h-16v20a4 4 0 0 1-8 0V96a4 4 0 0 1 4-4h20a24 24 0 0 1 11.5 45.06M180 116a16 16 0 0 0-16-16h-16v32h16a16 16 0 0 0 16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m119.75 97.4l-24 64a4 4 0 0 1-7.5 0l-24-64a4 4 0 1 1 7.5-2.8l20.25 54l20.25-54a4 4 0 0 1 7.5 2.8M252 128a76.08 76.08 0 0 1-76 76H80a76 76 0 0 1 0-152h96a76.08 76.08 0 0 1 76 76m-8 0a68.07 68.07 0 0 0-68-68H80a68 68 0 0 0 0 136h96a68.07 68.07 0 0 0 68-68m-68.5 9.06l12 21a4 4 0 0 1-1.49 5.45a3.9 3.9 0 0 1-2 .53a4 4 0 0 1-3.47-2l-12.75-22.34a25 25 0 0 1-3.79.3h-16v20a4 4 0 0 1-8 0V96a4 4 0 0 1 4-4h20a24 24 0 0 1 11.5 45.06M180 116a16 16 0 0 0-16-16h-16v32h16a16 16 0 0 0 16-16"/></svg>
</template>

CSS

.icon-virtual-reality-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m119.75%2097.4l-24%2064a4%204%200%200%201-7.5%200l-24-64a4%204%200%201%201%207.5-2.8l20.25%2054l20.25-54a4%204%200%200%201%207.5%202.8M252%20128a76.08%2076.08%200%200%201-76%2076H80a76%2076%200%200%201%200-152h96a76.08%2076.08%200%200%201%2076%2076m-8%200a68.07%2068.07%200%200%200-68-68H80a68%2068%200%200%200%200%20136h96a68.07%2068.07%200%200%200%2068-68m-68.5%209.06l12%2021a4%204%200%200%201-1.49%205.45a3.9%203.9%200%200%201-2%20.53a4%204%200%200%201-3.47-2l-12.75-22.34a25%2025%200%200%201-3.79.3h-16v20a4%204%200%200%201-8%200V96a4%204%200%200%201%204-4h20a24%2024%200%200%201%2011.5%2045.06M180%20116a16%2016%200%200%200-16-16h-16v32h16a16%2016%200%200%200%2016-16%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m119.75%2097.4l-24%2064a4%204%200%200%201-7.5%200l-24-64a4%204%200%201%201%207.5-2.8l20.25%2054l20.25-54a4%204%200%200%201%207.5%202.8M252%20128a76.08%2076.08%200%200%201-76%2076H80a76%2076%200%200%201%200-152h96a76.08%2076.08%200%200%201%2076%2076m-8%200a68.07%2068.07%200%200%200-68-68H80a68%2068%200%200%200%200%20136h96a68.07%2068.07%200%200%200%2068-68m-68.5%209.06l12%2021a4%204%200%200%201-1.49%205.45a3.9%203.9%200%200%201-2%20.53a4%204%200%200%201-3.47-2l-12.75-22.34a25%2025%200%200%201-3.79.3h-16v20a4%204%200%200%201-8%200V96a4%204%200%200%201%204-4h20a24%2024%200%200%201%2011.5%2045.06M180%20116a16%2016%200%200%200-16-16h-16v32h16a16%2016%200%200%200%2016-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/virtual-reality-thin.svg?color=%231a73e8&size=48