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

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

Related icons in Huge Icons

Use the mouse 08 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 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 9V7.5c0-1.886 0-2.828-.586-3.414S10.886 3.5 9 3.5H6.5A1.5 1.5 0 0 1 5 2"/><path d="M11.5 10.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C12.301 9 12.534 9 13 9s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C13.699 13 13.466 13 13 13s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMouse08(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 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 9V7.5c0-1.886 0-2.828-.586-3.414S10.886 3.5 9 3.5H6.5A1.5 1.5 0 0 1 5 2"/><path d="M11.5 10.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C12.301 9 12.534 9 13 9s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C13.699 13 13.466 13 13 13s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883z"/></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 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 9V7.5c0-1.886 0-2.828-.586-3.414S10.886 3.5 9 3.5H6.5A1.5 1.5 0 0 1 5 2"/><path d="M11.5 10.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C12.301 9 12.534 9 13 9s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C13.699 13 13.466 13 13 13s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883z"/></g></svg>
</template>

CSS

.icon-mouse-08 {
  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%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%209V7.5c0-1.886%200-2.828-.586-3.414S10.886%203.5%209%203.5H6.5A1.5%201.5%200%200%201%205%202%22%2F%3E%3Cpath%20d%3D%22M11.5%2010.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C12.301%209%2012.534%209%2013%209s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C13.699%2013%2013.466%2013%2013%2013s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883z%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%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%209V7.5c0-1.886%200-2.828-.586-3.414S10.886%203.5%209%203.5H6.5A1.5%201.5%200%200%201%205%202%22%2F%3E%3Cpath%20d%3D%22M11.5%2010.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C12.301%209%2012.534%209%2013%209s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C13.699%2013%2013.466%2013%2013%2013s-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883z%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-08.svg?color=%231a73e8&size=48