bluetooth-drive-outline-sharp from Material Symbols Light by Google · Outline Sharp · Android · Apache-2.0 Free for personal and commercial use.

Name
bluetooth-drive-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the bluetooth drive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.005 15.692q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.794.322m9.153 0q.467 0 .789-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466 0-.789.326q-.322.327-.322.794q0 .466.327.788t.793.322M2.577 20v-7.846L4.739 6h9.838v1H5.466l-1.474 4.154h10.585v1h-11V17h14v-4.846h1V20h-1.23v-2H3.806v2zm15.765-9.115V6.93l-2.415 2.415l-.546-.546l2.8-2.8l-2.8-2.8l.546-.546l2.415 2.415V1.116h.347l2.734 2.746L19.273 6l2.15 2.15l-2.734 2.735zm.77-5.816l1.219-1.208l-1.22-1.219zm0 4.3L20.33 8.15l-1.22-1.22zM3.576 12.154V17z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBluetoothDriveOutlineSharp(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.005 15.692q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.794.322m9.153 0q.467 0 .789-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466 0-.789.326q-.322.327-.322.794q0 .466.327.788t.793.322M2.577 20v-7.846L4.739 6h9.838v1H5.466l-1.474 4.154h10.585v1h-11V17h14v-4.846h1V20h-1.23v-2H3.806v2zm15.765-9.115V6.93l-2.415 2.415l-.546-.546l2.8-2.8l-2.8-2.8l.546-.546l2.415 2.415V1.116h.347l2.734 2.746L19.273 6l2.15 2.15l-2.734 2.735zm.77-5.816l1.219-1.208l-1.22-1.219zm0 4.3L20.33 8.15l-1.22-1.22zM3.576 12.154V17z"/></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.005 15.692q.466 0 .788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.321.327-.321.794q0 .466.326.788q.327.322.794.322m9.153 0q.467 0 .789-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466 0-.789.326q-.322.327-.322.794q0 .466.327.788t.793.322M2.577 20v-7.846L4.739 6h9.838v1H5.466l-1.474 4.154h10.585v1h-11V17h14v-4.846h1V20h-1.23v-2H3.806v2zm15.765-9.115V6.93l-2.415 2.415l-.546-.546l2.8-2.8l-2.8-2.8l.546-.546l2.415 2.415V1.116h.347l2.734 2.746L19.273 6l2.15 2.15l-2.734 2.735zm.77-5.816l1.219-1.208l-1.22-1.219zm0 4.3L20.33 8.15l-1.22-1.22zM3.576 12.154V17z"/></svg>
</template>

CSS

.icon-bluetooth-drive-outline-sharp {
  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.005%2015.692q.466%200%20.788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.794q0%20.466.326.788q.327.322.794.322m9.153%200q.467%200%20.789-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466%200-.789.326q-.322.327-.322.794q0%20.466.327.788t.793.322M2.577%2020v-7.846L4.739%206h9.838v1H5.466l-1.474%204.154h10.585v1h-11V17h14v-4.846h1V20h-1.23v-2H3.806v2zm15.765-9.115V6.93l-2.415%202.415l-.546-.546l2.8-2.8l-2.8-2.8l.546-.546l2.415%202.415V1.116h.347l2.734%202.746L19.273%206l2.15%202.15l-2.734%202.735zm.77-5.816l1.219-1.208l-1.22-1.219zm0%204.3L20.33%208.15l-1.22-1.22zM3.576%2012.154V17z%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.005%2015.692q.466%200%20.788-.326q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.321.327-.321.794q0%20.466.326.788q.327.322.794.322m9.153%200q.467%200%20.789-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466%200-.789.326q-.322.327-.322.794q0%20.466.327.788t.793.322M2.577%2020v-7.846L4.739%206h9.838v1H5.466l-1.474%204.154h10.585v1h-11V17h14v-4.846h1V20h-1.23v-2H3.806v2zm15.765-9.115V6.93l-2.415%202.415l-.546-.546l2.8-2.8l-2.8-2.8l.546-.546l2.415%202.415V1.116h.347l2.734%202.746L19.273%206l2.15%202.15l-2.734%202.735zm.77-5.816l1.219-1.208l-1.22-1.219zm0%204.3L20.33%208.15l-1.22-1.22zM3.576%2012.154V17z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bluetooth-drive-outline-sharp.svg?color=%231a73e8&size=48