Message Text Pixel Art Icon
A speech bubble with text lines for chat interfaces, SMS previews, text-message lists and messaging dashboards.
Tags
sms
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Message Text icon
A chat bubble containing horizontal line stripes representing text content, making it slightly more specific than a plain speech bubble. Use it in an inbox list where each item shows a snippet of message content, a 'Messages' navigation item, or a text-preview thumbnail in a notification panel. When you need to show that a bubble contains a message rather than, say, a voice note or image, this variant communicates that distinction at a glance.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/message-text.svg" width="24" height="24" alt="Message Text" />
<!-- React -->
import { MessageText } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="message-text.svg" width="48" height="48" style="image-rendering: pixelated" />