bluetooth icon

bluetooth-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
bluetooth-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the bluetooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 14.5H7a.5.5 0 0 0 .787.41zm0-14l.287-.41A.5.5 0 0 0 7 .5zm5 3.5l.282.413a.5.5 0 0 0 .005-.823zm0 7l.287.41a.5.5 0 0 0-.005-.823zM8 14.5V7.41H7v7.09zm0-7.09V.5H7v6.91zM7.213.91l5 3.5l.574-.82l-5-3.5zm5.005 2.677l-5 3.409l.564.826l5-3.409zm-5 3.409l-6 4.09l.564.827l6-4.09zm.569 7.914l5-3.5l-.574-.82l-5 3.5zm4.995-4.323l-11-7.5l-.564.826l11 7.5z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsBluetoothOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 14.5H7a.5.5 0 0 0 .787.41zm0-14l.287-.41A.5.5 0 0 0 7 .5zm5 3.5l.282.413a.5.5 0 0 0 .005-.823zm0 7l.287.41a.5.5 0 0 0-.005-.823zM8 14.5V7.41H7v7.09zm0-7.09V.5H7v6.91zM7.213.91l5 3.5l.574-.82l-5-3.5zm5.005 2.677l-5 3.409l.564.826l5-3.409zm-5 3.409l-6 4.09l.564.827l6-4.09zm.569 7.914l5-3.5l-.574-.82l-5 3.5zm4.995-4.323l-11-7.5l-.564.826l11 7.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 14.5H7a.5.5 0 0 0 .787.41zm0-14l.287-.41A.5.5 0 0 0 7 .5zm5 3.5l.282.413a.5.5 0 0 0 .005-.823zm0 7l.287.41a.5.5 0 0 0-.005-.823zM8 14.5V7.41H7v7.09zm0-7.09V.5H7v6.91zM7.213.91l5 3.5l.574-.82l-5-3.5zm5.005 2.677l-5 3.409l.564.826l5-3.409zm-5 3.409l-6 4.09l.564.827l6-4.09zm.569 7.914l5-3.5l-.574-.82l-5 3.5zm4.995-4.323l-11-7.5l-.564.826l11 7.5z"/></svg>
</template>

CSS

.icon-bluetooth-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2014.5H7a.5.5%200%200%200%20.787.41zm0-14l.287-.41A.5.5%200%200%200%207%20.5zm5%203.5l.282.413a.5.5%200%200%200%20.005-.823zm0%207l.287.41a.5.5%200%200%200-.005-.823zM8%2014.5V7.41H7v7.09zm0-7.09V.5H7v6.91zM7.213.91l5%203.5l.574-.82l-5-3.5zm5.005%202.677l-5%203.409l.564.826l5-3.409zm-5%203.409l-6%204.09l.564.827l6-4.09zm.569%207.914l5-3.5l-.574-.82l-5%203.5zm4.995-4.323l-11-7.5l-.564.826l11%207.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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2014.5H7a.5.5%200%200%200%20.787.41zm0-14l.287-.41A.5.5%200%200%200%207%20.5zm5%203.5l.282.413a.5.5%200%200%200%20.005-.823zm0%207l.287.41a.5.5%200%200%200-.005-.823zM8%2014.5V7.41H7v7.09zm0-7.09V.5H7v6.91zM7.213.91l5%203.5l.574-.82l-5-3.5zm5.005%202.677l-5%203.409l.564.826l5-3.409zm-5%203.409l-6%204.09l.564.827l6-4.09zm.569%207.914l5-3.5l-.574-.82l-5%203.5zm4.995-4.323l-11-7.5l-.564.826l11%207.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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