round bluetooth drive icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.85 6l1.8-1.8c.2-.2.2-.51 0-.71L19.5 1.36c-.32-.31-.85-.09-.85.35v3.08L16.7 2.85a.5.5 0 0 0-.7 0c-.19.19-.19.51 0 .7L18.44 6L16 8.44c-.19.19-.19.5 0 .7s.51.2.7 0l1.95-1.95v3.09c0 .45.54.67.85.35l2.14-2.15c.2-.2.19-.51 0-.71zm-.2-3.09l.94.94l-.94.94zm0 6.17V7.2l.94.94z"/><path fill="currentColor" d="M15 10H4.81l1.04-3H15V5H5.5c-.66 0-1.21.42-1.42 1.01L2 12v7.5c0 .83.67 1.5 1.5 1.5S5 20.33 5 19.5V19h12v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V12h-3c-1.1 0-2-.9-2-2m-8.5 6c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16m9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundBluetoothDrive(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="m19.85 6l1.8-1.8c.2-.2.2-.51 0-.71L19.5 1.36c-.32-.31-.85-.09-.85.35v3.08L16.7 2.85a.5.5 0 0 0-.7 0c-.19.19-.19.51 0 .7L18.44 6L16 8.44c-.19.19-.19.5 0 .7s.51.2.7 0l1.95-1.95v3.09c0 .45.54.67.85.35l2.14-2.15c.2-.2.19-.51 0-.71zm-.2-3.09l.94.94l-.94.94zm0 6.17V7.2l.94.94z"/><path fill="currentColor" d="M15 10H4.81l1.04-3H15V5H5.5c-.66 0-1.21.42-1.42 1.01L2 12v7.5c0 .83.67 1.5 1.5 1.5S5 20.33 5 19.5V19h12v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V12h-3c-1.1 0-2-.9-2-2m-8.5 6c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16m9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.85 6l1.8-1.8c.2-.2.2-.51 0-.71L19.5 1.36c-.32-.31-.85-.09-.85.35v3.08L16.7 2.85a.5.5 0 0 0-.7 0c-.19.19-.19.51 0 .7L18.44 6L16 8.44c-.19.19-.19.5 0 .7s.51.2.7 0l1.95-1.95v3.09c0 .45.54.67.85.35l2.14-2.15c.2-.2.19-.51 0-.71zm-.2-3.09l.94.94l-.94.94zm0 6.17V7.2l.94.94z"/><path fill="currentColor" d="M15 10H4.81l1.04-3H15V5H5.5c-.66 0-1.21.42-1.42 1.01L2 12v7.5c0 .83.67 1.5 1.5 1.5S5 20.33 5 19.5V19h12v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V12h-3c-1.1 0-2-.9-2-2m-8.5 6c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16m9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></svg>
</template>

CSS

.icon-round-bluetooth-drive {
  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%22m19.85%206l1.8-1.8c.2-.2.2-.51%200-.71L19.5%201.36c-.32-.31-.85-.09-.85.35v3.08L16.7%202.85a.5.5%200%200%200-.7%200c-.19.19-.19.51%200%20.7L18.44%206L16%208.44c-.19.19-.19.5%200%20.7s.51.2.7%200l1.95-1.95v3.09c0%20.45.54.67.85.35l2.14-2.15c.2-.2.19-.51%200-.71zm-.2-3.09l.94.94l-.94.94zm0%206.17V7.2l.94.94z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2010H4.81l1.04-3H15V5H5.5c-.66%200-1.21.42-1.42%201.01L2%2012v7.5c0%20.83.67%201.5%201.5%201.5S5%2020.33%205%2019.5V19h12v.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5V12h-3c-1.1%200-2-.9-2-2m-8.5%206c-.83%200-1.5-.67-1.5-1.5S5.67%2013%206.5%2013s1.5.67%201.5%201.5S7.33%2016%206.5%2016m9%200c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5%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%22m19.85%206l1.8-1.8c.2-.2.2-.51%200-.71L19.5%201.36c-.32-.31-.85-.09-.85.35v3.08L16.7%202.85a.5.5%200%200%200-.7%200c-.19.19-.19.51%200%20.7L18.44%206L16%208.44c-.19.19-.19.5%200%20.7s.51.2.7%200l1.95-1.95v3.09c0%20.45.54.67.85.35l2.14-2.15c.2-.2.19-.51%200-.71zm-.2-3.09l.94.94l-.94.94zm0%206.17V7.2l.94.94z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2010H4.81l1.04-3H15V5H5.5c-.66%200-1.21.42-1.42%201.01L2%2012v7.5c0%20.83.67%201.5%201.5%201.5S5%2020.33%205%2019.5V19h12v.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5V12h-3c-1.1%200-2-.9-2-2m-8.5%206c-.83%200-1.5-.67-1.5-1.5S5.67%2013%206.5%2013s1.5.67%201.5%201.5S7.33%2016%206.5%2016m9%200c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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