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

Name
video-bluetooth-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M3 7.25A3.25 3.25 0 0 1 6.25 4h6.5A3.25 3.25 0 0 1 16 7.25v7.5A3.25 3.25 0 0 1 12.75 18H7.686a1.75 1.75 0 0 0-.303-2.333L6.6 15l.784-.667a1.75 1.75 0 0 0 .152-2.52l-3.004-3.25A1.75 1.75 0 0 0 3 8.016zm17.257 9.438L17 14.44V7.562l3.257-2.25c1.161-.8 2.745.03 2.745 1.441v8.495c0 1.41-1.584 2.242-2.745 1.44M3.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 FluentVideoBluetooth24Filled(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="M3 7.25A3.25 3.25 0 0 1 6.25 4h6.5A3.25 3.25 0 0 1 16 7.25v7.5A3.25 3.25 0 0 1 12.75 18H7.686a1.75 1.75 0 0 0-.303-2.333L6.6 15l.784-.667a1.75 1.75 0 0 0 .152-2.52l-3.004-3.25A1.75 1.75 0 0 0 3 8.016zm17.257 9.438L17 14.44V7.562l3.257-2.25c1.161-.8 2.745.03 2.745 1.441v8.495c0 1.41-1.584 2.242-2.745 1.44M3.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="M3 7.25A3.25 3.25 0 0 1 6.25 4h6.5A3.25 3.25 0 0 1 16 7.25v7.5A3.25 3.25 0 0 1 12.75 18H7.686a1.75 1.75 0 0 0-.303-2.333L6.6 15l.784-.667a1.75 1.75 0 0 0 .152-2.52l-3.004-3.25A1.75 1.75 0 0 0 3 8.016zm17.257 9.438L17 14.44V7.562l3.257-2.25c1.161-.8 2.745.03 2.745 1.441v8.495c0 1.41-1.584 2.242-2.745 1.44M3.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-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%22M3%207.25A3.25%203.25%200%200%201%206.25%204h6.5A3.25%203.25%200%200%201%2016%207.25v7.5A3.25%203.25%200%200%201%2012.75%2018H7.686a1.75%201.75%200%200%200-.303-2.333L6.6%2015l.784-.667a1.75%201.75%200%200%200%20.152-2.52l-3.004-3.25A1.75%201.75%200%200%200%203%208.016zm17.257%209.438L17%2014.44V7.562l3.257-2.25c1.161-.8%202.745.03%202.745%201.441v8.495c0%201.41-1.584%202.242-2.745%201.44M3.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%22M3%207.25A3.25%203.25%200%200%201%206.25%204h6.5A3.25%203.25%200%200%201%2016%207.25v7.5A3.25%203.25%200%200%201%2012.75%2018H7.686a1.75%201.75%200%200%200-.303-2.333L6.6%2015l.784-.667a1.75%201.75%200%200%200%20.152-2.52l-3.004-3.25A1.75%201.75%200%200%200%203%208.016zm17.257%209.438L17%2014.44V7.562l3.257-2.25c1.161-.8%202.745.03%202.745%201.441v8.495c0%201.41-1.584%202.242-2.745%201.44M3.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-filled.svg?color=%231a73e8&size=48