bluetooth circle icon

bluetooth-circle-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.

Name
bluetooth-circle-duotone
Set
Reicon
Style
Duotone
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More devices icons from Reicon

Use the bluetooth circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10" opacity=".5"/><path d="m11.414 17.256l-.004.001zm.383.191l.001.004zm0-10.894l.001-.004v.001z"/><path fill-rule="evenodd" d="M12.21 5.464c.277.15.6.394.945.653l1.53 1.152c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6 6 0 0 1-.648.531L12.248 12l2.437 1.834c.237.177.475.356.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6 6 0 0 1-.648.53l-1.53 1.152c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.313-.045-.718-.045-1.15V13.6l-1.77 1.475a.75.75 0 1 1-.96-1.152L9.828 12L7.52 10.076a.75.75 0 1 1 .96-1.152l1.77 1.475V7.572c0-.433 0-.838.046-1.15c.046-.32.176-.805.67-1.053s.96-.06 1.244.095m-.46 10.912v-2.874l2 1.504c.135.102.243.184.333.255l.026.021l-.026.02c-.09.073-.198.154-.334.256l-1.454 1.094c-.227.171-.4.3-.539.397c-.005-.17-.006-.387-.006-.673m-.336.88l-.004.001zm.383.19l.001.005zm-.047-9.823v2.874l2-1.504c.135-.102.243-.183.333-.255l.026-.02l-.026-.021a17 17 0 0 0-.334-.256l-1.454-1.094c-.227-.17-.4-.3-.539-.397c-.005.17-.006.387-.006.673m.047-1.07l.001-.004v.001z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBluetoothCircleDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10" opacity=".5"/><path d="m11.414 17.256l-.004.001zm.383.191l.001.004zm0-10.894l.001-.004v.001z"/><path fillRule="evenodd" d="M12.21 5.464c.277.15.6.394.945.653l1.53 1.152c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6 6 0 0 1-.648.531L12.248 12l2.437 1.834c.237.177.475.356.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6 6 0 0 1-.648.53l-1.53 1.152c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.313-.045-.718-.045-1.15V13.6l-1.77 1.475a.75.75 0 1 1-.96-1.152L9.828 12L7.52 10.076a.75.75 0 1 1 .96-1.152l1.77 1.475V7.572c0-.433 0-.838.046-1.15c.046-.32.176-.805.67-1.053s.96-.06 1.244.095m-.46 10.912v-2.874l2 1.504c.135.102.243.184.333.255l.026.021l-.026.02c-.09.073-.198.154-.334.256l-1.454 1.094c-.227.171-.4.3-.539.397c-.005-.17-.006-.387-.006-.673m-.336.88l-.004.001zm.383.19l.001.005zm-.047-9.823v2.874l2-1.504c.135-.102.243-.183.333-.255l.026-.02l-.026-.021a17 17 0 0 0-.334-.256l-1.454-1.094c-.227-.17-.4-.3-.539-.397c-.005.17-.006.387-.006.673m.047-1.07l.001-.004v.001z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10" opacity=".5"/><path d="m11.414 17.256l-.004.001zm.383.191l.001.004zm0-10.894l.001-.004v.001z"/><path fill-rule="evenodd" d="M12.21 5.464c.277.15.6.394.945.653l1.53 1.152c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6 6 0 0 1-.648.531L12.248 12l2.437 1.834c.237.177.475.356.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6 6 0 0 1-.648.53l-1.53 1.152c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.313-.045-.718-.045-1.15V13.6l-1.77 1.475a.75.75 0 1 1-.96-1.152L9.828 12L7.52 10.076a.75.75 0 1 1 .96-1.152l1.77 1.475V7.572c0-.433 0-.838.046-1.15c.046-.32.176-.805.67-1.053s.96-.06 1.244.095m-.46 10.912v-2.874l2 1.504c.135.102.243.184.333.255l.026.021l-.026.02c-.09.073-.198.154-.334.256l-1.454 1.094c-.227.171-.4.3-.539.397c-.005-.17-.006-.387-.006-.673m-.336.88l-.004.001zm.383.19l.001.005zm-.047-9.823v2.874l2-1.504c.135-.102.243-.183.333-.255l.026-.02l-.026-.021a17 17 0 0 0-.334-.256l-1.454-1.094c-.227-.17-.4-.3-.539-.397c-.005.17-.006.387-.006.673m.047-1.07l.001-.004v.001z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-bluetooth-circle-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m11.414%2017.256l-.004.001zm.383.191l.001.004zm0-10.894l.001-.004v.001z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.21%205.464c.277.15.6.394.945.653l1.53%201.152c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6%206%200%200%201-.648.531L12.248%2012l2.437%201.834c.237.177.475.356.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6%206%200%200%201-.648.53l-1.53%201.152c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.313-.045-.718-.045-1.15V13.6l-1.77%201.475a.75.75%200%201%201-.96-1.152L9.828%2012L7.52%2010.076a.75.75%200%201%201%20.96-1.152l1.77%201.475V7.572c0-.433%200-.838.046-1.15c.046-.32.176-.805.67-1.053s.96-.06%201.244.095m-.46%2010.912v-2.874l2%201.504c.135.102.243.184.333.255l.026.021l-.026.02c-.09.073-.198.154-.334.256l-1.454%201.094c-.227.171-.4.3-.539.397c-.005-.17-.006-.387-.006-.673m-.336.88l-.004.001zm.383.19l.001.005zm-.047-9.823v2.874l2-1.504c.135-.102.243-.183.333-.255l.026-.02l-.026-.021a17%2017%200%200%200-.334-.256l-1.454-1.094c-.227-.17-.4-.3-.539-.397c-.005.17-.006.387-.006.673m.047-1.07l.001-.004v.001z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m11.414%2017.256l-.004.001zm.383.191l.001.004zm0-10.894l.001-.004v.001z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.21%205.464c.277.15.6.394.945.653l1.53%201.152c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6%206%200%200%201-.648.531L12.248%2012l2.437%201.834c.237.177.475.356.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6%206%200%200%201-.648.53l-1.53%201.152c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.313-.045-.718-.045-1.15V13.6l-1.77%201.475a.75.75%200%201%201-.96-1.152L9.828%2012L7.52%2010.076a.75.75%200%201%201%20.96-1.152l1.77%201.475V7.572c0-.433%200-.838.046-1.15c.046-.32.176-.805.67-1.053s.96-.06%201.244.095m-.46%2010.912v-2.874l2%201.504c.135.102.243.184.333.255l.026.021l-.026.02c-.09.073-.198.154-.334.256l-1.454%201.094c-.227.171-.4.3-.539.397c-.005-.17-.006-.387-.006-.673m-.336.88l-.004.001zm.383.19l.001.005zm-.047-9.823v2.874l2-1.504c.135-.102.243-.183.333-.255l.026-.02l-.026-.021a17%2017%200%200%200-.334-.256l-1.454-1.094c-.227-.17-.4-.3-.539-.397c-.005.17-.006.387-.006.673m.047-1.07l.001-.004v.001z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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