Pixelarticons

Message Delete Pixel Art Icon

A speech bubble with an X for deleting a message, clearing a conversation thread or removing a chat entry.

communication Pro 4 variants

Tags

smsdeleteremovetrasherase

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Message Delete icon

A chat bubble marked with a delete or erase indicator, communicating that a message or thread is being removed. Use it on a 'Delete message' action in a long-press context menu, a bulk-clear control in a conversation list, or a moderation tool for removing flagged content. Its meaning is destructive, so pair it with a confirmation dialog. For archiving rather than deleting, a folder or archive icon is the more appropriate choice.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/message-delete.svg" width="24" height="24" alt="Message Delete" />

<!-- React -->
import { MessageDelete } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="message-delete.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons