virtual reality icon

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

Name
virtual-reality-bold
Set
Phosphor
Style
Bold
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="m127 104.73l-24 56a12 12 0 0 1-22.06 0l-24-56A12 12 0 0 1 79 95.27l13 30.27l13-30.27a12 12 0 0 1 22 9.46M256 128a84.09 84.09 0 0 1-84 84H84a84 84 0 0 1 0-168h88a84.09 84.09 0 0 1 84 84m-24 0a60.07 60.07 0 0 0-60-60H84a60 60 0 0 0 0 120h88a60.07 60.07 0 0 0 60-60m-32-8a31.85 31.85 0 0 1-7.93 21.05l5.69 8A12 12 0 1 1 178.24 163l-7.91-11.06c-.77.05-1.55.09-2.33.09h-8v4a12 12 0 0 1-24 0V100a12 12 0 0 1 12-12h20a32 32 0 0 1 32 32m-40 8h8a8 8 0 0 0 0-16h-8Z"/></svg>

React

import type { SVGProps } from "react";

export function PhVirtualRealityBold(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="m127 104.73l-24 56a12 12 0 0 1-22.06 0l-24-56A12 12 0 0 1 79 95.27l13 30.27l13-30.27a12 12 0 0 1 22 9.46M256 128a84.09 84.09 0 0 1-84 84H84a84 84 0 0 1 0-168h88a84.09 84.09 0 0 1 84 84m-24 0a60.07 60.07 0 0 0-60-60H84a60 60 0 0 0 0 120h88a60.07 60.07 0 0 0 60-60m-32-8a31.85 31.85 0 0 1-7.93 21.05l5.69 8A12 12 0 1 1 178.24 163l-7.91-11.06c-.77.05-1.55.09-2.33.09h-8v4a12 12 0 0 1-24 0V100a12 12 0 0 1 12-12h20a32 32 0 0 1 32 32m-40 8h8a8 8 0 0 0 0-16h-8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m127 104.73l-24 56a12 12 0 0 1-22.06 0l-24-56A12 12 0 0 1 79 95.27l13 30.27l13-30.27a12 12 0 0 1 22 9.46M256 128a84.09 84.09 0 0 1-84 84H84a84 84 0 0 1 0-168h88a84.09 84.09 0 0 1 84 84m-24 0a60.07 60.07 0 0 0-60-60H84a60 60 0 0 0 0 120h88a60.07 60.07 0 0 0 60-60m-32-8a31.85 31.85 0 0 1-7.93 21.05l5.69 8A12 12 0 1 1 178.24 163l-7.91-11.06c-.77.05-1.55.09-2.33.09h-8v4a12 12 0 0 1-24 0V100a12 12 0 0 1 12-12h20a32 32 0 0 1 32 32m-40 8h8a8 8 0 0 0 0-16h-8Z"/></svg>
</template>

CSS

.icon-virtual-reality-bold {
  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%22m127%20104.73l-24%2056a12%2012%200%200%201-22.06%200l-24-56A12%2012%200%200%201%2079%2095.27l13%2030.27l13-30.27a12%2012%200%200%201%2022%209.46M256%20128a84.09%2084.09%200%200%201-84%2084H84a84%2084%200%200%201%200-168h88a84.09%2084.09%200%200%201%2084%2084m-24%200a60.07%2060.07%200%200%200-60-60H84a60%2060%200%200%200%200%20120h88a60.07%2060.07%200%200%200%2060-60m-32-8a31.85%2031.85%200%200%201-7.93%2021.05l5.69%208A12%2012%200%201%201%20178.24%20163l-7.91-11.06c-.77.05-1.55.09-2.33.09h-8v4a12%2012%200%200%201-24%200V100a12%2012%200%200%201%2012-12h20a32%2032%200%200%201%2032%2032m-40%208h8a8%208%200%200%200%200-16h-8Z%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%22m127%20104.73l-24%2056a12%2012%200%200%201-22.06%200l-24-56A12%2012%200%200%201%2079%2095.27l13%2030.27l13-30.27a12%2012%200%200%201%2022%209.46M256%20128a84.09%2084.09%200%200%201-84%2084H84a84%2084%200%200%201%200-168h88a84.09%2084.09%200%200%201%2084%2084m-24%200a60.07%2060.07%200%200%200-60-60H84a60%2060%200%200%200%200%20120h88a60.07%2060.07%200%200%200%2060-60m-32-8a31.85%2031.85%200%200%201-7.93%2021.05l5.69%208A12%2012%200%201%201%20178.24%20163l-7.91-11.06c-.77.05-1.55.09-2.33.09h-8v4a12%2012%200%200%201-24%200V100a12%2012%200%200%201%2012-12h20a32%2032%200%200%201%2032%2032m-40%208h8a8%208%200%200%200%200-16h-8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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