bluetooth transfer icon

bluetooth-transfer from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
bluetooth-transfer
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the bluetooth transfer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.71 7.71L10.41 12l4.3 4.29L9 22H8v-7.59L3.41 19L2 17.59L7.59 12L2 6.41L3.41 5L8 9.59V2h1zM10 5.83v3.76l1.88-1.88zm1.88 10.46L10 14.41v3.76zM22 8h-2v3h-2V8h-2l3-4zm0 8l-3 4l-3-4h2v-3h2v3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBluetoothTransfer(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="M14.71 7.71L10.41 12l4.3 4.29L9 22H8v-7.59L3.41 19L2 17.59L7.59 12L2 6.41L3.41 5L8 9.59V2h1zM10 5.83v3.76l1.88-1.88zm1.88 10.46L10 14.41v3.76zM22 8h-2v3h-2V8h-2l3-4zm0 8l-3 4l-3-4h2v-3h2v3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.71 7.71L10.41 12l4.3 4.29L9 22H8v-7.59L3.41 19L2 17.59L7.59 12L2 6.41L3.41 5L8 9.59V2h1zM10 5.83v3.76l1.88-1.88zm1.88 10.46L10 14.41v3.76zM22 8h-2v3h-2V8h-2l3-4zm0 8l-3 4l-3-4h2v-3h2v3z"/></svg>
</template>

CSS

.icon-bluetooth-transfer {
  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%22M14.71%207.71L10.41%2012l4.3%204.29L9%2022H8v-7.59L3.41%2019L2%2017.59L7.59%2012L2%206.41L3.41%205L8%209.59V2h1zM10%205.83v3.76l1.88-1.88zm1.88%2010.46L10%2014.41v3.76zM22%208h-2v3h-2V8h-2l3-4zm0%208l-3%204l-3-4h2v-3h2v3z%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%22M14.71%207.71L10.41%2012l4.3%204.29L9%2022H8v-7.59L3.41%2019L2%2017.59L7.59%2012L2%206.41L3.41%205L8%209.59V2h1zM10%205.83v3.76l1.88-1.88zm1.88%2010.46L10%2014.41v3.76zM22%208h-2v3h-2V8h-2l3-4zm0%208l-3%204l-3-4h2v-3h2v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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