The HugeIcons call internal icon visually represents an internal phone call or communication within an organization, often used to signify direct internal contact options.
Common uses
- Internal support button
- Direct employee contact link
- Company directory access
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CallInternalIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CallInternalIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- internal calloffice phonecompany calldirect line
FAQ
- What is the purpose of the CallInternalIcon?
- This icon is designed to represent an internal communication or call within a company. It's typically used for features related to contacting colleagues or accessing internal phone systems.
- How do I use the CallInternalIcon in a React application?
- To use the icon in React, first import it along with HugeiconsIcon: `import { HugeiconsIcon } from '@hugeicons/react'; import { CallInternalIcon } from '@hugeicons/core-free-icons';`. Then, render it using `<HugeiconsIcon icon={CallInternalIcon} />`.
- What is the license for the HugeIcons library?
- The HugeIcons library, including the CallInternalIcon, 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 →