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

Name
headset-vr-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M13 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6.25 2.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zm7.25.75a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75M9.75 3a.75.75 0 0 0-.75.75V5H6a4 4 0 0 0-4 4h-.25a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75H2v2.5a4 4 0 0 0 4 4h1.545a4 4 0 0 0 2.164-.635l2.156-1.386a.25.25 0 0 1 .27 0l2.156 1.386a4 4 0 0 0 2.163.635H18a4 4 0 0 0 4-4V14h.25a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75H22a4 4 0 0 0-4-4h-3V3.75a.75.75 0 0 0-.75-.75zM6 6.5h12A2.5 2.5 0 0 1 20.5 9v7.5A2.5 2.5 0 0 1 18 19h-1.546a2.5 2.5 0 0 1-1.351-.397l-2.157-1.386a1.75 1.75 0 0 0-1.892 0l-2.157 1.386A2.5 2.5 0 0 1 7.545 19H6a2.5 2.5 0 0 1-2.5-2.5V9A2.5 2.5 0 0 1 6 6.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeadsetVr24Regular(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="M13 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6.25 2.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zm7.25.75a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75M9.75 3a.75.75 0 0 0-.75.75V5H6a4 4 0 0 0-4 4h-.25a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75H2v2.5a4 4 0 0 0 4 4h1.545a4 4 0 0 0 2.164-.635l2.156-1.386a.25.25 0 0 1 .27 0l2.156 1.386a4 4 0 0 0 2.163.635H18a4 4 0 0 0 4-4V14h.25a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75H22a4 4 0 0 0-4-4h-3V3.75a.75.75 0 0 0-.75-.75zM6 6.5h12A2.5 2.5 0 0 1 20.5 9v7.5A2.5 2.5 0 0 1 18 19h-1.546a2.5 2.5 0 0 1-1.351-.397l-2.157-1.386a1.75 1.75 0 0 0-1.892 0l-2.157 1.386A2.5 2.5 0 0 1 7.545 19H6a2.5 2.5 0 0 1-2.5-2.5V9A2.5 2.5 0 0 1 6 6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6.25 2.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zm7.25.75a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75M9.75 3a.75.75 0 0 0-.75.75V5H6a4 4 0 0 0-4 4h-.25a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75H2v2.5a4 4 0 0 0 4 4h1.545a4 4 0 0 0 2.164-.635l2.156-1.386a.25.25 0 0 1 .27 0l2.156 1.386a4 4 0 0 0 2.163.635H18a4 4 0 0 0 4-4V14h.25a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75H22a4 4 0 0 0-4-4h-3V3.75a.75.75 0 0 0-.75-.75zM6 6.5h12A2.5 2.5 0 0 1 20.5 9v7.5A2.5 2.5 0 0 1 18 19h-1.546a2.5 2.5 0 0 1-1.351-.397l-2.157-1.386a1.75 1.75 0 0 0-1.892 0l-2.157 1.386A2.5 2.5 0 0 1 7.545 19H6a2.5 2.5 0 0 1-2.5-2.5V9A2.5 2.5 0 0 1 6 6.5"/></svg>
</template>

CSS

.icon-headset-vr-24-regular {
  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%22M13%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-6.25%202.5a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5zm7.25.75a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75M9.75%203a.75.75%200%200%200-.75.75V5H6a4%204%200%200%200-4%204h-.25a.75.75%200%200%200-.75.75v3.5c0%20.414.336.75.75.75H2v2.5a4%204%200%200%200%204%204h1.545a4%204%200%200%200%202.164-.635l2.156-1.386a.25.25%200%200%201%20.27%200l2.156%201.386a4%204%200%200%200%202.163.635H18a4%204%200%200%200%204-4V14h.25a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-.75-.75H22a4%204%200%200%200-4-4h-3V3.75a.75.75%200%200%200-.75-.75zM6%206.5h12A2.5%202.5%200%200%201%2020.5%209v7.5A2.5%202.5%200%200%201%2018%2019h-1.546a2.5%202.5%200%200%201-1.351-.397l-2.157-1.386a1.75%201.75%200%200%200-1.892%200l-2.157%201.386A2.5%202.5%200%200%201%207.545%2019H6a2.5%202.5%200%200%201-2.5-2.5V9A2.5%202.5%200%200%201%206%206.5%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%22M13%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-6.25%202.5a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%200-1.5zm7.25.75a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75M9.75%203a.75.75%200%200%200-.75.75V5H6a4%204%200%200%200-4%204h-.25a.75.75%200%200%200-.75.75v3.5c0%20.414.336.75.75.75H2v2.5a4%204%200%200%200%204%204h1.545a4%204%200%200%200%202.164-.635l2.156-1.386a.25.25%200%200%201%20.27%200l2.156%201.386a4%204%200%200%200%202.163.635H18a4%204%200%200%200%204-4V14h.25a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-.75-.75H22a4%204%200%200%200-4-4h-3V3.75a.75.75%200%200%200-.75-.75zM6%206.5h12A2.5%202.5%200%200%201%2020.5%209v7.5A2.5%202.5%200%200%201%2018%2019h-1.546a2.5%202.5%200%200%201-1.351-.397l-2.157-1.386a1.75%201.75%200%200%200-1.892%200l-2.157%201.386A2.5%202.5%200%200%201%207.545%2019H6a2.5%202.5%200%200%201-2.5-2.5V9A2.5%202.5%200%200%201%206%206.5%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-regular.svg?color=%231a73e8&size=48