Contact Delete Pixel Art Icon
A contact card with a delete symbol for removing contacts, clearing CRM records, unsubscribing and deactivating profiles.
Tags
deleteremovetrasherase
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Contact Delete icon
A contact card combined with a delete or trash indicator, signaling the removal or permanent deletion of a contact record. CRM platforms use it on Delete contact confirmation dialogs; address-book apps show it in the swipe-to-delete action on a contact row; communication tools reach for it when blocking and removing a person. It is a destructive action, often appearing behind a confirmation step. For temporarily deactivating without deleting, a pause or archive symbol reads less permanent.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/contact-delete.svg" width="24" height="24" alt="Contact Delete" />
<!-- React -->
import { ContactDelete } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="contact-delete.svg" width="48" height="48" style="image-rendering: pixelated" />