Send Pixel Art Icon
A send icon for message submit buttons, email 'Send' actions, form submissions and outgoing data flows.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Send icon
A rightward-pointing arrow or send glyph representing dispatching a message, form, or file. Use it on the primary send button in a chat composer, an email client's send action, a feedback form's submit trigger, or an API request control in a developer tool. Its shape is more neutral than the paperplane, making it better suited to functional or technical interfaces. For composing a message from scratch, a pencil-plus or compose icon is a clearer starting point.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/send.svg" width="24" height="24" alt="Send" />
<!-- React -->
import { Send } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="send.svg" width="48" height="48" style="image-rendering: pixelated" />