Share Pixel Art Icon
A share icon for sending content to contacts, posting to social media, copying links and invoking the native share sheet.
Tags
sendexportoutarrowsocial
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Share icon
An arrow pointing outward from a shape, or three connected nodes depending on platform convention. Both communicate 'send this to someone else.' Use it on 'Share' buttons in articles, product pages, social feeds, and file managers. On mobile it typically opens the native share sheet; on desktop it may copy a link or open a sharing dialog. For exporting to a file or downloading, an export or download icon is more precise when the intent is saving rather than sending.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/share.svg" width="24" height="24" alt="Share" />
<!-- React -->
import { Share } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="share.svg" width="48" height="48" style="image-rendering: pixelated" />