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

Name
video-bluetooth-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the video bluetooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 4A3.25 3.25 0 0 0 3 7.25v.767a1.75 1.75 0 0 1 1.5.512V7.25c0-.966.784-1.75 1.75-1.75h7.5c.966 0 1.75.784 1.75 1.75v7.5a1.75 1.75 0 0 1-1.75 1.75H7.927a1.75 1.75 0 0 1-.24 1.5h6.063A3.25 3.25 0 0 0 17 14.75v-.312l3.258 2.25c1.16.8 2.744-.03 2.744-1.44V6.751c0-1.41-1.584-2.242-2.744-1.44L17 7.562V7.25A3.25 3.25 0 0 0 13.75 4zM17 9.384l4.11-2.838a.25.25 0 0 1 .392.206v8.495a.25.25 0 0 1-.392.206L17 12.615zM3.797 9.241a.75.75 0 0 0-1.3.509v3.075l-.761-.646a.75.75 0 0 0-.972 1.143l1.732 1.472v.412L.764 16.68a.75.75 0 0 0 .972 1.143l.76-.647v3.075a.75.75 0 0 0 1.3.51l3.005-3.25a.75.75 0 0 0-.065-1.082L5.056 15l1.68-1.428A.75.75 0 0 0 6.8 12.49zm1.372 7.824l-1.173 1.269v-2.265zm-1.173-5.399l1.173 1.269l-1.173.996z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoBluetooth24Regular(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="M6.25 4A3.25 3.25 0 0 0 3 7.25v.767a1.75 1.75 0 0 1 1.5.512V7.25c0-.966.784-1.75 1.75-1.75h7.5c.966 0 1.75.784 1.75 1.75v7.5a1.75 1.75 0 0 1-1.75 1.75H7.927a1.75 1.75 0 0 1-.24 1.5h6.063A3.25 3.25 0 0 0 17 14.75v-.312l3.258 2.25c1.16.8 2.744-.03 2.744-1.44V6.751c0-1.41-1.584-2.242-2.744-1.44L17 7.562V7.25A3.25 3.25 0 0 0 13.75 4zM17 9.384l4.11-2.838a.25.25 0 0 1 .392.206v8.495a.25.25 0 0 1-.392.206L17 12.615zM3.797 9.241a.75.75 0 0 0-1.3.509v3.075l-.761-.646a.75.75 0 0 0-.972 1.143l1.732 1.472v.412L.764 16.68a.75.75 0 0 0 .972 1.143l.76-.647v3.075a.75.75 0 0 0 1.3.51l3.005-3.25a.75.75 0 0 0-.065-1.082L5.056 15l1.68-1.428A.75.75 0 0 0 6.8 12.49zm1.372 7.824l-1.173 1.269v-2.265zm-1.173-5.399l1.173 1.269l-1.173.996z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 4A3.25 3.25 0 0 0 3 7.25v.767a1.75 1.75 0 0 1 1.5.512V7.25c0-.966.784-1.75 1.75-1.75h7.5c.966 0 1.75.784 1.75 1.75v7.5a1.75 1.75 0 0 1-1.75 1.75H7.927a1.75 1.75 0 0 1-.24 1.5h6.063A3.25 3.25 0 0 0 17 14.75v-.312l3.258 2.25c1.16.8 2.744-.03 2.744-1.44V6.751c0-1.41-1.584-2.242-2.744-1.44L17 7.562V7.25A3.25 3.25 0 0 0 13.75 4zM17 9.384l4.11-2.838a.25.25 0 0 1 .392.206v8.495a.25.25 0 0 1-.392.206L17 12.615zM3.797 9.241a.75.75 0 0 0-1.3.509v3.075l-.761-.646a.75.75 0 0 0-.972 1.143l1.732 1.472v.412L.764 16.68a.75.75 0 0 0 .972 1.143l.76-.647v3.075a.75.75 0 0 0 1.3.51l3.005-3.25a.75.75 0 0 0-.065-1.082L5.056 15l1.68-1.428A.75.75 0 0 0 6.8 12.49zm1.372 7.824l-1.173 1.269v-2.265zm-1.173-5.399l1.173 1.269l-1.173.996z"/></svg>
</template>

CSS

.icon-video-bluetooth-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%22M6.25%204A3.25%203.25%200%200%200%203%207.25v.767a1.75%201.75%200%200%201%201.5.512V7.25c0-.966.784-1.75%201.75-1.75h7.5c.966%200%201.75.784%201.75%201.75v7.5a1.75%201.75%200%200%201-1.75%201.75H7.927a1.75%201.75%200%200%201-.24%201.5h6.063A3.25%203.25%200%200%200%2017%2014.75v-.312l3.258%202.25c1.16.8%202.744-.03%202.744-1.44V6.751c0-1.41-1.584-2.242-2.744-1.44L17%207.562V7.25A3.25%203.25%200%200%200%2013.75%204zM17%209.384l4.11-2.838a.25.25%200%200%201%20.392.206v8.495a.25.25%200%200%201-.392.206L17%2012.615zM3.797%209.241a.75.75%200%200%200-1.3.509v3.075l-.761-.646a.75.75%200%200%200-.972%201.143l1.732%201.472v.412L.764%2016.68a.75.75%200%200%200%20.972%201.143l.76-.647v3.075a.75.75%200%200%200%201.3.51l3.005-3.25a.75.75%200%200%200-.065-1.082L5.056%2015l1.68-1.428A.75.75%200%200%200%206.8%2012.49zm1.372%207.824l-1.173%201.269v-2.265zm-1.173-5.399l1.173%201.269l-1.173.996z%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%22M6.25%204A3.25%203.25%200%200%200%203%207.25v.767a1.75%201.75%200%200%201%201.5.512V7.25c0-.966.784-1.75%201.75-1.75h7.5c.966%200%201.75.784%201.75%201.75v7.5a1.75%201.75%200%200%201-1.75%201.75H7.927a1.75%201.75%200%200%201-.24%201.5h6.063A3.25%203.25%200%200%200%2017%2014.75v-.312l3.258%202.25c1.16.8%202.744-.03%202.744-1.44V6.751c0-1.41-1.584-2.242-2.744-1.44L17%207.562V7.25A3.25%203.25%200%200%200%2013.75%204zM17%209.384l4.11-2.838a.25.25%200%200%201%20.392.206v8.495a.25.25%200%200%201-.392.206L17%2012.615zM3.797%209.241a.75.75%200%200%200-1.3.509v3.075l-.761-.646a.75.75%200%200%200-.972%201.143l1.732%201.472v.412L.764%2016.68a.75.75%200%200%200%20.972%201.143l.76-.647v3.075a.75.75%200%200%200%201.3.51l3.005-3.25a.75.75%200%200%200-.065-1.082L5.056%2015l1.68-1.428A.75.75%200%200%200%206.8%2012.49zm1.372%207.824l-1.173%201.269v-2.265zm-1.173-5.399l1.173%201.269l-1.173.996z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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