Message Left Pixel Art Icon
A speech bubble with a leftward tail for inbound messages, replies and left-aligned chat bubbles in a thread.
Tags
smsleftbackpreviouswest
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Message Left icon
A chat bubble whose tail points to the left, the conventional position for a received or inbound message in a two-person thread. Use it to represent incoming SMS, a reply from a contact, or the 'other person's side' of a conversation UI. It pairs naturally with message-right to illustrate a full exchange. When direction does not matter, the plain message icon is sufficient and less specific.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/message-left.svg" width="24" height="24" alt="Message Left" />
<!-- React -->
import { MessageLeft } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="message-left.svg" width="48" height="48" style="image-rendering: pixelated" />