The HugeIcons call add icon visually represents the action of initiating a new call or adding a participant to an existing call, commonly used for features like starting a new chat or conference call.
Common uses
- Start new chat/call
- Add participant to group call
- Initiate video conference
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CallAddIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CallAddIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add callnew calladd contactstart call
FAQ
- What does the CallAddIcon represent?
- The CallAddIcon represents the action of starting a new call or adding someone to an ongoing call.
- How do I use CallAddIcon in React?
- Import both HugeiconsIcon and CallAddIcon, then render <HugeiconsIcon icon={CallAddIcon} />.
- What is the license for HugeIcons?
- HugeIcons are provided 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 →