Send Circle Pixel Art Icon
A send arrow inside a circle for icon-button send actions, floating action buttons and circular chat controls.
Tags
sendcircle
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Send Circle icon
A send arrow enclosed in a circle, creating a button-friendly badge shape for the dispatch action. Place it as a circular FAB in a messaging app, a round icon button at the end of a chat input field, or a compact send control in a mobile interface. The circle makes it easier to tap on small screens. For a square-format send button, the plain send icon in a square container may suit the layout better.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/send-circle.svg" width="24" height="24" alt="Send Circle" />
<!-- React -->
import { SendCircle } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="send-circle.svg" width="48" height="48" style="image-rendering: pixelated" />