googlecardboard logo
googlecardboard from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- googlecardboard
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the googlecardboard logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.087 4.235a3.07 3.07 0 0 0-2.183.91A3.13 3.13 0 0 0 0 7.35v9.296a3.13 3.13 0 0 0 .903 2.206a3.07 3.07 0 0 0 2.184.913h4.28a3.08 3.08 0 0 0 2.713-1.645l1.209-2.276a.79.79 0 0 1 .703-.42a.78.78 0 0 1 .701.42l1.21 2.276a3.08 3.08 0 0 0 2.718 1.645h4.292a3.07 3.07 0 0 0 2.184-.913A3.13 3.13 0 0 0 24 16.646V7.35c0-.825-.324-1.618-.904-2.205a3.07 3.07 0 0 0-2.183-.91zm3.495 5.656c1.138 0 2.06.937 2.06 2.092c0 1.157-.922 2.093-2.06 2.093c-1.139 0-2.061-.936-2.061-2.093c0-1.155.922-2.092 2.06-2.092zm10.832 0c1.139 0 2.061.937 2.061 2.092c0 1.157-.922 2.093-2.06 2.093c-1.14 0-2.063-.936-2.063-2.093c0-1.155.923-2.092 2.062-2.092"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGooglecardboard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.087 4.235a3.07 3.07 0 0 0-2.183.91A3.13 3.13 0 0 0 0 7.35v9.296a3.13 3.13 0 0 0 .903 2.206a3.07 3.07 0 0 0 2.184.913h4.28a3.08 3.08 0 0 0 2.713-1.645l1.209-2.276a.79.79 0 0 1 .703-.42a.78.78 0 0 1 .701.42l1.21 2.276a3.08 3.08 0 0 0 2.718 1.645h4.292a3.07 3.07 0 0 0 2.184-.913A3.13 3.13 0 0 0 24 16.646V7.35c0-.825-.324-1.618-.904-2.205a3.07 3.07 0 0 0-2.183-.91zm3.495 5.656c1.138 0 2.06.937 2.06 2.092c0 1.157-.922 2.093-2.06 2.093c-1.139 0-2.061-.936-2.061-2.093c0-1.155.922-2.092 2.06-2.092zm10.832 0c1.139 0 2.061.937 2.061 2.092c0 1.157-.922 2.093-2.06 2.093c-1.14 0-2.063-.936-2.063-2.093c0-1.155.923-2.092 2.062-2.092"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.087 4.235a3.07 3.07 0 0 0-2.183.91A3.13 3.13 0 0 0 0 7.35v9.296a3.13 3.13 0 0 0 .903 2.206a3.07 3.07 0 0 0 2.184.913h4.28a3.08 3.08 0 0 0 2.713-1.645l1.209-2.276a.79.79 0 0 1 .703-.42a.78.78 0 0 1 .701.42l1.21 2.276a3.08 3.08 0 0 0 2.718 1.645h4.292a3.07 3.07 0 0 0 2.184-.913A3.13 3.13 0 0 0 24 16.646V7.35c0-.825-.324-1.618-.904-2.205a3.07 3.07 0 0 0-2.183-.91zm3.495 5.656c1.138 0 2.06.937 2.06 2.092c0 1.157-.922 2.093-2.06 2.093c-1.139 0-2.061-.936-2.061-2.093c0-1.155.922-2.092 2.06-2.092zm10.832 0c1.139 0 2.061.937 2.061 2.092c0 1.157-.922 2.093-2.06 2.093c-1.14 0-2.063-.936-2.063-2.093c0-1.155.923-2.092 2.062-2.092"/></svg> </template>
CSS
.icon-googlecardboard {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.087%204.235a3.07%203.07%200%200%200-2.183.91A3.13%203.13%200%200%200%200%207.35v9.296a3.13%203.13%200%200%200%20.903%202.206a3.07%203.07%200%200%200%202.184.913h4.28a3.08%203.08%200%200%200%202.713-1.645l1.209-2.276a.79.79%200%200%201%20.703-.42a.78.78%200%200%201%20.701.42l1.21%202.276a3.08%203.08%200%200%200%202.718%201.645h4.292a3.07%203.07%200%200%200%202.184-.913A3.13%203.13%200%200%200%2024%2016.646V7.35c0-.825-.324-1.618-.904-2.205a3.07%203.07%200%200%200-2.183-.91zm3.495%205.656c1.138%200%202.06.937%202.06%202.092c0%201.157-.922%202.093-2.06%202.093c-1.139%200-2.061-.936-2.061-2.093c0-1.155.922-2.092%202.06-2.092zm10.832%200c1.139%200%202.061.937%202.061%202.092c0%201.157-.922%202.093-2.06%202.093c-1.14%200-2.063-.936-2.063-2.093c0-1.155.923-2.092%202.062-2.092%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.087%204.235a3.07%203.07%200%200%200-2.183.91A3.13%203.13%200%200%200%200%207.35v9.296a3.13%203.13%200%200%200%20.903%202.206a3.07%203.07%200%200%200%202.184.913h4.28a3.08%203.08%200%200%200%202.713-1.645l1.209-2.276a.79.79%200%200%201%20.703-.42a.78.78%200%200%201%20.701.42l1.21%202.276a3.08%203.08%200%200%200%202.718%201.645h4.292a3.07%203.07%200%200%200%202.184-.913A3.13%203.13%200%200%200%2024%2016.646V7.35c0-.825-.324-1.618-.904-2.205a3.07%203.07%200%200%200-2.183-.91zm3.495%205.656c1.138%200%202.06.937%202.06%202.092c0%201.157-.922%202.093-2.06%202.093c-1.139%200-2.061-.936-2.061-2.093c0-1.155.922-2.092%202.06-2.092zm10.832%200c1.139%200%202.061.937%202.061%202.092c0%201.157-.922%202.093-2.06%202.093c-1.14%200-2.063-.936-2.063-2.093c0-1.155.923-2.092%202.062-2.092%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/googlecardboard.svg?color=%231a73e8&size=48