headset-vr from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
headset-vr
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the headset vr icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 1.248c1.857 0 3.526.641 4.65 1.794a5 5 0 0 1 2.518 1.09C13.907 1.482 11.295 0 8 0C4.75 0 2.12 1.48.844 4.122a5 5 0 0 1 2.289-1.047C4.236 1.872 5.974 1.248 8 1.248"/><path d="M12 12a4 4 0 0 1-2.786-1.13l-.002-.002a1.6 1.6 0 0 0-.276-.167A2.2 2.2 0 0 0 8 10.5c-.414 0-.729.103-.935.201a1.6 1.6 0 0 0-.277.167l-.002.002A4 4 0 1 1 4 4h8a4 4 0 0 1 0 8"/></g></svg>

React

import type { SVGProps } from "react";

export function BiHeadsetVr(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 1.248c1.857 0 3.526.641 4.65 1.794a5 5 0 0 1 2.518 1.09C13.907 1.482 11.295 0 8 0C4.75 0 2.12 1.48.844 4.122a5 5 0 0 1 2.289-1.047C4.236 1.872 5.974 1.248 8 1.248"/><path d="M12 12a4 4 0 0 1-2.786-1.13l-.002-.002a1.6 1.6 0 0 0-.276-.167A2.2 2.2 0 0 0 8 10.5c-.414 0-.729.103-.935.201a1.6 1.6 0 0 0-.277.167l-.002.002A4 4 0 1 1 4 4h8a4 4 0 0 1 0 8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 1.248c1.857 0 3.526.641 4.65 1.794a5 5 0 0 1 2.518 1.09C13.907 1.482 11.295 0 8 0C4.75 0 2.12 1.48.844 4.122a5 5 0 0 1 2.289-1.047C4.236 1.872 5.974 1.248 8 1.248"/><path d="M12 12a4 4 0 0 1-2.786-1.13l-.002-.002a1.6 1.6 0 0 0-.276-.167A2.2 2.2 0 0 0 8 10.5c-.414 0-.729.103-.935.201a1.6 1.6 0 0 0-.277.167l-.002.002A4 4 0 1 1 4 4h8a4 4 0 0 1 0 8"/></g></svg>
</template>

CSS

.icon-headset-vr {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%201.248c1.857%200%203.526.641%204.65%201.794a5%205%200%200%201%202.518%201.09C13.907%201.482%2011.295%200%208%200C4.75%200%202.12%201.48.844%204.122a5%205%200%200%201%202.289-1.047C4.236%201.872%205.974%201.248%208%201.248%22%2F%3E%3Cpath%20d%3D%22M12%2012a4%204%200%200%201-2.786-1.13l-.002-.002a1.6%201.6%200%200%200-.276-.167A2.2%202.2%200%200%200%208%2010.5c-.414%200-.729.103-.935.201a1.6%201.6%200%200%200-.277.167l-.002.002A4%204%200%201%201%204%204h8a4%204%200%200%201%200%208%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%201.248c1.857%200%203.526.641%204.65%201.794a5%205%200%200%201%202.518%201.09C13.907%201.482%2011.295%200%208%200C4.75%200%202.12%201.48.844%204.122a5%205%200%200%201%202.289-1.047C4.236%201.872%205.974%201.248%208%201.248%22%2F%3E%3Cpath%20d%3D%22M12%2012a4%204%200%200%201-2.786-1.13l-.002-.002a1.6%201.6%200%200%200-.276-.167A2.2%202.2%200%200%200%208%2010.5c-.414%200-.729.103-.935.201a1.6%201.6%200%200%200-.277.167l-.002.002A4%204%200%201%201%204%204h8a4%204%200%200%201%200%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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