bluetooth from Font Awesome 6 Brands by Dave Gandy · Regular · Communication · CC-BY-4.0 Attribution required.

Name
bluetooth
Set
Font Awesome 6 Brands
Style
Regular
Category
Communication
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

More communication icons from Font Awesome 6 Brands

Use the bluetooth logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M292.6 171.1L249.7 214l-.3-86zm-43.2 219.8l43.1-43.1l-42.9-42.9zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4S115.4 0 228.6 0S416 53.9 416 259.4m-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9l92.7 93l-92.7 93l26.9 26.9l73.8-73.8l2.3 170l127.4-127.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsBluetooth(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M292.6 171.1L249.7 214l-.3-86zm-43.2 219.8l43.1-43.1l-42.9-42.9zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4S115.4 0 228.6 0S416 53.9 416 259.4m-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9l92.7 93l-92.7 93l26.9 26.9l73.8-73.8l2.3 170l127.4-127.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M292.6 171.1L249.7 214l-.3-86zm-43.2 219.8l43.1-43.1l-42.9-42.9zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4S115.4 0 228.6 0S416 53.9 416 259.4m-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9l92.7 93l-92.7 93l26.9 26.9l73.8-73.8l2.3 170l127.4-127.5z"/></svg>
</template>

CSS

.icon-bluetooth {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M292.6%20171.1L249.7%20214l-.3-86zm-43.2%20219.8l43.1-43.1l-42.9-42.9zM416%20259.4C416%20465%20344.1%20512%20230.9%20512S32%20465%2032%20259.4S115.4%200%20228.6%200S416%2053.9%20416%20259.4m-158.5%200l79.4-88.6L211.8%2036.5v176.9L138%20139.6l-27%2026.9l92.7%2093l-92.7%2093l26.9%2026.9l73.8-73.8l2.3%20170l127.4-127.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M292.6%20171.1L249.7%20214l-.3-86zm-43.2%20219.8l43.1-43.1l-42.9-42.9zM416%20259.4C416%20465%20344.1%20512%20230.9%20512S32%20465%2032%20259.4S115.4%200%20228.6%200S416%2053.9%20416%20259.4m-158.5%200l79.4-88.6L211.8%2036.5v176.9L138%20139.6l-27%2026.9l92.7%2093l-92.7%2093l26.9%2026.9l73.8-73.8l2.3%20170l127.4-127.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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