Message Delete Pixel Art Icon
A speech bubble with an X for deleting a message, clearing a conversation thread or removing a chat entry.
Tags
smsdeleteremovetrasherase
Style variants
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" />