next-icons-logoNext IconsAll Icons
export type IconProps = {
  size?: number | string;
  color?: string;
  className?: string;
} & React.SVGProps<SVGSVGElement>;

export const MouseIcon = ({
  size = 24,
  color = "currentColor",
  className,
  ...props
}: IconProps) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width={size}
    height={size}
    fill={color}
    className={className}
    {...props}
  >
      <path d="M11 6h2v6h-2z" />
      <path d="M12 22c3.86 0 7-3.14 7-7V9c0-3.86-3.14-7-7-7S5 5.14 5 9v6c0 3.86 3.14 7 7 7M7 9c0-2.76 2.24-5 5-5s5 2.24 5 5v6c0 2.76-2.24 5-5 5s-5-2.24-5-5z" />
       
  </svg>
);

Icon

Mouse

Category

tools

Use case

Use this icon in navbar items, social link groups, profile actions, settings rows, and call-to-action buttons.

Size

48px

Color

#18181b

Related tools icons

CalculatorCCTVEarbudsKeyboardLaptopMicroscopeMobilePrinter