The Lucide phone incoming icon visually represents an incoming phone call, commonly used to signify actions related to receiving or answering a call.
Common uses
- Button to answer a call
- Notification for an incoming call
- Status indicator for an active incoming call
Use it in React
Install
npm i lucide-reactImport & render
import { PhoneIncoming } from 'lucide-react';
<PhoneIncoming size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- callphoneincomingincoming callreceive callphone callanswer phone
FAQ
- What does the phone incoming icon represent?
- It represents an incoming phone call. It's typically used in interfaces to indicate that a call is being received or to trigger an action to answer it.
- How do I use the phone incoming icon in React?
- You can import and use it directly from the 'lucide-react' library. The import statement is: import { PhoneIncoming } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icon library, including the phone-incoming icon, is distributed under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →