mouse-07 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mouse-07
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the mouse 07 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 2a1.5 1.5 0 0 0 1.5 1.5H9c1.886 0 2.828 0 3.414.586c.404.404.53.978.569 1.914"/><path d="M7.192 18.071c.152 1.913 1.667 3.538 3.62 3.778c.718.089 1.448.151 2.188.151s1.47-.062 2.188-.15c1.953-.241 3.467-1.866 3.62-3.779c.105-1.326.192-2.685.192-4.071s-.087-2.745-.193-4.071c-.151-1.913-1.666-3.538-3.62-3.778A18 18 0 0 0 13 6c-.74 0-1.47.062-2.188.15c-1.953.241-3.468 1.866-3.62 3.779C7.087 11.255 7 12.614 7 14s.087 2.745.192 4.071Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 9v2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMouse07(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M5 2a1.5 1.5 0 0 0 1.5 1.5H9c1.886 0 2.828 0 3.414.586c.404.404.53.978.569 1.914"/><path d="M7.192 18.071c.152 1.913 1.667 3.538 3.62 3.778c.718.089 1.448.151 2.188.151s1.47-.062 2.188-.15c1.953-.241 3.467-1.866 3.62-3.779c.105-1.326.192-2.685.192-4.071s-.087-2.745-.193-4.071c-.151-1.913-1.666-3.538-3.62-3.778A18 18 0 0 0 13 6c-.74 0-1.47.062-2.188.15c-1.953.241-3.468 1.866-3.62 3.779C7.087 11.255 7 12.614 7 14s.087 2.745.192 4.071Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M13 9v2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 2a1.5 1.5 0 0 0 1.5 1.5H9c1.886 0 2.828 0 3.414.586c.404.404.53.978.569 1.914"/><path d="M7.192 18.071c.152 1.913 1.667 3.538 3.62 3.778c.718.089 1.448.151 2.188.151s1.47-.062 2.188-.15c1.953-.241 3.467-1.866 3.62-3.779c.105-1.326.192-2.685.192-4.071s-.087-2.745-.193-4.071c-.151-1.913-1.666-3.538-3.62-3.778A18 18 0 0 0 13 6c-.74 0-1.47.062-2.188.15c-1.953.241-3.468 1.866-3.62 3.779C7.087 11.255 7 12.614 7 14s.087 2.745.192 4.071Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 9v2"/></g></svg>
</template>

CSS

.icon-mouse-07 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%202a1.5%201.5%200%200%200%201.5%201.5H9c1.886%200%202.828%200%203.414.586c.404.404.53.978.569%201.914%22%2F%3E%3Cpath%20d%3D%22M7.192%2018.071c.152%201.913%201.667%203.538%203.62%203.778c.718.089%201.448.151%202.188.151s1.47-.062%202.188-.15c1.953-.241%203.467-1.866%203.62-3.779c.105-1.326.192-2.685.192-4.071s-.087-2.745-.193-4.071c-.151-1.913-1.666-3.538-3.62-3.778A18%2018%200%200%200%2013%206c-.74%200-1.47.062-2.188.15c-1.953.241-3.468%201.866-3.62%203.779C7.087%2011.255%207%2012.614%207%2014s.087%202.745.192%204.071Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%209v2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%202a1.5%201.5%200%200%200%201.5%201.5H9c1.886%200%202.828%200%203.414.586c.404.404.53.978.569%201.914%22%2F%3E%3Cpath%20d%3D%22M7.192%2018.071c.152%201.913%201.667%203.538%203.62%203.778c.718.089%201.448.151%202.188.151s1.47-.062%202.188-.15c1.953-.241%203.467-1.866%203.62-3.779c.105-1.326.192-2.685.192-4.071s-.087-2.745-.193-4.071c-.151-1.913-1.666-3.538-3.62-3.778A18%2018%200%200%200%2013%206c-.74%200-1.47.062-2.188.15c-1.953.241-3.468%201.866-3.62%203.779C7.087%2011.255%207%2012.614%207%2014s.087%202.745.192%204.071Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%209v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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