The HugeIcons call end 02 icon visually represents the action of terminating a phone call, commonly used for buttons that hang up or disconnect a call.
Common uses
- End call button in a dialer app
- Hang up button in a video conferencing UI
- Disconnect button in a VoIP application
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CallEnd02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CallEnd02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- hang up icondisconnect iconend call icontelephone disconnect
FAQ
- What does the CallEnd02Icon represent?
- This icon signifies the end or disconnection of a call. It's typically used on buttons to hang up a phone or video call.
- How do I use CallEnd02Icon in a React project?
- Import both HugeiconsIcon and CallEnd02Icon, then render the icon using the provided component: import { HugeiconsIcon } from '@hugeicons/react'; import { CallEnd02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={CallEnd02Icon} />.
- What is the license for this icon?
- The CallEnd02Icon 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 →