The Heroicons phone icon depicts a classic telephone handset and is commonly used to represent communication, contact information, or calling features within a user interface.
Common uses
- Contact Us button
- Phone number link
- Call action button
Use it in React
Install
npm i @heroicons/reactImport & render
import { PhoneIcon } from '@heroicons/react/24/outline';
<PhoneIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<PhoneIcon className="size-6" />24/solid
<PhoneIcon className="size-6" />20/solid
<PhoneIcon className="size-6" />16/solid
<PhoneIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- phonetelephonecallcontactcommunication
FAQ
- What is the phone icon used for?
- It's used to visually indicate communication features, contact details, or the action of making a call.
- How do I use the phone icon in React?
- Import it using: import { PhoneIcon } from '@heroicons/react/24/outline' and then render it as a component: <PhoneIcon />.
- What is the license for Heroicons?
- Heroicons are provided under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.
Looking for something else? Search Heroicons 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 →