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

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

Related icons in Huge Icons

Use the mouse 17 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="M12 5V2m0 10V9M8.873 3.333l1.46-.873a3.25 3.25 0 0 1 3.333 0l1.461.873c3.72 2.222 4.973 6.997 2.821 10.747a.7.7 0 0 0-.076.207l-.638 3.388c-.06.318-.09.477-.125.616a4.905 4.905 0 0 1-4.478 3.7c-.143.01-.306.01-.631.01s-.488 0-.631-.01a4.905 4.905 0 0 1-4.478-3.7a12 12 0 0 1-.125-.616l-.638-3.389a.7.7 0 0 0-.076-.206C3.9 10.33 5.153 5.555 8.872 3.333"/><path d="M18 15a7.44 7.44 0 0 0-6-3a7.44 7.44 0 0 0-6 3m4.5-8.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 5 11.534 5 12 5s.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 9 12.466 9 12 9s-.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 HugeiconsMouse17(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="M12 5V2m0 10V9M8.873 3.333l1.46-.873a3.25 3.25 0 0 1 3.333 0l1.461.873c3.72 2.222 4.973 6.997 2.821 10.747a.7.7 0 0 0-.076.207l-.638 3.388c-.06.318-.09.477-.125.616a4.905 4.905 0 0 1-4.478 3.7c-.143.01-.306.01-.631.01s-.488 0-.631-.01a4.905 4.905 0 0 1-4.478-3.7a12 12 0 0 1-.125-.616l-.638-3.389a.7.7 0 0 0-.076-.206C3.9 10.33 5.153 5.555 8.872 3.333"/><path d="M18 15a7.44 7.44 0 0 0-6-3a7.44 7.44 0 0 0-6 3m4.5-8.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 5 11.534 5 12 5s.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 9 12.466 9 12 9s-.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 stroke-linecap="round" stroke-linejoin="round" d="M12 5V2m0 10V9M8.873 3.333l1.46-.873a3.25 3.25 0 0 1 3.333 0l1.461.873c3.72 2.222 4.973 6.997 2.821 10.747a.7.7 0 0 0-.076.207l-.638 3.388c-.06.318-.09.477-.125.616a4.905 4.905 0 0 1-4.478 3.7c-.143.01-.306.01-.631.01s-.488 0-.631-.01a4.905 4.905 0 0 1-4.478-3.7a12 12 0 0 1-.125-.616l-.638-3.389a.7.7 0 0 0-.076-.206C3.9 10.33 5.153 5.555 8.872 3.333"/><path d="M18 15a7.44 7.44 0 0 0-6-3a7.44 7.44 0 0 0-6 3m4.5-8.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C11.301 5 11.534 5 12 5s.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 9 12.466 9 12 9s-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883z"/></g></svg>
</template>

CSS

.icon-mouse-17 {
  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%22M12%205V2m0%2010V9M8.873%203.333l1.46-.873a3.25%203.25%200%200%201%203.333%200l1.461.873c3.72%202.222%204.973%206.997%202.821%2010.747a.7.7%200%200%200-.076.207l-.638%203.388c-.06.318-.09.477-.125.616a4.905%204.905%200%200%201-4.478%203.7c-.143.01-.306.01-.631.01s-.488%200-.631-.01a4.905%204.905%200%200%201-4.478-3.7a12%2012%200%200%201-.125-.616l-.638-3.389a.7.7%200%200%200-.076-.206C3.9%2010.33%205.153%205.555%208.872%203.333%22%2F%3E%3Cpath%20d%3D%22M18%2015a7.44%207.44%200%200%200-6-3a7.44%207.44%200%200%200-6%203m4.5-8.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C11.301%205%2011.534%205%2012%205s.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%209%2012.466%209%2012%209s-.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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205V2m0%2010V9M8.873%203.333l1.46-.873a3.25%203.25%200%200%201%203.333%200l1.461.873c3.72%202.222%204.973%206.997%202.821%2010.747a.7.7%200%200%200-.076.207l-.638%203.388c-.06.318-.09.477-.125.616a4.905%204.905%200%200%201-4.478%203.7c-.143.01-.306.01-.631.01s-.488%200-.631-.01a4.905%204.905%200%200%201-4.478-3.7a12%2012%200%200%201-.125-.616l-.638-3.389a.7.7%200%200%200-.076-.206C3.9%2010.33%205.153%205.555%208.872%203.333%22%2F%3E%3Cpath%20d%3D%22M18%2015a7.44%207.44%200%200%200-6-3a7.44%207.44%200%200%200-6%203m4.5-8.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C11.301%205%2011.534%205%2012%205s.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%209%2012.466%209%2012%209s-.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-17.svg?color=%231a73e8&size=48