The HugeIcons call missed 02 icon visually represents an incoming phone call that was not answered, commonly used to indicate a missed communication.
Common uses
- Displaying missed calls in a call log.
- Notifying users of an unanswered incoming call.
- Indicating a failed communication attempt.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CallMissed02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CallMissed02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- missed callincoming call declinedunanswered callphone notification
FAQ
- What does the CallMissed02Icon represent?
- This icon signifies a missed incoming phone call. It's used to alert users that someone tried to reach them but the call was not answered.
- How do I use the CallMissed02Icon in a React application?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { CallMissed02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={CallMissed02Icon} />.
- What is the license for this icon?
- The CallMissed02Icon is released 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.