mouse from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
mouse
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-mouse

The same icon in other sets

Related icons in BoxIcons v2

Use the mouse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.975 22H12c3.859 0 7-3.14 7-7V9c0-3.841-3.127-6.974-6.981-7h-.06C8.119 2.022 5 5.157 5 9v6c0 3.86 3.129 7 6.975 7M7 9a5.007 5.007 0 0 1 4.985-5C14.75 4.006 17 6.249 17 9v6c0 2.757-2.243 5-5 5h-.025C9.186 20 7 17.804 7 15z"/><path fill="currentColor" d="M11 6h2v6h-2z"/></svg>

React

import type { SVGProps } from "react";

export function BxMouse(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="M11.975 22H12c3.859 0 7-3.14 7-7V9c0-3.841-3.127-6.974-6.981-7h-.06C8.119 2.022 5 5.157 5 9v6c0 3.86 3.129 7 6.975 7M7 9a5.007 5.007 0 0 1 4.985-5C14.75 4.006 17 6.249 17 9v6c0 2.757-2.243 5-5 5h-.025C9.186 20 7 17.804 7 15z"/><path fill="currentColor" d="M11 6h2v6h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.975 22H12c3.859 0 7-3.14 7-7V9c0-3.841-3.127-6.974-6.981-7h-.06C8.119 2.022 5 5.157 5 9v6c0 3.86 3.129 7 6.975 7M7 9a5.007 5.007 0 0 1 4.985-5C14.75 4.006 17 6.249 17 9v6c0 2.757-2.243 5-5 5h-.025C9.186 20 7 17.804 7 15z"/><path fill="currentColor" d="M11 6h2v6h-2z"/></svg>
</template>

CSS

.icon-mouse {
  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%22M11.975%2022H12c3.859%200%207-3.14%207-7V9c0-3.841-3.127-6.974-6.981-7h-.06C8.119%202.022%205%205.157%205%209v6c0%203.86%203.129%207%206.975%207M7%209a5.007%205.007%200%200%201%204.985-5C14.75%204.006%2017%206.249%2017%209v6c0%202.757-2.243%205-5%205h-.025C9.186%2020%207%2017.804%207%2015z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%206h2v6h-2z%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%22M11.975%2022H12c3.859%200%207-3.14%207-7V9c0-3.841-3.127-6.974-6.981-7h-.06C8.119%202.022%205%205.157%205%209v6c0%203.86%203.129%207%206.975%207M7%209a5.007%205.007%200%200%201%204.985-5C14.75%204.006%2017%206.249%2017%209v6c0%202.757-2.243%205-5%205h-.025C9.186%2020%207%2017.804%207%2015z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%206h2v6h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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