The HugeIcons touch interaction 01 icon visually represents a finger touching a screen, commonly used to indicate interactive elements or touch-based actions in user interfaces.
Common uses
- Indicating tappable buttons or links
- Illustrating mobile app gestures
- Representing touch input in tutorials
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TouchInteraction01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TouchInteraction01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- tap iconfingerprint icontouch screen iconpointer icon
FAQ
- What does the touch interaction 01 icon represent?
- This icon depicts a finger making contact with a surface, symbolizing a touch or tap action.
- How do I use this icon in a React project?
- Import both HugeiconsIcon and TouchInteraction01Icon, then render it using <HugeiconsIcon icon={TouchInteraction01Icon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is available 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 →