Message Right Pixel Art Icon
A speech bubble with a rightward tail for outgoing messages, forwarded chats and right-aligned chat bubbles.
Tags
smsrightforwardnexteast
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Message Right icon
A chat bubble whose tail points to the right, the standard position for a sent or outgoing message in a two-person thread. Use it to represent the current user's side of a conversation, a forwarded message direction, or the outbound state in a message preview. Paired with message-left it illustrates a full conversation exchange. When directionality is irrelevant, the base message icon keeps things simpler.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/message-right.svg" width="24" height="24" alt="Message Right" />
<!-- React -->
import { MessageRight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="message-right.svg" width="48" height="48" style="image-rendering: pixelated" />