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

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

Related icons in Huge Icons

Use the mouse 16 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="M12 22c5.2 0 6.5-3.608 6.5-8S17.2 6 12 6s-6.5 3.608-6.5 8s1.3 8 6.5 8Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 2c0 1.802 1.744 1.5 3.007 1.5c2.04 0 2.927.377 2.993 2.5v3"/><path d="M10.5 10.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 9 11.534 9 12 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.54C12.699 13 12.466 13 12 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 HugeiconsMouse16(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="M12 22c5.2 0 6.5-3.608 6.5-8S17.2 6 12 6s-6.5 3.608-6.5 8s1.3 8 6.5 8Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 2c0 1.802 1.744 1.5 3.007 1.5c2.04 0 2.927.377 2.993 2.5v3"/><path d="M10.5 10.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 9 11.534 9 12 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.54C12.699 13 12.466 13 12 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="M12 22c5.2 0 6.5-3.608 6.5-8S17.2 6 12 6s-6.5 3.608-6.5 8s1.3 8 6.5 8Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 2c0 1.802 1.744 1.5 3.007 1.5c2.04 0 2.927.377 2.993 2.5v3"/><path d="M10.5 10.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 9 11.534 9 12 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.54C12.699 13 12.466 13 12 13s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883z"/></g></svg>
</template>

CSS

.icon-mouse-16 {
  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%22M12%2022c5.2%200%206.5-3.608%206.5-8S17.2%206%2012%206s-6.5%203.608-6.5%208s1.3%208%206.5%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%202c0%201.802%201.744%201.5%203.007%201.5c2.04%200%202.927.377%202.993%202.5v3%22%2F%3E%3Cpath%20d%3D%22M10.5%2010.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C11.301%209%2011.534%209%2012%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.54C12.699%2013%2012.466%2013%2012%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%22M12%2022c5.2%200%206.5-3.608%206.5-8S17.2%206%2012%206s-6.5%203.608-6.5%208s1.3%208%206.5%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%202c0%201.802%201.744%201.5%203.007%201.5c2.04%200%202.927.377%202.993%202.5v3%22%2F%3E%3Cpath%20d%3D%22M10.5%2010.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C11.301%209%2011.534%209%2012%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.54C12.699%2013%2012.466%2013%2012%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-16.svg?color=%231a73e8&size=48