The Phosphor sim card icon visually represents a subscriber identity module, commonly used in user interfaces to denote cellular network settings or mobile data options.
Common uses
- Settings for mobile network providers
- Indication of cellular data usage
- User profile section for device information
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SimCard } from '@phosphor-icons/react';
<SimCard size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SimCard size={24} />thin
<SimCard size={24} weight="thin" />light
<SimCard size={24} weight="light" />bold
<SimCard size={24} weight="bold" />fill
<SimCard size={24} weight="fill" />duotone
<SimCard size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- *updated*cellularcellphonemobilecommunicationssystemsimcardphonenetwork
FAQ
- What does the sim card icon represent?
- It represents a SIM card, which is essential for mobile phone network connectivity. It's used in UIs to signify mobile network or cellular data related features.
- How do I use the sim card icon in React?
- You can import and use it directly from the Phosphor React library like this: import { SimCard } from '@phosphor-icons/react'. Then render it as a component: <SimCard />.
- What is the license for this icon?
- The Phosphor icon set, including the sim card icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →