The HugeIcons call end 04 icon depicts a phone handset with a diagonal line through it, commonly used to represent ending or disconnecting a call or communication.
Common uses
- End call button in a video conferencing app
- Hang up button in a VoIP application
- Disconnect button in a chat interface
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CallEnd04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CallEnd04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- hang updisconnectend callclose call
FAQ
- What does the call end 04 icon represent?
- This icon represents the action of ending or disconnecting a call. It's universally understood for hanging up a phone call.
- How do I use the CallEnd04Icon in React?
- Import both HugeiconsIcon and CallEnd04Icon from their respective packages, then render the icon using the code: <HugeiconsIcon icon={CallEnd04Icon} />.
- What is the license for this icon?
- The CallEnd04Icon is part of the HugeIcons library and 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 →