bluetooth connected icon

bluetooth-connected-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
bluetooth-connected-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the bluetooth connected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.309 2.038a.5.5 0 0 1 .545.108l4 4a.5.5 0 0 1-.025.73L10.26 10l3.57 3.124a.5.5 0 0 1 .025.73l-4 4A.5.5 0 0 1 9 17.5v-6.398l-3.17 2.774a.5.5 0 0 1-.66-.752L8.74 10L5.17 6.876a.5.5 0 0 1 .66-.752L9 8.898V2.5a.5.5 0 0 1 .309-.462M10 11.102v5.19l2.768-2.768zm0-2.204l2.768-2.422L10 3.707zM17 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0M3 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentBluetoothConnected20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.309 2.038a.5.5 0 0 1 .545.108l4 4a.5.5 0 0 1-.025.73L10.26 10l3.57 3.124a.5.5 0 0 1 .025.73l-4 4A.5.5 0 0 1 9 17.5v-6.398l-3.17 2.774a.5.5 0 0 1-.66-.752L8.74 10L5.17 6.876a.5.5 0 0 1 .66-.752L9 8.898V2.5a.5.5 0 0 1 .309-.462M10 11.102v5.19l2.768-2.768zm0-2.204l2.768-2.422L10 3.707zM17 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0M3 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.309 2.038a.5.5 0 0 1 .545.108l4 4a.5.5 0 0 1-.025.73L10.26 10l3.57 3.124a.5.5 0 0 1 .025.73l-4 4A.5.5 0 0 1 9 17.5v-6.398l-3.17 2.774a.5.5 0 0 1-.66-.752L8.74 10L5.17 6.876a.5.5 0 0 1 .66-.752L9 8.898V2.5a.5.5 0 0 1 .309-.462M10 11.102v5.19l2.768-2.768zm0-2.204l2.768-2.422L10 3.707zM17 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0M3 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
</template>

CSS

.icon-bluetooth-connected-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.309%202.038a.5.5%200%200%201%20.545.108l4%204a.5.5%200%200%201-.025.73L10.26%2010l3.57%203.124a.5.5%200%200%201%20.025.73l-4%204A.5.5%200%200%201%209%2017.5v-6.398l-3.17%202.774a.5.5%200%200%201-.66-.752L8.74%2010L5.17%206.876a.5.5%200%200%201%20.66-.752L9%208.898V2.5a.5.5%200%200%201%20.309-.462M10%2011.102v5.19l2.768-2.768zm0-2.204l2.768-2.422L10%203.707zM17%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200M3%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.309%202.038a.5.5%200%200%201%20.545.108l4%204a.5.5%200%200%201-.025.73L10.26%2010l3.57%203.124a.5.5%200%200%201%20.025.73l-4%204A.5.5%200%200%201%209%2017.5v-6.398l-3.17%202.774a.5.5%200%200%201-.66-.752L8.74%2010L5.17%206.876a.5.5%200%200%201%20.66-.752L9%208.898V2.5a.5.5%200%200%201%20.309-.462M10%2011.102v5.19l2.768-2.768zm0-2.204l2.768-2.422L10%203.707zM17%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200M3%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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