creative commons zero logo

creative-commons-zero from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
creative-commons-zero
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the creative commons zero logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.6 72C461.4 72 568 182.1 568 320c0 147.1-118.5 248-248.4 248C185.6 568 72 458.5 72 320C72 187.1 176.7 72 319.6 72m.8 44.7c-118.2 0-203.7 97.9-203.7 203.3c0 109.8 91.2 202.8 203.7 202.8c103.2 0 202.8-81.1 202.8-202.8c.1-113.8-90.2-203.3-202.8-203.3m-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8S238.1 462.8 320 462.8S422.5 385.5 422.5 320S401.9 177.2 320 177.2m0 53.9c3.3 0 6.4.5 9.2 1.2c5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4c0-28.8 2-88.9 44.1-88.9m40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7c0 28.9-2 88.9-44.1 88.9c-13.5 0-32.6-7.7-20.1-26.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsCreativeCommonsZero(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.6 72C461.4 72 568 182.1 568 320c0 147.1-118.5 248-248.4 248C185.6 568 72 458.5 72 320C72 187.1 176.7 72 319.6 72m.8 44.7c-118.2 0-203.7 97.9-203.7 203.3c0 109.8 91.2 202.8 203.7 202.8c103.2 0 202.8-81.1 202.8-202.8c.1-113.8-90.2-203.3-202.8-203.3m-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8S238.1 462.8 320 462.8S422.5 385.5 422.5 320S401.9 177.2 320 177.2m0 53.9c3.3 0 6.4.5 9.2 1.2c5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4c0-28.8 2-88.9 44.1-88.9m40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7c0 28.9-2 88.9-44.1 88.9c-13.5 0-32.6-7.7-20.1-26.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.6 72C461.4 72 568 182.1 568 320c0 147.1-118.5 248-248.4 248C185.6 568 72 458.5 72 320C72 187.1 176.7 72 319.6 72m.8 44.7c-118.2 0-203.7 97.9-203.7 203.3c0 109.8 91.2 202.8 203.7 202.8c103.2 0 202.8-81.1 202.8-202.8c.1-113.8-90.2-203.3-202.8-203.3m-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8S238.1 462.8 320 462.8S422.5 385.5 422.5 320S401.9 177.2 320 177.2m0 53.9c3.3 0 6.4.5 9.2 1.2c5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4c0-28.8 2-88.9 44.1-88.9m40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7c0 28.9-2 88.9-44.1 88.9c-13.5 0-32.6-7.7-20.1-26.4z"/></svg>
</template>

CSS

.icon-creative-commons-zero {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M319.6%2072C461.4%2072%20568%20182.1%20568%20320c0%20147.1-118.5%20248-248.4%20248C185.6%20568%2072%20458.5%2072%20320C72%20187.1%20176.7%2072%20319.6%2072m.8%2044.7c-118.2%200-203.7%2097.9-203.7%20203.3c0%20109.8%2091.2%20202.8%20203.7%20202.8c103.2%200%20202.8-81.1%20202.8-202.8c.1-113.8-90.2-203.3-202.8-203.3m-.4%2060.5c-81.9%200-102.5%2077.3-102.5%20142.8S238.1%20462.8%20320%20462.8S422.5%20385.5%20422.5%20320S401.9%20177.2%20320%20177.2m0%2053.9c3.3%200%206.4.5%209.2%201.2c5.9%205.1%208.8%2012.1%203.1%2021.9l-54.5%20100.2c-1.7-12.7-1.9-25.1-1.9-34.4c0-28.8%202-88.9%2044.1-88.9m40.8%2046.2c2.9%2015.4%203.3%2031.4%203.3%2042.7c0%2028.9-2%2088.9-44.1%2088.9c-13.5%200-32.6-7.7-20.1-26.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M319.6%2072C461.4%2072%20568%20182.1%20568%20320c0%20147.1-118.5%20248-248.4%20248C185.6%20568%2072%20458.5%2072%20320C72%20187.1%20176.7%2072%20319.6%2072m.8%2044.7c-118.2%200-203.7%2097.9-203.7%20203.3c0%20109.8%2091.2%20202.8%20203.7%20202.8c103.2%200%20202.8-81.1%20202.8-202.8c.1-113.8-90.2-203.3-202.8-203.3m-.4%2060.5c-81.9%200-102.5%2077.3-102.5%20142.8S238.1%20462.8%20320%20462.8S422.5%20385.5%20422.5%20320S401.9%20177.2%20320%20177.2m0%2053.9c3.3%200%206.4.5%209.2%201.2c5.9%205.1%208.8%2012.1%203.1%2021.9l-54.5%20100.2c-1.7-12.7-1.9-25.1-1.9-34.4c0-28.8%202-88.9%2044.1-88.9m40.8%2046.2c2.9%2015.4%203.3%2031.4%203.3%2042.7c0%2028.9-2%2088.9-44.1%2088.9c-13.5%200-32.6-7.7-20.1-26.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/creative-commons-zero.svg?color=%231a73e8&size=48

Creative Commons Zero logo — Font Awesome Brands · IconsDB