vr headset icon

vr-headset-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
vr-headset-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the vr headset icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="m12.467 3.572l.394.985q.717.16 1.425.362c.423.12.714.507.714.946V9.21A3.79 3.79 0 0 1 11.21 13h-.542a.78.78 0 0 1-.687-.408c-1.071-1.963-3.89-1.963-4.962 0a.78.78 0 0 1-.687.408H3.79A3.79 3.79 0 0 1 0 9.21V5.865c0-.44.291-.825.714-.946q.708-.203 1.425-.362l.394-.985A2.5 2.5 0 0 1 4.854 2h5.292a2.5 2.5 0 0 1 2.321 1.572m-9.006.37A1.5 1.5 0 0 1 4.854 3h5.292a1.5 1.5 0 0 1 1.393.943l.153.384a24.7 24.7 0 0 0-8.384 0z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsVrHeadsetSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="m12.467 3.572l.394.985q.717.16 1.425.362c.423.12.714.507.714.946V9.21A3.79 3.79 0 0 1 11.21 13h-.542a.78.78 0 0 1-.687-.408c-1.071-1.963-3.89-1.963-4.962 0a.78.78 0 0 1-.687.408H3.79A3.79 3.79 0 0 1 0 9.21V5.865c0-.44.291-.825.714-.946q.708-.203 1.425-.362l.394-.985A2.5 2.5 0 0 1 4.854 2h5.292a2.5 2.5 0 0 1 2.321 1.572m-9.006.37A1.5 1.5 0 0 1 4.854 3h5.292a1.5 1.5 0 0 1 1.393.943l.153.384a24.7 24.7 0 0 0-8.384 0z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="m12.467 3.572l.394.985q.717.16 1.425.362c.423.12.714.507.714.946V9.21A3.79 3.79 0 0 1 11.21 13h-.542a.78.78 0 0 1-.687-.408c-1.071-1.963-3.89-1.963-4.962 0a.78.78 0 0 1-.687.408H3.79A3.79 3.79 0 0 1 0 9.21V5.865c0-.44.291-.825.714-.946q.708-.203 1.425-.362l.394-.985A2.5 2.5 0 0 1 4.854 2h5.292a2.5 2.5 0 0 1 2.321 1.572m-9.006.37A1.5 1.5 0 0 1 4.854 3h5.292a1.5 1.5 0 0 1 1.393.943l.153.384a24.7 24.7 0 0 0-8.384 0z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-vr-headset-solid {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.467%203.572l.394.985q.717.16%201.425.362c.423.12.714.507.714.946V9.21A3.79%203.79%200%200%201%2011.21%2013h-.542a.78.78%200%200%201-.687-.408c-1.071-1.963-3.89-1.963-4.962%200a.78.78%200%200%201-.687.408H3.79A3.79%203.79%200%200%201%200%209.21V5.865c0-.44.291-.825.714-.946q.708-.203%201.425-.362l.394-.985A2.5%202.5%200%200%201%204.854%202h5.292a2.5%202.5%200%200%201%202.321%201.572m-9.006.37A1.5%201.5%200%200%201%204.854%203h5.292a1.5%201.5%200%200%201%201.393.943l.153.384a24.7%2024.7%200%200%200-8.384%200z%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.467%203.572l.394.985q.717.16%201.425.362c.423.12.714.507.714.946V9.21A3.79%203.79%200%200%201%2011.21%2013h-.542a.78.78%200%200%201-.687-.408c-1.071-1.963-3.89-1.963-4.962%200a.78.78%200%200%201-.687.408H3.79A3.79%203.79%200%200%201%200%209.21V5.865c0-.44.291-.825.714-.946q.708-.203%201.425-.362l.394-.985A2.5%202.5%200%200%201%204.854%202h5.292a2.5%202.5%200%200%201%202.321%201.572m-9.006.37A1.5%201.5%200%200%201%204.854%203h5.292a1.5%201.5%200%200%201%201.393.943l.153.384a24.7%2024.7%200%200%200-8.384%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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