bluetooth b icon

bluetooth-b from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
bluetooth-b
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the bluetooth b icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.41 12l3.8-3.79a1 1 0 0 0 0-1.42l-4.5-4.5a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.54.54A1 1 0 0 0 11 3v6.59l-2.79-2.8a1 1 0 1 0-1.42 1.42l3.8 3.79l-3.8 3.79a1 1 0 1 0 1.42 1.42l2.79-2.8V21a1 1 0 0 0 .08.38a1 1 0 0 0 .54.54a.94.94 0 0 0 .76 0a1 1 0 0 0 .33-.21l4.5-4.5a1 1 0 0 0 0-1.42ZM13 5.41l2.09 2.09L13 9.59Zm0 13.18v-4.18l2.09 2.09Z"/></svg>

React

import type { SVGProps } from "react";

export function UilBluetoothB(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="m13.41 12l3.8-3.79a1 1 0 0 0 0-1.42l-4.5-4.5a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.54.54A1 1 0 0 0 11 3v6.59l-2.79-2.8a1 1 0 1 0-1.42 1.42l3.8 3.79l-3.8 3.79a1 1 0 1 0 1.42 1.42l2.79-2.8V21a1 1 0 0 0 .08.38a1 1 0 0 0 .54.54a.94.94 0 0 0 .76 0a1 1 0 0 0 .33-.21l4.5-4.5a1 1 0 0 0 0-1.42ZM13 5.41l2.09 2.09L13 9.59Zm0 13.18v-4.18l2.09 2.09Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.41 12l3.8-3.79a1 1 0 0 0 0-1.42l-4.5-4.5a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.54.54A1 1 0 0 0 11 3v6.59l-2.79-2.8a1 1 0 1 0-1.42 1.42l3.8 3.79l-3.8 3.79a1 1 0 1 0 1.42 1.42l2.79-2.8V21a1 1 0 0 0 .08.38a1 1 0 0 0 .54.54a.94.94 0 0 0 .76 0a1 1 0 0 0 .33-.21l4.5-4.5a1 1 0 0 0 0-1.42ZM13 5.41l2.09 2.09L13 9.59Zm0 13.18v-4.18l2.09 2.09Z"/></svg>
</template>

CSS

.icon-bluetooth-b {
  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%22m13.41%2012l3.8-3.79a1%201%200%200%200%200-1.42l-4.5-4.5a1%201%200%200%200-.33-.21a1%201%200%200%200-.76%200a1%201%200%200%200-.54.54A1%201%200%200%200%2011%203v6.59l-2.79-2.8a1%201%200%201%200-1.42%201.42l3.8%203.79l-3.8%203.79a1%201%200%201%200%201.42%201.42l2.79-2.8V21a1%201%200%200%200%20.08.38a1%201%200%200%200%20.54.54a.94.94%200%200%200%20.76%200a1%201%200%200%200%20.33-.21l4.5-4.5a1%201%200%200%200%200-1.42ZM13%205.41l2.09%202.09L13%209.59Zm0%2013.18v-4.18l2.09%202.09Z%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%22m13.41%2012l3.8-3.79a1%201%200%200%200%200-1.42l-4.5-4.5a1%201%200%200%200-.33-.21a1%201%200%200%200-.76%200a1%201%200%200%200-.54.54A1%201%200%200%200%2011%203v6.59l-2.79-2.8a1%201%200%201%200-1.42%201.42l3.8%203.79l-3.8%203.79a1%201%200%201%200%201.42%201.42l2.79-2.8V21a1%201%200%200%200%20.08.38a1%201%200%200%200%20.54.54a.94.94%200%200%200%20.76%200a1%201%200%200%200%20.33-.21l4.5-4.5a1%201%200%200%200%200-1.42ZM13%205.41l2.09%202.09L13%209.59Zm0%2013.18v-4.18l2.09%202.09Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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