The Tabler phone icon depicts a classic telephone handset, commonly used in UI to represent actions related to making or receiving calls, contact information, or communication features.
Common uses
- Call button in a contact card
- Link to a support phone number
- Indicator for a voice call feature
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPhone } from '@tabler/icons-react';
<IconPhone size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPhone size={24} stroke={2} />filled
<IconPhoneFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- callmobileconversationlandlineanswernumberphonehardwaretechnologycontactdevices
FAQ
- What is the phone icon used for?
- It visually represents phone calls, contact details, or communication functions within an application's interface.
- How do I use the phone icon in React?
- Import it from '@tabler/icons-react' like this: `import { IconPhone } from '@tabler/icons-react';` Then use it as a component: `<IconPhone />`.
- What is the license for the Tabler phone icon?
- The Tabler icon library, including the phone icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →