The HugeIcons mouse right click 06 icon depicts a mouse cursor indicating a right-click action, commonly used to signify context menus or secondary action options in a user interface.
Common uses
- Opening context menus
- Accessing secondary actions
- Indicating clickable elements
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MouseRightClick06Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MouseRightClick06Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- context menusecondary clickright click cursoroptions icon
FAQ
- What does the MouseRightClick06Icon represent?
- This icon represents a mouse cursor performing a right-click action. It is typically used to indicate that a context menu or secondary options are available.
- How do I use the MouseRightClick06Icon in a React application?
- To use this icon in React, import both HugeiconsIcon and MouseRightClick06Icon from their respective packages, then render the icon using the <HugeiconsIcon icon={MouseRightClick06Icon} /> component.
- What is the license for this icon?
- The HugeIcons mouse right click 06 icon is distributed under the MIT license.
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 →