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

Name
round-bluetooth
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 7l-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 17a.996.996 0 0 0 0-1.41L13.41 12L17 8.42c.39-.39.39-1.03 0-1.42m-4-1.17l1.88 1.88L13 9.59zm1.88 10.46L13 18.17v-3.76z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundBluetooth(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="m17 7l-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 17a.996.996 0 0 0 0-1.41L13.41 12L17 8.42c.39-.39.39-1.03 0-1.42m-4-1.17l1.88 1.88L13 9.59zm1.88 10.46L13 18.17v-3.76z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 7l-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 17a.996.996 0 0 0 0-1.41L13.41 12L17 8.42c.39-.39.39-1.03 0-1.42m-4-1.17l1.88 1.88L13 9.59zm1.88 10.46L13 18.17v-3.76z"/></svg>
</template>

CSS

.icon-round-bluetooth {
  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%22m17%207l-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%2017a.996.996%200%200%200%200-1.41L13.41%2012L17%208.42c.39-.39.39-1.03%200-1.42m-4-1.17l1.88%201.88L13%209.59zm1.88%2010.46L13%2018.17v-3.76z%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%22m17%207l-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%2017a.996.996%200%200%200%200-1.41L13.41%2012L17%208.42c.39-.39.39-1.03%200-1.42m-4-1.17l1.88%201.88L13%209.59zm1.88%2010.46L13%2018.17v-3.76z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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