google cardboard logo icon

google-cardboard-logo-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
google-cardboard-logo-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the google cardboard logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 50H32a14 14 0 0 0-14 14v128a14 14 0 0 0 14 14h64a6 6 0 0 0 4.24-1.76l26.35-26.34a2 2 0 0 1 2.82 0l26.35 26.34A6 6 0 0 0 160 206h64a14 14 0 0 0 14-14V64a14 14 0 0 0-14-14m2 142a2 2 0 0 1-2 2h-61.51l-24.59-24.58a14 14 0 0 0-19.8 0L93.51 194H32a2 2 0 0 1-2-2V64a2 2 0 0 1 2-2h192a2 2 0 0 1 2 2ZM80 98a30 30 0 1 0 30 30a30 30 0 0 0-30-30m0 48a18 18 0 1 1 18-18a18 18 0 0 1-18 18m96-48a30 30 0 1 0 30 30a30 30 0 0 0-30-30m0 48a18 18 0 1 1 18-18a18 18 0 0 1-18 18"/></svg>

React

import type { SVGProps } from "react";

export function PhGoogleCardboardLogoLight(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="M224 50H32a14 14 0 0 0-14 14v128a14 14 0 0 0 14 14h64a6 6 0 0 0 4.24-1.76l26.35-26.34a2 2 0 0 1 2.82 0l26.35 26.34A6 6 0 0 0 160 206h64a14 14 0 0 0 14-14V64a14 14 0 0 0-14-14m2 142a2 2 0 0 1-2 2h-61.51l-24.59-24.58a14 14 0 0 0-19.8 0L93.51 194H32a2 2 0 0 1-2-2V64a2 2 0 0 1 2-2h192a2 2 0 0 1 2 2ZM80 98a30 30 0 1 0 30 30a30 30 0 0 0-30-30m0 48a18 18 0 1 1 18-18a18 18 0 0 1-18 18m96-48a30 30 0 1 0 30 30a30 30 0 0 0-30-30m0 48a18 18 0 1 1 18-18a18 18 0 0 1-18 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 50H32a14 14 0 0 0-14 14v128a14 14 0 0 0 14 14h64a6 6 0 0 0 4.24-1.76l26.35-26.34a2 2 0 0 1 2.82 0l26.35 26.34A6 6 0 0 0 160 206h64a14 14 0 0 0 14-14V64a14 14 0 0 0-14-14m2 142a2 2 0 0 1-2 2h-61.51l-24.59-24.58a14 14 0 0 0-19.8 0L93.51 194H32a2 2 0 0 1-2-2V64a2 2 0 0 1 2-2h192a2 2 0 0 1 2 2ZM80 98a30 30 0 1 0 30 30a30 30 0 0 0-30-30m0 48a18 18 0 1 1 18-18a18 18 0 0 1-18 18m96-48a30 30 0 1 0 30 30a30 30 0 0 0-30-30m0 48a18 18 0 1 1 18-18a18 18 0 0 1-18 18"/></svg>
</template>

CSS

.icon-google-cardboard-logo-light {
  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%22M224%2050H32a14%2014%200%200%200-14%2014v128a14%2014%200%200%200%2014%2014h64a6%206%200%200%200%204.24-1.76l26.35-26.34a2%202%200%200%201%202.82%200l26.35%2026.34A6%206%200%200%200%20160%20206h64a14%2014%200%200%200%2014-14V64a14%2014%200%200%200-14-14m2%20142a2%202%200%200%201-2%202h-61.51l-24.59-24.58a14%2014%200%200%200-19.8%200L93.51%20194H32a2%202%200%200%201-2-2V64a2%202%200%200%201%202-2h192a2%202%200%200%201%202%202ZM80%2098a30%2030%200%201%200%2030%2030a30%2030%200%200%200-30-30m0%2048a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m96-48a30%2030%200%201%200%2030%2030a30%2030%200%200%200-30-30m0%2048a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018%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%22M224%2050H32a14%2014%200%200%200-14%2014v128a14%2014%200%200%200%2014%2014h64a6%206%200%200%200%204.24-1.76l26.35-26.34a2%202%200%200%201%202.82%200l26.35%2026.34A6%206%200%200%200%20160%20206h64a14%2014%200%200%200%2014-14V64a14%2014%200%200%200-14-14m2%20142a2%202%200%200%201-2%202h-61.51l-24.59-24.58a14%2014%200%200%200-19.8%200L93.51%20194H32a2%202%200%200%201-2-2V64a2%202%200%200%201%202-2h192a2%202%200%200%201%202%202ZM80%2098a30%2030%200%201%200%2030%2030a30%2030%200%200%200-30-30m0%2048a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m96-48a30%2030%200%201%200%2030%2030a30%2030%200%200%200-30-30m0%2048a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/google-cardboard-logo-light.svg?color=%231a73e8&size=48