The HugeIcons call missed 03 icon visually represents an incoming phone call that was not answered, commonly used in communication interfaces to indicate a missed communication.
Common uses
- Missed call notification in a phone app
- Alert for an unanswered incoming message
- Status indicator for a declined video call
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CallMissed03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CallMissed03Icon} 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 call missed 03 icon represent?
- This icon signifies a phone call that was received but not answered by the recipient. It's used to alert users to a missed communication attempt.
- How do I use the CallMissed03Icon in React?
- Import both HugeiconsIcon and CallMissed03Icon, then render the icon using the provided component: import { HugeiconsIcon } from '@hugeicons/react'; import { CallMissed03Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={CallMissed03Icon} />.
- What is the license for this icon?
- The CallMissed03Icon 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 →