The HugeIcons simcard dual icon visually represents the capability of a device to support two SIM cards, commonly used to indicate dual-SIM functionality in device settings or product descriptions.
Common uses
- Dual SIM settings toggle
- Device specifications list
- Mobile plan comparison
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SimcardDualIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SimcardDualIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- dual simtwo simssim cardmobile
FAQ
- What does the simcard dual icon represent?
- It signifies a device's ability to use two SIM cards simultaneously. This is useful for managing multiple phone numbers or data plans on a single device.
- How do I use the SimcardDualIcon in React?
- Import both HugeiconsIcon and SimcardDualIcon, then render the icon using the <HugeiconsIcon icon={SimcardDualIcon} /> component.
- What is the license for this icon?
- The SimcardDualIcon is part of the HugeIcons library, which is distributed 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 →