Pixelarticons

Share Pixel Art Icon

A share icon for sending content to contacts, posting to social media, copying links and invoking the native share sheet.

devices Pro 4 variants

Tags

sendexportoutarrowsocial

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

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" />

Related icons