Pixelarticons

Mouse 2 Pixel Art Icon

An alternate mouse icon emphasizing the right button, suitable for right-click shortcuts, context menus and secondary-click tutorials.

devices Pro 2 variants

Tags

mousecursorclick

Style variants

base

Outline · rounded corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Mouse 2 icon

A mouse silhouette with a visually distinct right-button area, making the secondary button the focus. Reach for it when documenting right-click context menus, secondary-click gestures, or custom button bindings in a settings panel. It is especially useful in tutorial flows that teach users to right-click for additional options. For general pointer or cursor references with no button emphasis, the plain mouse icon is simpler.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/mouse-2.svg" width="24" height="24" alt="Mouse 2" />

<!-- React -->
import { Mouse2 } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="mouse-2.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons