The HugeIcons touch interaction 02 icon visually represents a tap or click action, commonly used to indicate selectable elements or trigger an event in user interfaces.
Common uses
- Button click indicator
- Selectable list item
- Interactive element marker
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TouchInteraction02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TouchInteraction02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- tap iconclick iconpointer iconselect icon
FAQ
- What does the touch interaction 02 icon represent?
- This icon represents a tap or click action. It's used to signify interactive elements that respond to user input.
- How do I use this icon in React?
- Import the icon component and use it within the HugeiconsIcon wrapper: import { HugeiconsIcon } from '@hugeicons/react'; import { TouchInteraction02Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={TouchInteraction02Icon} />.
- 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 →