Copyleft Pixel Art Icon
A copyleft symbol for open-source licensing indicators, free-culture projects, and share-alike content notices.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Copyleft icon
A reversed copyright 'C' within a circle, the emblem of copyleft licensing. It signals that a work is freely shareable and modifiable under conditions that require derivatives to carry the same freedoms. Use it in a license selector, a footer attribution line, or an 'About' page for an open-source project. Audiences familiar with software licensing recognize it immediately; for general audiences, a text label alongside the icon prevents misreading it as a mirror of copyright.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/copyleft.svg" width="24" height="24" alt="Copyleft" />
<!-- React -->
import { Copyleft } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="copyleft.svg" width="48" height="48" style="image-rendering: pixelated" />