Phone Incoming Pixel Art Icon
A handset with a downward arrow for incoming calls, received-call logs and inbound call-center indicators.
Tags
phonecallmobiletelephoneincoming
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Phone Incoming icon
A phone handset with an arrow pointing toward it, the conventional sign for a call arriving from outside. Use it in a call-log screen to tag inbound calls, in a call-center dashboard to show queue volume, or in a 'You have an incoming call' notification. It pairs well with phone-outgoing and phone-missed to form a consistent set of call-direction icons across a dialer or CRM. For a call that was received and then forwarded onward, phone-forwarded is the better pick.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/phone-incoming.svg" width="24" height="24" alt="Phone Incoming" />
<!-- React -->
import { PhoneIncoming } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="phone-incoming.svg" width="48" height="48" style="image-rendering: pixelated" />