The HugeIcons mouse right click 04 icon depicts a standard computer mouse with its right button highlighted, commonly used to represent context menus or secondary actions in a user interface.
Common uses
- Opening a context menu for a file or folder
- Accessing advanced options for a selected item
- Indicating a right-click action is required
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MouseRightClick04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MouseRightClick04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- context menusecondary clickoptions iconmouse menu
FAQ
- What does this icon represent?
- This icon represents a computer mouse with the right button emphasized, typically used to signify a right-click action or the opening of a context menu.
- How do I use this icon in React?
- Import the icon and use it like so: import { HugeiconsIcon } from '@hugeicons/react'; import { MouseRightClick04Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={MouseRightClick04Icon} />.
- What is the license for this icon?
- This icon is distributed 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 →