mouse-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.

Name
mouse-duotone
Set
Reicon
Style
Duotone
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All mouse icons →

More devices icons from Reicon

Use the mouse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19 8.974v6.012C19 18.86 15.866 22 12 22s-7-3.14-7-7.014V8.974A7.01 7.01 0 0 1 11.25 2v3.385c-.591.282-1 .886-1 1.585v2.004c0 .969.784 1.754 1.75 1.754s1.75-.785 1.75-1.754V6.97c0-.7-.409-1.303-1-1.585V2A7.01 7.01 0 0 1 19 8.974" opacity=".5"/><path d="M13.75 8.974V6.97c0-.7-.409-1.303-1-1.585V2a7 7 0 0 0-1.5 0v3.385c-.591.282-1 .885-1 1.585v2.004c0 .968.784 1.753 1.75 1.753s1.75-.785 1.75-1.753"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMouseDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19 8.974v6.012C19 18.86 15.866 22 12 22s-7-3.14-7-7.014V8.974A7.01 7.01 0 0 1 11.25 2v3.385c-.591.282-1 .886-1 1.585v2.004c0 .969.784 1.754 1.75 1.754s1.75-.785 1.75-1.754V6.97c0-.7-.409-1.303-1-1.585V2A7.01 7.01 0 0 1 19 8.974" opacity=".5"/><path d="M13.75 8.974V6.97c0-.7-.409-1.303-1-1.585V2a7 7 0 0 0-1.5 0v3.385c-.591.282-1 .885-1 1.585v2.004c0 .968.784 1.753 1.75 1.753s1.75-.785 1.75-1.753"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19 8.974v6.012C19 18.86 15.866 22 12 22s-7-3.14-7-7.014V8.974A7.01 7.01 0 0 1 11.25 2v3.385c-.591.282-1 .886-1 1.585v2.004c0 .969.784 1.754 1.75 1.754s1.75-.785 1.75-1.754V6.97c0-.7-.409-1.303-1-1.585V2A7.01 7.01 0 0 1 19 8.974" opacity=".5"/><path d="M13.75 8.974V6.97c0-.7-.409-1.303-1-1.585V2a7 7 0 0 0-1.5 0v3.385c-.591.282-1 .885-1 1.585v2.004c0 .968.784 1.753 1.75 1.753s1.75-.785 1.75-1.753"/></g></svg>
</template>

CSS

.icon-mouse-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19%208.974v6.012C19%2018.86%2015.866%2022%2012%2022s-7-3.14-7-7.014V8.974A7.01%207.01%200%200%201%2011.25%202v3.385c-.591.282-1%20.886-1%201.585v2.004c0%20.969.784%201.754%201.75%201.754s1.75-.785%201.75-1.754V6.97c0-.7-.409-1.303-1-1.585V2A7.01%207.01%200%200%201%2019%208.974%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.75%208.974V6.97c0-.7-.409-1.303-1-1.585V2a7%207%200%200%200-1.5%200v3.385c-.591.282-1%20.885-1%201.585v2.004c0%20.968.784%201.753%201.75%201.753s1.75-.785%201.75-1.753%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19%208.974v6.012C19%2018.86%2015.866%2022%2012%2022s-7-3.14-7-7.014V8.974A7.01%207.01%200%200%201%2011.25%202v3.385c-.591.282-1%20.886-1%201.585v2.004c0%20.969.784%201.754%201.75%201.754s1.75-.785%201.75-1.754V6.97c0-.7-.409-1.303-1-1.585V2A7.01%207.01%200%200%201%2019%208.974%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.75%208.974V6.97c0-.7-.409-1.303-1-1.585V2a7%207%200%200%200-1.5%200v3.385c-.591.282-1%20.885-1%201.585v2.004c0%20.968.784%201.753%201.75%201.753s1.75-.785%201.75-1.753%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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