bluetooth circle icon

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

Name
bluetooth-circle-filled
Set
Reicon
Style
Filled
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="M11.75 16.376v-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-.34.881h.004zm.388.193l-.001-.003zm-.048-9.827v2.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"/><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m1.155-15.883c-.345-.26-.668-.502-.945-.653c-.283-.155-.75-.343-1.245-.095c-.493.248-.623.734-.67 1.053c-.045.312-.045.717-.045 1.15v2.827L8.48 8.924a.75.75 0 0 0-.96 1.152L9.828 12L7.52 13.924a.75.75 0 1 0 .96 1.152l1.77-1.475v2.827c0 .432 0 .837.046 1.15c.046.319.176.805.67 1.052c.494.248.96.06 1.244-.094c.277-.151.6-.394.945-.654l1.53-1.151c.237-.178.475-.357.648-.531c.194-.196.417-.494.417-.918c0-.423-.223-.722-.417-.918a6 6 0 0 0-.648-.53L12.248 12l2.437-1.834c.237-.178.475-.357.648-.53c.194-.197.417-.495.417-.919c0-.423-.223-.722-.417-.917a6 6 0 0 0-.648-.531z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBluetoothCircleFilled(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="M11.75 16.376v-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-.34.881h.004zm.388.193l-.001-.003zm-.048-9.827v2.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"/><path fillRule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m1.155-15.883c-.345-.26-.668-.502-.945-.653c-.283-.155-.75-.343-1.245-.095c-.493.248-.623.734-.67 1.053c-.045.312-.045.717-.045 1.15v2.827L8.48 8.924a.75.75 0 0 0-.96 1.152L9.828 12L7.52 13.924a.75.75 0 1 0 .96 1.152l1.77-1.475v2.827c0 .432 0 .837.046 1.15c.046.319.176.805.67 1.052c.494.248.96.06 1.244-.094c.277-.151.6-.394.945-.654l1.53-1.151c.237-.178.475-.357.648-.531c.194-.196.417-.494.417-.918c0-.423-.223-.722-.417-.918a6 6 0 0 0-.648-.53L12.248 12l2.437-1.834c.237-.178.475-.357.648-.53c.194-.197.417-.495.417-.919c0-.423-.223-.722-.417-.917a6 6 0 0 0-.648-.531z" 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="M11.75 16.376v-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-.34.881h.004zm.388.193l-.001-.003zm-.048-9.827v2.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"/><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m1.155-15.883c-.345-.26-.668-.502-.945-.653c-.283-.155-.75-.343-1.245-.095c-.493.248-.623.734-.67 1.053c-.045.312-.045.717-.045 1.15v2.827L8.48 8.924a.75.75 0 0 0-.96 1.152L9.828 12L7.52 13.924a.75.75 0 1 0 .96 1.152l1.77-1.475v2.827c0 .432 0 .837.046 1.15c.046.319.176.805.67 1.052c.494.248.96.06 1.244-.094c.277-.151.6-.394.945-.654l1.53-1.151c.237-.178.475-.357.648-.531c.194-.196.417-.494.417-.918c0-.423-.223-.722-.417-.918a6 6 0 0 0-.648-.53L12.248 12l2.437-1.834c.237-.178.475-.357.648-.53c.194-.197.417-.495.417-.919c0-.423-.223-.722-.417-.917a6 6 0 0 0-.648-.531z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-bluetooth-circle-filled {
  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%22M11.75%2016.376v-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-.34.881h.004zm.388.193l-.001-.003zm-.048-9.827v2.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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010m1.155-15.883c-.345-.26-.668-.502-.945-.653c-.283-.155-.75-.343-1.245-.095c-.493.248-.623.734-.67%201.053c-.045.312-.045.717-.045%201.15v2.827L8.48%208.924a.75.75%200%200%200-.96%201.152L9.828%2012L7.52%2013.924a.75.75%200%201%200%20.96%201.152l1.77-1.475v2.827c0%20.432%200%20.837.046%201.15c.046.319.176.805.67%201.052c.494.248.96.06%201.244-.094c.277-.151.6-.394.945-.654l1.53-1.151c.237-.178.475-.357.648-.531c.194-.196.417-.494.417-.918c0-.423-.223-.722-.417-.918a6%206%200%200%200-.648-.53L12.248%2012l2.437-1.834c.237-.178.475-.357.648-.53c.194-.197.417-.495.417-.919c0-.423-.223-.722-.417-.917a6%206%200%200%200-.648-.531z%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%22M11.75%2016.376v-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-.34.881h.004zm.388.193l-.001-.003zm-.048-9.827v2.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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010m1.155-15.883c-.345-.26-.668-.502-.945-.653c-.283-.155-.75-.343-1.245-.095c-.493.248-.623.734-.67%201.053c-.045.312-.045.717-.045%201.15v2.827L8.48%208.924a.75.75%200%200%200-.96%201.152L9.828%2012L7.52%2013.924a.75.75%200%201%200%20.96%201.152l1.77-1.475v2.827c0%20.432%200%20.837.046%201.15c.046.319.176.805.67%201.052c.494.248.96.06%201.244-.094c.277-.151.6-.394.945-.654l1.53-1.151c.237-.178.475-.357.648-.531c.194-.196.417-.494.417-.918c0-.423-.223-.722-.417-.918a6%206%200%200%200-.648-.53L12.248%2012l2.437-1.834c.237-.178.475-.357.648-.53c.194-.197.417-.495.417-.919c0-.423-.223-.722-.417-.917a6%206%200%200%200-.648-.531z%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-filled.svg?color=%231a73e8&size=48