The HugeIcons call incoming 01 icon visually represents an incoming phone call, commonly used in user interfaces to indicate an active or incoming communication.
Common uses
- Incoming call notification
- Call status indicator
- Communication history log
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CallIncoming01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CallIncoming01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- incoming callphone incomingcall notificationreceive call
FAQ
- What does the CallIncoming01Icon represent?
- This icon represents an incoming phone call. It's used to signal that a call is being received or is active.
- How do I use the CallIncoming01Icon in a React application?
- Import the icon and then render it using the HugeiconsIcon component: import { CallIncoming01Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={CallIncoming01Icon} />.
- What is the license for this icon?
- The HugeIcons call incoming 01 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 →