bluetooth-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
bluetooth-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

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 24 24"><path fill="currentColor" d="m11.37 10.665l-4.397-3.57a.75.75 0 0 0-.946 1.165l4.938 4.009l-4.966 4.456a.75.75 0 1 0 1.002 1.116l4.368-3.92V19.9c0 .247 0 .484.018.675c.018.181.062.492.288.748c.258.292.633.442 1.01.426c.322-.014.575-.176.727-.284c.158-.113.342-.27.54-.439l3.608-3.084c.103-.088.213-.182.3-.27a1.24 1.24 0 0 0 .298-.453a1.2 1.2 0 0 0-.011-.844a1.24 1.24 0 0 0-.309-.444a5 5 0 0 0-.308-.263l-4.256-3.456l4.347-3.901c.096-.087.2-.18.282-.267c.091-.097.21-.24.28-.442a1.2 1.2 0 0 0-.01-.821c-.076-.2-.198-.34-.291-.435a5 5 0 0 0-.29-.26l-3.64-3.112a9 9 0 0 0-.54-.439c-.152-.108-.405-.27-.727-.284a1.27 1.27 0 0 0-1.01.426c-.226.256-.27.567-.288.748c-.018.19-.018.428-.018.675z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiBluetoothSolid(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="m11.37 10.665l-4.397-3.57a.75.75 0 0 0-.946 1.165l4.938 4.009l-4.966 4.456a.75.75 0 1 0 1.002 1.116l4.368-3.92V19.9c0 .247 0 .484.018.675c.018.181.062.492.288.748c.258.292.633.442 1.01.426c.322-.014.575-.176.727-.284c.158-.113.342-.27.54-.439l3.608-3.084c.103-.088.213-.182.3-.27a1.24 1.24 0 0 0 .298-.453a1.2 1.2 0 0 0-.011-.844a1.24 1.24 0 0 0-.309-.444a5 5 0 0 0-.308-.263l-4.256-3.456l4.347-3.901c.096-.087.2-.18.282-.267c.091-.097.21-.24.28-.442a1.2 1.2 0 0 0-.01-.821c-.076-.2-.198-.34-.291-.435a5 5 0 0 0-.29-.26l-3.64-3.112a9 9 0 0 0-.54-.439c-.152-.108-.405-.27-.727-.284a1.27 1.27 0 0 0-1.01.426c-.226.256-.27.567-.288.748c-.018.19-.018.428-.018.675z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.37 10.665l-4.397-3.57a.75.75 0 0 0-.946 1.165l4.938 4.009l-4.966 4.456a.75.75 0 1 0 1.002 1.116l4.368-3.92V19.9c0 .247 0 .484.018.675c.018.181.062.492.288.748c.258.292.633.442 1.01.426c.322-.014.575-.176.727-.284c.158-.113.342-.27.54-.439l3.608-3.084c.103-.088.213-.182.3-.27a1.24 1.24 0 0 0 .298-.453a1.2 1.2 0 0 0-.011-.844a1.24 1.24 0 0 0-.309-.444a5 5 0 0 0-.308-.263l-4.256-3.456l4.347-3.901c.096-.087.2-.18.282-.267c.091-.097.21-.24.28-.442a1.2 1.2 0 0 0-.01-.821c-.076-.2-.198-.34-.291-.435a5 5 0 0 0-.29-.26l-3.64-3.112a9 9 0 0 0-.54-.439c-.152-.108-.405-.27-.727-.284a1.27 1.27 0 0 0-1.01.426c-.226.256-.27.567-.288.748c-.018.19-.018.428-.018.675z"/></svg>
</template>

CSS

.icon-bluetooth-solid {
  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%22m11.37%2010.665l-4.397-3.57a.75.75%200%200%200-.946%201.165l4.938%204.009l-4.966%204.456a.75.75%200%201%200%201.002%201.116l4.368-3.92V19.9c0%20.247%200%20.484.018.675c.018.181.062.492.288.748c.258.292.633.442%201.01.426c.322-.014.575-.176.727-.284c.158-.113.342-.27.54-.439l3.608-3.084c.103-.088.213-.182.3-.27a1.24%201.24%200%200%200%20.298-.453a1.2%201.2%200%200%200-.011-.844a1.24%201.24%200%200%200-.309-.444a5%205%200%200%200-.308-.263l-4.256-3.456l4.347-3.901c.096-.087.2-.18.282-.267c.091-.097.21-.24.28-.442a1.2%201.2%200%200%200-.01-.821c-.076-.2-.198-.34-.291-.435a5%205%200%200%200-.29-.26l-3.64-3.112a9%209%200%200%200-.54-.439c-.152-.108-.405-.27-.727-.284a1.27%201.27%200%200%200-1.01.426c-.226.256-.27.567-.288.748c-.018.19-.018.428-.018.675z%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%22m11.37%2010.665l-4.397-3.57a.75.75%200%200%200-.946%201.165l4.938%204.009l-4.966%204.456a.75.75%200%201%200%201.002%201.116l4.368-3.92V19.9c0%20.247%200%20.484.018.675c.018.181.062.492.288.748c.258.292.633.442%201.01.426c.322-.014.575-.176.727-.284c.158-.113.342-.27.54-.439l3.608-3.084c.103-.088.213-.182.3-.27a1.24%201.24%200%200%200%20.298-.453a1.2%201.2%200%200%200-.011-.844a1.24%201.24%200%200%200-.309-.444a5%205%200%200%200-.308-.263l-4.256-3.456l4.347-3.901c.096-.087.2-.18.282-.267c.091-.097.21-.24.28-.442a1.2%201.2%200%200%200-.01-.821c-.076-.2-.198-.34-.291-.435a5%205%200%200%200-.29-.26l-3.64-3.112a9%209%200%200%200-.54-.439c-.152-.108-.405-.27-.727-.284a1.27%201.27%200%200%200-1.01.426c-.226.256-.27.567-.288.748c-.018.19-.018.428-.018.675z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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