bluetooth drive icon

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

Name
bluetooth-drive-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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.5 16q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16m9 0q.625 0 1.063-.437T17 14.5t-.437-1.062T15.5 13t-1.062.438T14 14.5t.438 1.063T15.5 16M5 19v.5q0 .625-.437 1.063T3.5 21t-1.062-.437T2 19.5v-7.15q0-.175.025-.35t.075-.325L3.975 6.35q.2-.6.725-.975T5.875 5H14q.425 0 .713.288T15 6t-.288.713T14 7H5.85L4.8 10H14q.425 0 .713.288T15 11t-.288.713T14 12H4v5h14v-4q0-.425.288-.712T19 12t.713.288T20 13v6.5q0 .625-.437 1.063T18.5 21t-1.062-.437T17 19.5V19zM18.45 6L16 3.55q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15l1.95 1.95V1.725q0-.35.3-.475t.55.125l2.15 2.175q.15.15.15.35t-.15.35L19.85 6l1.8 1.8q.15.15.15.35t-.15.35l-2.15 2.15q-.25.25-.55.125t-.3-.475V7.2L16.7 9.15q-.15.15-.35.15T16 9.15t-.15-.35t.15-.35zm1.2-1.2l.95-.9l-.95-.95zm0 4.3l.95-.95l-.95-.95zM4 12v5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBluetoothDriveOutlineRounded(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.5 16q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16m9 0q.625 0 1.063-.437T17 14.5t-.437-1.062T15.5 13t-1.062.438T14 14.5t.438 1.063T15.5 16M5 19v.5q0 .625-.437 1.063T3.5 21t-1.062-.437T2 19.5v-7.15q0-.175.025-.35t.075-.325L3.975 6.35q.2-.6.725-.975T5.875 5H14q.425 0 .713.288T15 6t-.288.713T14 7H5.85L4.8 10H14q.425 0 .713.288T15 11t-.288.713T14 12H4v5h14v-4q0-.425.288-.712T19 12t.713.288T20 13v6.5q0 .625-.437 1.063T18.5 21t-1.062-.437T17 19.5V19zM18.45 6L16 3.55q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15l1.95 1.95V1.725q0-.35.3-.475t.55.125l2.15 2.175q.15.15.15.35t-.15.35L19.85 6l1.8 1.8q.15.15.15.35t-.15.35l-2.15 2.15q-.25.25-.55.125t-.3-.475V7.2L16.7 9.15q-.15.15-.35.15T16 9.15t-.15-.35t.15-.35zm1.2-1.2l.95-.9l-.95-.95zm0 4.3l.95-.95l-.95-.95zM4 12v5z"/></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.5 16q.625 0 1.063-.437T8 14.5t-.437-1.062T6.5 13t-1.062.438T5 14.5t.438 1.063T6.5 16m9 0q.625 0 1.063-.437T17 14.5t-.437-1.062T15.5 13t-1.062.438T14 14.5t.438 1.063T15.5 16M5 19v.5q0 .625-.437 1.063T3.5 21t-1.062-.437T2 19.5v-7.15q0-.175.025-.35t.075-.325L3.975 6.35q.2-.6.725-.975T5.875 5H14q.425 0 .713.288T15 6t-.288.713T14 7H5.85L4.8 10H14q.425 0 .713.288T15 11t-.288.713T14 12H4v5h14v-4q0-.425.288-.712T19 12t.713.288T20 13v6.5q0 .625-.437 1.063T18.5 21t-1.062-.437T17 19.5V19zM18.45 6L16 3.55q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15l1.95 1.95V1.725q0-.35.3-.475t.55.125l2.15 2.175q.15.15.15.35t-.15.35L19.85 6l1.8 1.8q.15.15.15.35t-.15.35l-2.15 2.15q-.25.25-.55.125t-.3-.475V7.2L16.7 9.15q-.15.15-.35.15T16 9.15t-.15-.35t.15-.35zm1.2-1.2l.95-.9l-.95-.95zm0 4.3l.95-.95l-.95-.95zM4 12v5z"/></svg>
</template>

CSS

.icon-bluetooth-drive-outline-rounded {
  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.5%2016q.625%200%201.063-.437T8%2014.5t-.437-1.062T6.5%2013t-1.062.438T5%2014.5t.438%201.063T6.5%2016m9%200q.625%200%201.063-.437T17%2014.5t-.437-1.062T15.5%2013t-1.062.438T14%2014.5t.438%201.063T15.5%2016M5%2019v.5q0%20.625-.437%201.063T3.5%2021t-1.062-.437T2%2019.5v-7.15q0-.175.025-.35t.075-.325L3.975%206.35q.2-.6.725-.975T5.875%205H14q.425%200%20.713.288T15%206t-.288.713T14%207H5.85L4.8%2010H14q.425%200%20.713.288T15%2011t-.288.713T14%2012H4v5h14v-4q0-.425.288-.712T19%2012t.713.288T20%2013v6.5q0%20.625-.437%201.063T18.5%2021t-1.062-.437T17%2019.5V19zM18.45%206L16%203.55q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15l1.95%201.95V1.725q0-.35.3-.475t.55.125l2.15%202.175q.15.15.15.35t-.15.35L19.85%206l1.8%201.8q.15.15.15.35t-.15.35l-2.15%202.15q-.25.25-.55.125t-.3-.475V7.2L16.7%209.15q-.15.15-.35.15T16%209.15t-.15-.35t.15-.35zm1.2-1.2l.95-.9l-.95-.95zm0%204.3l.95-.95l-.95-.95zM4%2012v5z%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.5%2016q.625%200%201.063-.437T8%2014.5t-.437-1.062T6.5%2013t-1.062.438T5%2014.5t.438%201.063T6.5%2016m9%200q.625%200%201.063-.437T17%2014.5t-.437-1.062T15.5%2013t-1.062.438T14%2014.5t.438%201.063T15.5%2016M5%2019v.5q0%20.625-.437%201.063T3.5%2021t-1.062-.437T2%2019.5v-7.15q0-.175.025-.35t.075-.325L3.975%206.35q.2-.6.725-.975T5.875%205H14q.425%200%20.713.288T15%206t-.288.713T14%207H5.85L4.8%2010H14q.425%200%20.713.288T15%2011t-.288.713T14%2012H4v5h14v-4q0-.425.288-.712T19%2012t.713.288T20%2013v6.5q0%20.625-.437%201.063T18.5%2021t-1.062-.437T17%2019.5V19zM18.45%206L16%203.55q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15l1.95%201.95V1.725q0-.35.3-.475t.55.125l2.15%202.175q.15.15.15.35t-.15.35L19.85%206l1.8%201.8q.15.15.15.35t-.15.35l-2.15%202.15q-.25.25-.55.125t-.3-.475V7.2L16.7%209.15q-.15.15-.35.15T16%209.15t-.15-.35t.15-.35zm1.2-1.2l.95-.9l-.95-.95zm0%204.3l.95-.95l-.95-.95zM4%2012v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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