The HugeIcons mouse 03 icon depicts a computer mouse, commonly used to represent actions related to navigation, selection, or control within a user interface.
Common uses
- Clickable element indicator
- Navigation control
- User input prompt
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Mouse03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Mouse03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- computer mousepointercursorclick
FAQ
- What does the Mouse03Icon represent?
- The Mouse03Icon represents a computer mouse, a common input device used for interacting with graphical user interfaces.
- How do I use the Mouse03Icon in a React application?
- To use the Mouse03Icon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { Mouse03Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={Mouse03Icon} />.
- What is the license for the HugeIcons Mouse03Icon?
- The HugeIcons Mouse03Icon is released under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →