The HugeIcons call outgoing 04 icon depicts an arrow pointing upwards and to the right, commonly used to represent initiating an outgoing call or an action that leads away from the current context.
Common uses
- Start a new call
- Initiate an outbound connection
- Navigate to a related communication screen
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CallOutgoing04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CallOutgoing04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- outgoing callinitiate calldialstart call
FAQ
- What does the CallOutgoing04Icon represent?
- This icon visually represents an outgoing call or an action that initiates a connection or leads away from the current view.
- How do I use CallOutgoing04Icon in a React project?
- Import both HugeiconsIcon and CallOutgoing04Icon, then render the icon using <HugeiconsIcon icon={CallOutgoing04Icon} />.
- What is the license for this icon?
- The CallOutgoing04Icon 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 →