The HugeIcons call missed 04 icon depicts a phone handset with a red circle and slash, commonly used to signify an unanswered or missed incoming call.
Common uses
- Missed call notification in a call log
- Alert for an unread incoming call
- Status indicator for a failed outgoing call
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CallMissed04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CallMissed04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- missed callunanswered callincoming call declinedphone alert
FAQ
- What does the CallMissed04Icon represent?
- It visually represents a missed incoming phone call, indicating that a call was not answered.
- How do I use this icon in a React application?
- Import the icon and use it within the HugeiconsIcon component like this: import { CallMissed04Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={CallMissed04Icon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in commercial and non-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 →