bluetooth circle icon
bluetooth-circle-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.
- Name
- bluetooth-circle-broken
- Set
- Solar
- Style
- Broken
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bolddisplay-bold
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="none" stroke="currentColor" stroke-width="1.5"><path d="M14.2 9.5929L11 12V7.62345C11 6.66862 11 6.1912 11.3015 6.04C11.603 5.88879 11.9838 6.17524 12.7455 6.74814L14.2 7.84228C14.7333 8.24346 15 8.44405 15 8.71759C15 8.99112 14.7333 9.19171 14.2 9.5929Z"/><path d="M14.2 16.1577L12.7455 17.2519C11.9838 17.8248 11.603 18.1112 11.3015 17.96C11 17.8088 11 17.3314 11 16.3766V12L14.2 14.4071C14.7333 14.8083 15 15.0089 15 15.2824C15 15.5559 14.7333 15.7565 14.2 16.1577Z"/><path stroke-linecap="round" d="M11 12L8 9.5"/><path stroke-linecap="round" d="M11 12L8 14.5"/><path stroke-linecap="round" d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBluetoothCircleBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M14.2 9.5929L11 12V7.62345C11 6.66862 11 6.1912 11.3015 6.04C11.603 5.88879 11.9838 6.17524 12.7455 6.74814L14.2 7.84228C14.7333 8.24346 15 8.44405 15 8.71759C15 8.99112 14.7333 9.19171 14.2 9.5929Z"/><path d="M14.2 16.1577L12.7455 17.2519C11.9838 17.8248 11.603 18.1112 11.3015 17.96C11 17.8088 11 17.3314 11 16.3766V12L14.2 14.4071C14.7333 14.8083 15 15.0089 15 15.2824C15 15.5559 14.7333 15.7565 14.2 16.1577Z"/><path strokeLinecap="round" d="M11 12L8 9.5"/><path strokeLinecap="round" d="M11 12L8 14.5"/><path strokeLinecap="round" d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14.2 9.5929L11 12V7.62345C11 6.66862 11 6.1912 11.3015 6.04C11.603 5.88879 11.9838 6.17524 12.7455 6.74814L14.2 7.84228C14.7333 8.24346 15 8.44405 15 8.71759C15 8.99112 14.7333 9.19171 14.2 9.5929Z"/><path d="M14.2 16.1577L12.7455 17.2519C11.9838 17.8248 11.603 18.1112 11.3015 17.96C11 17.8088 11 17.3314 11 16.3766V12L14.2 14.4071C14.7333 14.8083 15 15.0089 15 15.2824C15 15.5559 14.7333 15.7565 14.2 16.1577Z"/><path stroke-linecap="round" d="M11 12L8 9.5"/><path stroke-linecap="round" d="M11 12L8 14.5"/><path stroke-linecap="round" d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7"/></g></svg> </template>
CSS
.icon-bluetooth-circle-broken {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.2%209.5929L11%2012V7.62345C11%206.66862%2011%206.1912%2011.3015%206.04C11.603%205.88879%2011.9838%206.17524%2012.7455%206.74814L14.2%207.84228C14.7333%208.24346%2015%208.44405%2015%208.71759C15%208.99112%2014.7333%209.19171%2014.2%209.5929Z%22%2F%3E%3Cpath%20d%3D%22M14.2%2016.1577L12.7455%2017.2519C11.9838%2017.8248%2011.603%2018.1112%2011.3015%2017.96C11%2017.8088%2011%2017.3314%2011%2016.3766V12L14.2%2014.4071C14.7333%2014.8083%2015%2015.0089%2015%2015.2824C15%2015.5559%2014.7333%2015.7565%2014.2%2016.1577Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2012L8%209.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2012L8%2014.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%203.33782C8.47087%202.48697%2010.1786%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%2010.1786%202.48697%208.47087%203.33782%207%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.2%209.5929L11%2012V7.62345C11%206.66862%2011%206.1912%2011.3015%206.04C11.603%205.88879%2011.9838%206.17524%2012.7455%206.74814L14.2%207.84228C14.7333%208.24346%2015%208.44405%2015%208.71759C15%208.99112%2014.7333%209.19171%2014.2%209.5929Z%22%2F%3E%3Cpath%20d%3D%22M14.2%2016.1577L12.7455%2017.2519C11.9838%2017.8248%2011.603%2018.1112%2011.3015%2017.96C11%2017.8088%2011%2017.3314%2011%2016.3766V12L14.2%2014.4071C14.7333%2014.8083%2015%2015.0089%2015%2015.2824C15%2015.5559%2014.7333%2015.7565%2014.2%2016.1577Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2012L8%209.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2012L8%2014.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%203.33782C8.47087%202.48697%2010.1786%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%2010.1786%202.48697%208.47087%203.33782%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bluetooth-circle-broken.svg?color=%231a73e8&size=48