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

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

Related icons in Material Design Icons

Use the mouse bluetooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 7h.5l2.85 2.85L21.21 12l2.14 2.14L20.5 17H20v-3.79l-2.29 2.29l-.71-.71L19.79 12L17 9.21l.71-.71L20 10.79zm1 1.91v1.88l.94-.94zm0 4.3v1.87l.94-.94zM15 9v1H9V2.07c3.39.49 6 3.4 6 6.93M1 10V9c0-3.53 2.61-6.44 6-6.93V10zm14 5a7 7 0 0 1-7 7a7 7 0 0 1-7-7v-3h14z"/></svg>

React

import type { SVGProps } from "react";

export function MdiMouseBluetooth(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="M20 7h.5l2.85 2.85L21.21 12l2.14 2.14L20.5 17H20v-3.79l-2.29 2.29l-.71-.71L19.79 12L17 9.21l.71-.71L20 10.79zm1 1.91v1.88l.94-.94zm0 4.3v1.87l.94-.94zM15 9v1H9V2.07c3.39.49 6 3.4 6 6.93M1 10V9c0-3.53 2.61-6.44 6-6.93V10zm14 5a7 7 0 0 1-7 7a7 7 0 0 1-7-7v-3h14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 7h.5l2.85 2.85L21.21 12l2.14 2.14L20.5 17H20v-3.79l-2.29 2.29l-.71-.71L19.79 12L17 9.21l.71-.71L20 10.79zm1 1.91v1.88l.94-.94zm0 4.3v1.87l.94-.94zM15 9v1H9V2.07c3.39.49 6 3.4 6 6.93M1 10V9c0-3.53 2.61-6.44 6-6.93V10zm14 5a7 7 0 0 1-7 7a7 7 0 0 1-7-7v-3h14z"/></svg>
</template>

CSS

.icon-mouse-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%22M20%207h.5l2.85%202.85L21.21%2012l2.14%202.14L20.5%2017H20v-3.79l-2.29%202.29l-.71-.71L19.79%2012L17%209.21l.71-.71L20%2010.79zm1%201.91v1.88l.94-.94zm0%204.3v1.87l.94-.94zM15%209v1H9V2.07c3.39.49%206%203.4%206%206.93M1%2010V9c0-3.53%202.61-6.44%206-6.93V10zm14%205a7%207%200%200%201-7%207a7%207%200%200%201-7-7v-3h14z%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%22M20%207h.5l2.85%202.85L21.21%2012l2.14%202.14L20.5%2017H20v-3.79l-2.29%202.29l-.71-.71L19.79%2012L17%209.21l.71-.71L20%2010.79zm1%201.91v1.88l.94-.94zm0%204.3v1.87l.94-.94zM15%209v1H9V2.07c3.39.49%206%203.4%206%206.93M1%2010V9c0-3.53%202.61-6.44%206-6.93V10zm14%205a7%207%200%200%201-7%207a7%207%200%200%201-7-7v-3h14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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