bluetooth circle icon
bluetooth-circle from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- bluetooth-circle
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m11.905-5.882l.041.03l1.455 1.095l.034.026c.237.178.475.357.648.53c.194.197.417.495.417.919c0 .423-.223.721-.417.917a6 6 0 0 1-.648.531l-.034.026L12.248 12l2.403 1.808l.034.026c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6 6 0 0 1-.648.531l-.034.026l-1.455 1.094l-.041.031c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.312-.045-.717-.045-1.15v-2.827l-1.77 1.475a.75.75 0 0 1-.96-1.152L9.828 12L7.52 10.076a.75.75 0 0 1 .96-1.152l1.77 1.475V7.572c0-.433 0-.838.046-1.15c.046-.32.176-.805.67-1.052c.494-.248.96-.06 1.244.094c.277.151.6.394.945.654m-1.405 7.385v2.874c0 .286 0 .503.006.673c.138-.097.312-.227.539-.398l1.454-1.094a17 17 0 0 0 .36-.276l-.026-.02c-.09-.072-.198-.153-.334-.255zm-.34 3.755l.004-.002zm.387.189l.001.004zm-.047-6.95V7.623c0-.286 0-.503.006-.673c.138.097.312.227.539.397l1.454 1.095a16 16 0 0 1 .36.276a9 9 0 0 1-.36.276zm.048-3.948l-.001.004zm-.384.195" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBluetoothCircle(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" fillRule="evenodd" d="M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m11.905-5.882l.041.03l1.455 1.095l.034.026c.237.178.475.357.648.53c.194.197.417.495.417.919c0 .423-.223.721-.417.917a6 6 0 0 1-.648.531l-.034.026L12.248 12l2.403 1.808l.034.026c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6 6 0 0 1-.648.531l-.034.026l-1.455 1.094l-.041.031c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.312-.045-.717-.045-1.15v-2.827l-1.77 1.475a.75.75 0 0 1-.96-1.152L9.828 12L7.52 10.076a.75.75 0 0 1 .96-1.152l1.77 1.475V7.572c0-.433 0-.838.046-1.15c.046-.32.176-.805.67-1.052c.494-.248.96-.06 1.244.094c.277.151.6.394.945.654m-1.405 7.385v2.874c0 .286 0 .503.006.673c.138-.097.312-.227.539-.398l1.454-1.094a17 17 0 0 0 .36-.276l-.026-.02c-.09-.072-.198-.153-.334-.255zm-.34 3.755l.004-.002zm.387.189l.001.004zm-.047-6.95V7.623c0-.286 0-.503.006-.673c.138.097.312.227.539.397l1.454 1.095a16 16 0 0 1 .36.276a9 9 0 0 1-.36.276zm.048-3.948l-.001.004zm-.384.195" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m11.905-5.882l.041.03l1.455 1.095l.034.026c.237.178.475.357.648.53c.194.197.417.495.417.919c0 .423-.223.721-.417.917a6 6 0 0 1-.648.531l-.034.026L12.248 12l2.403 1.808l.034.026c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6 6 0 0 1-.648.531l-.034.026l-1.455 1.094l-.041.031c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.312-.045-.717-.045-1.15v-2.827l-1.77 1.475a.75.75 0 0 1-.96-1.152L9.828 12L7.52 10.076a.75.75 0 0 1 .96-1.152l1.77 1.475V7.572c0-.433 0-.838.046-1.15c.046-.32.176-.805.67-1.052c.494-.248.96-.06 1.244.094c.277.151.6.394.945.654m-1.405 7.385v2.874c0 .286 0 .503.006.673c.138-.097.312-.227.539-.398l1.454-1.094a17 17 0 0 0 .36-.276l-.026-.02c-.09-.072-.198-.153-.334-.255zm-.34 3.755l.004-.002zm.387.189l.001.004zm-.047-6.95V7.623c0-.286 0-.503.006-.673c.138.097.312.227.539.397l1.454 1.095a16 16 0 0 1 .36.276a9 9 0 0 1-.36.276zm.048-3.948l-.001.004zm-.384.195" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bluetooth-circle {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%200-18.5M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012m11.905-5.882l.041.03l1.455%201.095l.034.026c.237.178.475.357.648.53c.194.197.417.495.417.919c0%20.423-.223.721-.417.917a6%206%200%200%201-.648.531l-.034.026L12.248%2012l2.403%201.808l.034.026c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6%206%200%200%201-.648.531l-.034.026l-1.455%201.094l-.041.031c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.312-.045-.717-.045-1.15v-2.827l-1.77%201.475a.75.75%200%200%201-.96-1.152L9.828%2012L7.52%2010.076a.75.75%200%200%201%20.96-1.152l1.77%201.475V7.572c0-.433%200-.838.046-1.15c.046-.32.176-.805.67-1.052c.494-.248.96-.06%201.244.094c.277.151.6.394.945.654m-1.405%207.385v2.874c0%20.286%200%20.503.006.673c.138-.097.312-.227.539-.398l1.454-1.094a17%2017%200%200%200%20.36-.276l-.026-.02c-.09-.072-.198-.153-.334-.255zm-.34%203.755l.004-.002zm.387.189l.001.004zm-.047-6.95V7.623c0-.286%200-.503.006-.673c.138.097.312.227.539.397l1.454%201.095a16%2016%200%200%201%20.36.276a9%209%200%200%201-.36.276zm.048-3.948l-.001.004zm-.384.195%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%200-18.5M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012m11.905-5.882l.041.03l1.455%201.095l.034.026c.237.178.475.357.648.53c.194.197.417.495.417.919c0%20.423-.223.721-.417.917a6%206%200%200%201-.648.531l-.034.026L12.248%2012l2.403%201.808l.034.026c.237.177.475.357.648.53c.194.196.417.495.417.918s-.223.722-.417.918a6%206%200%200%201-.648.531l-.034.026l-1.455%201.094l-.041.031c-.345.26-.668.503-.945.654c-.283.154-.75.342-1.245.094c-.493-.247-.623-.733-.67-1.052c-.045-.312-.045-.717-.045-1.15v-2.827l-1.77%201.475a.75.75%200%200%201-.96-1.152L9.828%2012L7.52%2010.076a.75.75%200%200%201%20.96-1.152l1.77%201.475V7.572c0-.433%200-.838.046-1.15c.046-.32.176-.805.67-1.052c.494-.248.96-.06%201.244.094c.277.151.6.394.945.654m-1.405%207.385v2.874c0%20.286%200%20.503.006.673c.138-.097.312-.227.539-.398l1.454-1.094a17%2017%200%200%200%20.36-.276l-.026-.02c-.09-.072-.198-.153-.334-.255zm-.34%203.755l.004-.002zm.387.189l.001.004zm-.047-6.95V7.623c0-.286%200-.503.006-.673c.138.097.312.227.539.397l1.454%201.095a16%2016%200%200%201%20.36.276a9%209%200%200%201-.36.276zm.048-3.948l-.001.004zm-.384.195%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bluetooth-circle.svg?color=%231a73e8&size=48