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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the headset vr off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-1.48-1.48c-.39.129-.807.2-1.24.2h-1.546a4 4 0 0 1-2.163-.636l-2.156-1.386a.25.25 0 0 0-.27 0L9.71 19.865a4 4 0 0 1-2.163.636H6a4 4 0 0 1-4-4V14h-.25a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 1.75 9H2c0-1.606.948-2.989 2.314-3.625L2.22 3.28a.75.75 0 0 1 0-1.06M14.25 3a.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-.459 1.86L16.181 13h1.069a.75.75 0 0 0 0-1.5h-2.5l-.065.003L8.182 5H9V3.75A.75.75 0 0 1 9.75 3zm-7.5 8.5a.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 FluentHeadsetVrOff24Filled(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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-1.48-1.48c-.39.129-.807.2-1.24.2h-1.546a4 4 0 0 1-2.163-.636l-2.156-1.386a.25.25 0 0 0-.27 0L9.71 19.865a4 4 0 0 1-2.163.636H6a4 4 0 0 1-4-4V14h-.25a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 1.75 9H2c0-1.606.948-2.989 2.314-3.625L2.22 3.28a.75.75 0 0 1 0-1.06M14.25 3a.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-.459 1.86L16.181 13h1.069a.75.75 0 0 0 0-1.5h-2.5l-.065.003L8.182 5H9V3.75A.75.75 0 0 1 9.75 3zm-7.5 8.5a.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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-1.48-1.48c-.39.129-.807.2-1.24.2h-1.546a4 4 0 0 1-2.163-.636l-2.156-1.386a.25.25 0 0 0-.27 0L9.71 19.865a4 4 0 0 1-2.163.636H6a4 4 0 0 1-4-4V14h-.25a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 1.75 9H2c0-1.606.948-2.989 2.314-3.625L2.22 3.28a.75.75 0 0 1 0-1.06M14.25 3a.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-.459 1.86L16.181 13h1.069a.75.75 0 0 0 0-1.5h-2.5l-.065.003L8.182 5H9V3.75A.75.75 0 0 1 9.75 3zm-7.5 8.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-headset-vr-off-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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-1.48-1.48c-.39.129-.807.2-1.24.2h-1.546a4%204%200%200%201-2.163-.636l-2.156-1.386a.25.25%200%200%200-.27%200L9.71%2019.865a4%204%200%200%201-2.163.636H6a4%204%200%200%201-4-4V14h-.25a.75.75%200%200%201-.75-.75v-3.5A.75.75%200%200%201%201.75%209H2c0-1.606.948-2.989%202.314-3.625L2.22%203.28a.75.75%200%200%201%200-1.06M14.25%203a.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-.459%201.86L16.181%2013h1.069a.75.75%200%200%200%200-1.5h-2.5l-.065.003L8.182%205H9V3.75A.75.75%200%200%201%209.75%203zm-7.5%208.5a.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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-1.48-1.48c-.39.129-.807.2-1.24.2h-1.546a4%204%200%200%201-2.163-.636l-2.156-1.386a.25.25%200%200%200-.27%200L9.71%2019.865a4%204%200%200%201-2.163.636H6a4%204%200%200%201-4-4V14h-.25a.75.75%200%200%201-.75-.75v-3.5A.75.75%200%200%201%201.75%209H2c0-1.606.948-2.989%202.314-3.625L2.22%203.28a.75.75%200%200%201%200-1.06M14.25%203a.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-.459%201.86L16.181%2013h1.069a.75.75%200%200%200%200-1.5h-2.5l-.065.003L8.182%205H9V3.75A.75.75%200%200%201%209.75%203zm-7.5%208.5a.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-off-24-filled.svg?color=%231a73e8&size=48