The Lucide mouse icon depicts a computer mouse, commonly used to represent actions related to navigation, selection, or input devices in a user interface.
Common uses
- Button for 'Click Here'
- Link to 'Visit Website'
- Input device settings
Use it in React
Install
npm i lucide-reactImport & render
import { Mouse } from 'lucide-react';
<Mouse size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- devicescrollclickmousecursorpointerinput
FAQ
- What is the mouse icon used for?
- It's typically used to represent computer mice, clicking actions, scrolling, or general input devices within a UI.
- How do I use the mouse icon in React?
- You can import and use it like this: import { Mouse } from 'lucide-react'. Then render it as <Mouse />.
- What is the license for the Lucide mouse icon?
- The Lucide icon library, including the mouse icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →