headset-vr-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
headset-vr-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the headset vr icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3.75A.75.75 0 0 1 9.75 3h4.5a.75.75 0 0 1 .75.75V5h3a4 4 0 0 1 4 4h.25a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75H22v2.5a4 4 0 0 1-4 4h-1.546a4 4 0 0 1-2.163-.635l-2.156-1.386a.25.25 0 0 0-.27 0l-2.156 1.386a4 4 0 0 1-2.164.635H6a4 4 0 0 1-4-4V14h-.25a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 1.75 9H2a4 4 0 0 1 4-4h3zM12 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-6 2.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75m8.75-.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeadsetVr24Filled(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="M9 3.75A.75.75 0 0 1 9.75 3h4.5a.75.75 0 0 1 .75.75V5h3a4 4 0 0 1 4 4h.25a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75H22v2.5a4 4 0 0 1-4 4h-1.546a4 4 0 0 1-2.163-.635l-2.156-1.386a.25.25 0 0 0-.27 0l-2.156 1.386a4 4 0 0 1-2.164.635H6a4 4 0 0 1-4-4V14h-.25a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 1.75 9H2a4 4 0 0 1 4-4h3zM12 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-6 2.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75m8.75-.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3.75A.75.75 0 0 1 9.75 3h4.5a.75.75 0 0 1 .75.75V5h3a4 4 0 0 1 4 4h.25a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75H22v2.5a4 4 0 0 1-4 4h-1.546a4 4 0 0 1-2.163-.635l-2.156-1.386a.25.25 0 0 0-.27 0l-2.156 1.386a4 4 0 0 1-2.164.635H6a4 4 0 0 1-4-4V14h-.25a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 1.75 9H2a4 4 0 0 1 4-4h3zM12 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-6 2.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0-.75.75m8.75-.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-headset-vr-24-filled {
  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%22M9%203.75A.75.75%200%200%201%209.75%203h4.5a.75.75%200%200%201%20.75.75V5h3a4%204%200%200%201%204%204h.25a.75.75%200%200%201%20.75.75v3.5a.75.75%200%200%201-.75.75H22v2.5a4%204%200%200%201-4%204h-1.546a4%204%200%200%201-2.163-.635l-2.156-1.386a.25.25%200%200%200-.27%200l-2.156%201.386a4%204%200%200%201-2.164.635H6a4%204%200%200%201-4-4V14h-.25a.75.75%200%200%201-.75-.75v-3.5A.75.75%200%200%201%201.75%209H2a4%204%200%200%201%204-4h3zM12%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-6%202.25c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%200-1.5h-2.5a.75.75%200%200%200-.75.75m8.75-.75a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5z%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%22M9%203.75A.75.75%200%200%201%209.75%203h4.5a.75.75%200%200%201%20.75.75V5h3a4%204%200%200%201%204%204h.25a.75.75%200%200%201%20.75.75v3.5a.75.75%200%200%201-.75.75H22v2.5a4%204%200%200%201-4%204h-1.546a4%204%200%200%201-2.163-.635l-2.156-1.386a.25.25%200%200%200-.27%200l-2.156%201.386a4%204%200%200%201-2.164.635H6a4%204%200%200%201-4-4V14h-.25a.75.75%200%200%201-.75-.75v-3.5A.75.75%200%200%201%201.75%209H2a4%204%200%200%201%204-4h3zM12%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-6%202.25c0%20.414.336.75.75.75h2.5a.75.75%200%200%200%200-1.5h-2.5a.75.75%200%200%200-.75.75m8.75-.75a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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