copyleft logo

copyleft from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
copyleft
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

The same logo in other sets

Related icons in SVG Logos

Use the copyleft logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M128 256c70.692 0 128-57.308 128-128S198.692 0 128 0S0 57.308 0 128s57.308 128 128 128m0-26.122c-56.265 0-101.878-45.613-101.878-101.878S71.735 26.122 128 26.122S229.878 71.735 229.878 128S184.265 229.878 128 229.878m-1.045-173.715c-33.96 0-62.433 23.772-69.747 55.641h34.22c6.27-13.584 19.854-22.988 35.527-22.988c21.682 0 39.184 17.502 39.184 39.184s-17.502 39.184-39.184 39.184c-15.673 0-29.257-9.404-35.526-22.727h-34.22c7.313 31.608 35.787 55.38 69.746 55.38c39.706 0 71.837-32.13 71.837-71.837s-32.13-71.837-71.837-71.837"/></svg>

React

import type { SVGProps } from "react";

export function LogosCopyleft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M128 256c70.692 0 128-57.308 128-128S198.692 0 128 0S0 57.308 0 128s57.308 128 128 128m0-26.122c-56.265 0-101.878-45.613-101.878-101.878S71.735 26.122 128 26.122S229.878 71.735 229.878 128S184.265 229.878 128 229.878m-1.045-173.715c-33.96 0-62.433 23.772-69.747 55.641h34.22c6.27-13.584 19.854-22.988 35.527-22.988c21.682 0 39.184 17.502 39.184 39.184s-17.502 39.184-39.184 39.184c-15.673 0-29.257-9.404-35.526-22.727h-34.22c7.313 31.608 35.787 55.38 69.746 55.38c39.706 0 71.837-32.13 71.837-71.837s-32.13-71.837-71.837-71.837"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M128 256c70.692 0 128-57.308 128-128S198.692 0 128 0S0 57.308 0 128s57.308 128 128 128m0-26.122c-56.265 0-101.878-45.613-101.878-101.878S71.735 26.122 128 26.122S229.878 71.735 229.878 128S184.265 229.878 128 229.878m-1.045-173.715c-33.96 0-62.433 23.772-69.747 55.641h34.22c6.27-13.584 19.854-22.988 35.527-22.988c21.682 0 39.184 17.502 39.184 39.184s-17.502 39.184-39.184 39.184c-15.673 0-29.257-9.404-35.526-22.727h-34.22c7.313 31.608 35.787 55.38 69.746 55.38c39.706 0 71.837-32.13 71.837-71.837s-32.13-71.837-71.837-71.837"/></svg>
</template>

CSS

.icon-copyleft {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M128%20256c70.692%200%20128-57.308%20128-128S198.692%200%20128%200S0%2057.308%200%20128s57.308%20128%20128%20128m0-26.122c-56.265%200-101.878-45.613-101.878-101.878S71.735%2026.122%20128%2026.122S229.878%2071.735%20229.878%20128S184.265%20229.878%20128%20229.878m-1.045-173.715c-33.96%200-62.433%2023.772-69.747%2055.641h34.22c6.27-13.584%2019.854-22.988%2035.527-22.988c21.682%200%2039.184%2017.502%2039.184%2039.184s-17.502%2039.184-39.184%2039.184c-15.673%200-29.257-9.404-35.526-22.727h-34.22c7.313%2031.608%2035.787%2055.38%2069.746%2055.38c39.706%200%2071.837-32.13%2071.837-71.837s-32.13-71.837-71.837-71.837%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M128%20256c70.692%200%20128-57.308%20128-128S198.692%200%20128%200S0%2057.308%200%20128s57.308%20128%20128%20128m0-26.122c-56.265%200-101.878-45.613-101.878-101.878S71.735%2026.122%20128%2026.122S229.878%2071.735%20229.878%20128S184.265%20229.878%20128%20229.878m-1.045-173.715c-33.96%200-62.433%2023.772-69.747%2055.641h34.22c6.27-13.584%2019.854-22.988%2035.527-22.988c21.682%200%2039.184%2017.502%2039.184%2039.184s-17.502%2039.184-39.184%2039.184c-15.673%200-29.257-9.404-35.526-22.727h-34.22c7.313%2031.608%2035.787%2055.38%2069.746%2055.38c39.706%200%2071.837-32.13%2071.837-71.837s-32.13-71.837-71.837-71.837%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/copyleft.svg?color=%231a73e8&size=48