Contact Pixel Art Icon
A contact card icon for address books, CRM records, profile pages, phonebook entries and 'View contact' links.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Contact icon
A person card or contact card silhouette representing a stored contact record. CRM platforms use it as the primary navigation icon for the contacts module; address-book apps show it on individual contact profile pages; communication apps reach for it when linking a conversation to a stored contact. It implies a named individual with associated details such as phone, email, and company. For a group view, the contacts icon is more fitting; contact is most precise for a single person's record.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/contact.svg" width="24" height="24" alt="Contact" />
<!-- React -->
import { Contact } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="contact.svg" width="48" height="48" style="image-rendering: pixelated" />