vr-cardboard from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
vr-cardboard
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Use the vr cardboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M576 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h120.4c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64M96 240a64 64 0 1 1 128 0a64 64 0 1 1-128 0m384-64a64 64 0 1 1 0 128a64 64 0 1 1 0-128"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidVrCardboard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M576 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h120.4c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64M96 240a64 64 0 1 1 128 0a64 64 0 1 1-128 0m384-64a64 64 0 1 1 0 128a64 64 0 1 1 0-128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M576 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h120.4c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64M96 240a64 64 0 1 1 128 0a64 64 0 1 1-128 0m384-64a64 64 0 1 1 0 128a64 64 0 1 1 0-128"/></svg>
</template>

CSS

.icon-vr-cardboard {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M576%2064H64C28.7%2064%200%2092.7%200%20128v256c0%2035.3%2028.7%2064%2064%2064h120.4c24.2%200%2046.4-13.7%2057.2-35.4l32-64c8.8-17.5%2026.7-28.6%2046.3-28.6s37.5%2011.1%2046.3%2028.6l32%2064c10.8%2021.7%2033%2035.4%2057.2%2035.4H576c35.3%200%2064-28.7%2064-64V128c0-35.3-28.7-64-64-64M96%20240a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m384-64a64%2064%200%201%201%200%20128a64%2064%200%201%201%200-128%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M576%2064H64C28.7%2064%200%2092.7%200%20128v256c0%2035.3%2028.7%2064%2064%2064h120.4c24.2%200%2046.4-13.7%2057.2-35.4l32-64c8.8-17.5%2026.7-28.6%2046.3-28.6s37.5%2011.1%2046.3%2028.6l32%2064c10.8%2021.7%2033%2035.4%2057.2%2035.4H576c35.3%200%2064-28.7%2064-64V128c0-35.3-28.7-64-64-64M96%20240a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m384-64a64%2064%200%201%201%200%20128a64%2064%200%201%201%200-128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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