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

Name
video-bluetooth-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M12.25 7a6.25 6.25 0 0 0-6.164 5.216a3.25 3.25 0 0 1 2.535.087a3.75 3.75 0 0 1 3.63-2.803h15.5a3.75 3.75 0 0 1 3.75 3.75v15.5a3.75 3.75 0 0 1-3.75 3.75h-9.434a3.25 3.25 0 0 1-.144 2.5h9.578A6.25 6.25 0 0 0 34 28.75v-1.101l6.907 4.769c2.155 1.488 5.096-.055 5.096-2.675V12.256c0-2.62-2.94-4.163-5.096-2.675L34 14.351V13.25A6.25 6.25 0 0 0 27.75 7zM34 17.388l8.328-5.75a.75.75 0 0 1 1.176.618v17.487a.75.75 0 0 1-1.176.617l-8.327-5.75zM8.085 14.32A1.25 1.25 0 0 0 6 15.25v9.654l-3.489-2.677A1.25 1.25 0 1 0 .989 24.21L5.928 28L.989 31.79a1.25 1.25 0 1 0 1.522 1.983l3.49-2.677v9.654a1.25 1.25 0 0 0 2.083.93l8-7.171a1.25 1.25 0 0 0-.073-1.922L10.034 28l5.977-4.586a1.25 1.25 0 0 0 .073-1.923zm5.21 19.334L8.5 37.95v-7.977zM8.5 18.049l4.794 4.298L8.5 26.026z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVideoBluetooth48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 7a6.25 6.25 0 0 0-6.164 5.216a3.25 3.25 0 0 1 2.535.087a3.75 3.75 0 0 1 3.63-2.803h15.5a3.75 3.75 0 0 1 3.75 3.75v15.5a3.75 3.75 0 0 1-3.75 3.75h-9.434a3.25 3.25 0 0 1-.144 2.5h9.578A6.25 6.25 0 0 0 34 28.75v-1.101l6.907 4.769c2.155 1.488 5.096-.055 5.096-2.675V12.256c0-2.62-2.94-4.163-5.096-2.675L34 14.351V13.25A6.25 6.25 0 0 0 27.75 7zM34 17.388l8.328-5.75a.75.75 0 0 1 1.176.618v17.487a.75.75 0 0 1-1.176.617l-8.327-5.75zM8.085 14.32A1.25 1.25 0 0 0 6 15.25v9.654l-3.489-2.677A1.25 1.25 0 1 0 .989 24.21L5.928 28L.989 31.79a1.25 1.25 0 1 0 1.522 1.983l3.49-2.677v9.654a1.25 1.25 0 0 0 2.083.93l8-7.171a1.25 1.25 0 0 0-.073-1.922L10.034 28l5.977-4.586a1.25 1.25 0 0 0 .073-1.923zm5.21 19.334L8.5 37.95v-7.977zM8.5 18.049l4.794 4.298L8.5 26.026z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 7a6.25 6.25 0 0 0-6.164 5.216a3.25 3.25 0 0 1 2.535.087a3.75 3.75 0 0 1 3.63-2.803h15.5a3.75 3.75 0 0 1 3.75 3.75v15.5a3.75 3.75 0 0 1-3.75 3.75h-9.434a3.25 3.25 0 0 1-.144 2.5h9.578A6.25 6.25 0 0 0 34 28.75v-1.101l6.907 4.769c2.155 1.488 5.096-.055 5.096-2.675V12.256c0-2.62-2.94-4.163-5.096-2.675L34 14.351V13.25A6.25 6.25 0 0 0 27.75 7zM34 17.388l8.328-5.75a.75.75 0 0 1 1.176.618v17.487a.75.75 0 0 1-1.176.617l-8.327-5.75zM8.085 14.32A1.25 1.25 0 0 0 6 15.25v9.654l-3.489-2.677A1.25 1.25 0 1 0 .989 24.21L5.928 28L.989 31.79a1.25 1.25 0 1 0 1.522 1.983l3.49-2.677v9.654a1.25 1.25 0 0 0 2.083.93l8-7.171a1.25 1.25 0 0 0-.073-1.922L10.034 28l5.977-4.586a1.25 1.25 0 0 0 .073-1.923zm5.21 19.334L8.5 37.95v-7.977zM8.5 18.049l4.794 4.298L8.5 26.026z"/></svg>
</template>

CSS

.icon-video-bluetooth-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%207a6.25%206.25%200%200%200-6.164%205.216a3.25%203.25%200%200%201%202.535.087a3.75%203.75%200%200%201%203.63-2.803h15.5a3.75%203.75%200%200%201%203.75%203.75v15.5a3.75%203.75%200%200%201-3.75%203.75h-9.434a3.25%203.25%200%200%201-.144%202.5h9.578A6.25%206.25%200%200%200%2034%2028.75v-1.101l6.907%204.769c2.155%201.488%205.096-.055%205.096-2.675V12.256c0-2.62-2.94-4.163-5.096-2.675L34%2014.351V13.25A6.25%206.25%200%200%200%2027.75%207zM34%2017.388l8.328-5.75a.75.75%200%200%201%201.176.618v17.487a.75.75%200%200%201-1.176.617l-8.327-5.75zM8.085%2014.32A1.25%201.25%200%200%200%206%2015.25v9.654l-3.489-2.677A1.25%201.25%200%201%200%20.989%2024.21L5.928%2028L.989%2031.79a1.25%201.25%200%201%200%201.522%201.983l3.49-2.677v9.654a1.25%201.25%200%200%200%202.083.93l8-7.171a1.25%201.25%200%200%200-.073-1.922L10.034%2028l5.977-4.586a1.25%201.25%200%200%200%20.073-1.923zm5.21%2019.334L8.5%2037.95v-7.977zM8.5%2018.049l4.794%204.298L8.5%2026.026z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%207a6.25%206.25%200%200%200-6.164%205.216a3.25%203.25%200%200%201%202.535.087a3.75%203.75%200%200%201%203.63-2.803h15.5a3.75%203.75%200%200%201%203.75%203.75v15.5a3.75%203.75%200%200%201-3.75%203.75h-9.434a3.25%203.25%200%200%201-.144%202.5h9.578A6.25%206.25%200%200%200%2034%2028.75v-1.101l6.907%204.769c2.155%201.488%205.096-.055%205.096-2.675V12.256c0-2.62-2.94-4.163-5.096-2.675L34%2014.351V13.25A6.25%206.25%200%200%200%2027.75%207zM34%2017.388l8.328-5.75a.75.75%200%200%201%201.176.618v17.487a.75.75%200%200%201-1.176.617l-8.327-5.75zM8.085%2014.32A1.25%201.25%200%200%200%206%2015.25v9.654l-3.489-2.677A1.25%201.25%200%201%200%20.989%2024.21L5.928%2028L.989%2031.79a1.25%201.25%200%201%200%201.522%201.983l3.49-2.677v9.654a1.25%201.25%200%200%200%202.083.93l8-7.171a1.25%201.25%200%200%200-.073-1.922L10.034%2028l5.977-4.586a1.25%201.25%200%200%200%20.073-1.923zm5.21%2019.334L8.5%2037.95v-7.977zM8.5%2018.049l4.794%204.298L8.5%2026.026z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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