bluetooth icon

bluetooth from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
bluetooth
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More tools icons from Carbon

Use the bluetooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30a1.1 1.1 0 0 1-.42-.09A1 1 0 0 1 15 29V18.41L8.41 25L7 23.59L14.59 16L7 8.41L8.41 7L15 13.59V3a1 1 0 0 1 .58-.91a1 1 0 0 1 1.07.15l7 6A1 1 0 0 1 24 9a1 1 0 0 1-.29.75L17.41 16l6.3 6.29A1 1 0 0 1 24 23a1 1 0 0 1-.35.72l-7 6A1 1 0 0 1 16 30m1-11.59v8.42l4.53-3.89Zm0-13.24v8.42l4.53-4.53Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonBluetooth(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30a1.1 1.1 0 0 1-.42-.09A1 1 0 0 1 15 29V18.41L8.41 25L7 23.59L14.59 16L7 8.41L8.41 7L15 13.59V3a1 1 0 0 1 .58-.91a1 1 0 0 1 1.07.15l7 6A1 1 0 0 1 24 9a1 1 0 0 1-.29.75L17.41 16l6.3 6.29A1 1 0 0 1 24 23a1 1 0 0 1-.35.72l-7 6A1 1 0 0 1 16 30m1-11.59v8.42l4.53-3.89Zm0-13.24v8.42l4.53-4.53Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30a1.1 1.1 0 0 1-.42-.09A1 1 0 0 1 15 29V18.41L8.41 25L7 23.59L14.59 16L7 8.41L8.41 7L15 13.59V3a1 1 0 0 1 .58-.91a1 1 0 0 1 1.07.15l7 6A1 1 0 0 1 24 9a1 1 0 0 1-.29.75L17.41 16l6.3 6.29A1 1 0 0 1 24 23a1 1 0 0 1-.35.72l-7 6A1 1 0 0 1 16 30m1-11.59v8.42l4.53-3.89Zm0-13.24v8.42l4.53-4.53Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030a1.1%201.1%200%200%201-.42-.09A1%201%200%200%201%2015%2029V18.41L8.41%2025L7%2023.59L14.59%2016L7%208.41L8.41%207L15%2013.59V3a1%201%200%200%201%20.58-.91a1%201%200%200%201%201.07.15l7%206A1%201%200%200%201%2024%209a1%201%200%200%201-.29.75L17.41%2016l6.3%206.29A1%201%200%200%201%2024%2023a1%201%200%200%201-.35.72l-7%206A1%201%200%200%201%2016%2030m1-11.59v8.42l4.53-3.89Zm0-13.24v8.42l4.53-4.53Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030a1.1%201.1%200%200%201-.42-.09A1%201%200%200%201%2015%2029V18.41L8.41%2025L7%2023.59L14.59%2016L7%208.41L8.41%207L15%2013.59V3a1%201%200%200%201%20.58-.91a1%201%200%200%201%201.07.15l7%206A1%201%200%200%201%2024%209a1%201%200%200%201-.29.75L17.41%2016l6.3%206.29A1%201%200%200%201%2024%2023a1%201%200%200%201-.35.72l-7%206A1%201%200%200%201%2016%2030m1-11.59v8.42l4.53-3.89Zm0-13.24v8.42l4.53-4.53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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