Message Plus Pixel Art Icon
A speech bubble with a plus sign for composing a new message, starting a chat or adding a conversation thread.
Tags
smsplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Message Plus icon
A chat bubble with a plus badge, signaling the creation of something new in a messaging context. Place it on a 'New message' button, a 'Start conversation' action in an inbox, or a compose-message FAB. Users scan for the plus-on-icon pattern to mean 'create', so the intent reads quickly even without a label. For adding a participant to an existing thread, the message icon alongside a person-plus is usually more precise.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/message-plus.svg" width="24" height="24" alt="Message Plus" />
<!-- React -->
import { MessagePlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="message-plus.svg" width="48" height="48" style="image-rendering: pixelated" />