round bluetooth connected icon

round-bluetooth-connected from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
round-bluetooth-connected
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round bluetooth connected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 13c.55-.55.55-1.44 0-1.99V11c-.55-.55-1.45-.55-2 0s-.55 1.45 0 2s1.45.55 2 0m14-2a1.41 1.41 0 0 0-2-.01V11c-.55.55-.55 1.44 0 1.99V13c.55.55 1.44.55 1.99 0H20c.55-.55.55-1.45 0-2m-3-4l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12L5.7 16.89a.996.996 0 1 0 1.41 1.41L11 14.41v6.18c0 .89 1.08 1.34 1.71.71L17 17c.39-.39.39-1.02 0-1.42L13.41 12L17 8.42c.39-.39.39-1.03 0-1.42m-2.12 9.29L13 18.17v-3.76zM13 9.59V5.83l1.88 1.88z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundBluetoothConnected(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" d="M6 13c.55-.55.55-1.44 0-1.99V11c-.55-.55-1.45-.55-2 0s-.55 1.45 0 2s1.45.55 2 0m14-2a1.41 1.41 0 0 0-2-.01V11c-.55.55-.55 1.44 0 1.99V13c.55.55 1.44.55 1.99 0H20c.55-.55.55-1.45 0-2m-3-4l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12L5.7 16.89a.996.996 0 1 0 1.41 1.41L11 14.41v6.18c0 .89 1.08 1.34 1.71.71L17 17c.39-.39.39-1.02 0-1.42L13.41 12L17 8.42c.39-.39.39-1.03 0-1.42m-2.12 9.29L13 18.17v-3.76zM13 9.59V5.83l1.88 1.88z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 13c.55-.55.55-1.44 0-1.99V11c-.55-.55-1.45-.55-2 0s-.55 1.45 0 2s1.45.55 2 0m14-2a1.41 1.41 0 0 0-2-.01V11c-.55.55-.55 1.44 0 1.99V13c.55.55 1.44.55 1.99 0H20c.55-.55.55-1.45 0-2m-3-4l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12L5.7 16.89a.996.996 0 1 0 1.41 1.41L11 14.41v6.18c0 .89 1.08 1.34 1.71.71L17 17c.39-.39.39-1.02 0-1.42L13.41 12L17 8.42c.39-.39.39-1.03 0-1.42m-2.12 9.29L13 18.17v-3.76zM13 9.59V5.83l1.88 1.88z"/></svg>
</template>

CSS

.icon-round-bluetooth-connected {
  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%20d%3D%22M6%2013c.55-.55.55-1.44%200-1.99V11c-.55-.55-1.45-.55-2%200s-.55%201.45%200%202s1.45.55%202%200m14-2a1.41%201.41%200%200%200-2-.01V11c-.55.55-.55%201.44%200%201.99V13c.55.55%201.44.55%201.99%200H20c.55-.55.55-1.45%200-2m-3-4l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L7.11%205.7A.996.996%200%201%200%205.7%207.11L10.59%2012L5.7%2016.89a.996.996%200%201%200%201.41%201.41L11%2014.41v6.18c0%20.89%201.08%201.34%201.71.71L17%2017c.39-.39.39-1.02%200-1.42L13.41%2012L17%208.42c.39-.39.39-1.03%200-1.42m-2.12%209.29L13%2018.17v-3.76zM13%209.59V5.83l1.88%201.88z%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%20d%3D%22M6%2013c.55-.55.55-1.44%200-1.99V11c-.55-.55-1.45-.55-2%200s-.55%201.45%200%202s1.45.55%202%200m14-2a1.41%201.41%200%200%200-2-.01V11c-.55.55-.55%201.44%200%201.99V13c.55.55%201.44.55%201.99%200H20c.55-.55.55-1.45%200-2m-3-4l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L7.11%205.7A.996.996%200%201%200%205.7%207.11L10.59%2012L5.7%2016.89a.996.996%200%201%200%201.41%201.41L11%2014.41v6.18c0%20.89%201.08%201.34%201.71.71L17%2017c.39-.39.39-1.02%200-1.42L13.41%2012L17%208.42c.39-.39.39-1.03%200-1.42m-2.12%209.29L13%2018.17v-3.76zM13%209.59V5.83l1.88%201.88z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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