creative commons logo

creative-commons from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
creative-commons
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Related icons in CoreUI Brands

Use the creative commons logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15.864 13.429l-2.076 1.08c-.589-1.224-1.577-1.246-1.716-1.246q-2.075 0-2.076 2.74c0 1.473.576 2.74 2.076 2.74q1.357 0 1.911-1.329l1.909.969c-.386.719-1.606 2.436-4.069 2.436c-1.413 0-4.623-.645-4.623-4.816c0-3.668 2.687-4.816 4.539-4.816q2.88 0 4.124 2.241zm8.941 0l-2.049 1.08c-.594-1.236-1.608-1.246-1.744-1.246q-2.076 0-2.076 2.74c0 1.472.577 2.74 2.076 2.74q1.356 0 1.909-1.329l1.938.969c-.131.234-1.337 2.436-4.068 2.436c-1.418 0-4.622-.617-4.622-4.816c0-3.667 2.686-4.816 4.539-4.816q2.88 0 4.097 2.241zM15.972.503C7.046.503.5 7.694.5 16.003c0 8.656 7.1 15.5 15.472 15.5c8.121 0 15.528-6.304 15.528-15.5c0-8.617-6.664-15.5-15.528-15.5m.055 28.176c-7.034 0-12.731-5.815-12.731-12.676c0-6.589 5.339-12.704 12.732-12.704c7.033 0 12.676 5.591 12.676 12.704c0 7.606-6.23 12.676-12.678 12.676z"/></svg>

React

import type { SVGProps } from "react";

export function CibCreativeCommons(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15.864 13.429l-2.076 1.08c-.589-1.224-1.577-1.246-1.716-1.246q-2.075 0-2.076 2.74c0 1.473.576 2.74 2.076 2.74q1.357 0 1.911-1.329l1.909.969c-.386.719-1.606 2.436-4.069 2.436c-1.413 0-4.623-.645-4.623-4.816c0-3.668 2.687-4.816 4.539-4.816q2.88 0 4.124 2.241zm8.941 0l-2.049 1.08c-.594-1.236-1.608-1.246-1.744-1.246q-2.076 0-2.076 2.74c0 1.472.577 2.74 2.076 2.74q1.356 0 1.909-1.329l1.938.969c-.131.234-1.337 2.436-4.068 2.436c-1.418 0-4.622-.617-4.622-4.816c0-3.667 2.686-4.816 4.539-4.816q2.88 0 4.097 2.241zM15.972.503C7.046.503.5 7.694.5 16.003c0 8.656 7.1 15.5 15.472 15.5c8.121 0 15.528-6.304 15.528-15.5c0-8.617-6.664-15.5-15.528-15.5m.055 28.176c-7.034 0-12.731-5.815-12.731-12.676c0-6.589 5.339-12.704 12.732-12.704c7.033 0 12.676 5.591 12.676 12.704c0 7.606-6.23 12.676-12.678 12.676z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15.864 13.429l-2.076 1.08c-.589-1.224-1.577-1.246-1.716-1.246q-2.075 0-2.076 2.74c0 1.473.576 2.74 2.076 2.74q1.357 0 1.911-1.329l1.909.969c-.386.719-1.606 2.436-4.069 2.436c-1.413 0-4.623-.645-4.623-4.816c0-3.668 2.687-4.816 4.539-4.816q2.88 0 4.124 2.241zm8.941 0l-2.049 1.08c-.594-1.236-1.608-1.246-1.744-1.246q-2.076 0-2.076 2.74c0 1.472.577 2.74 2.076 2.74q1.356 0 1.909-1.329l1.938.969c-.131.234-1.337 2.436-4.068 2.436c-1.418 0-4.622-.617-4.622-4.816c0-3.667 2.686-4.816 4.539-4.816q2.88 0 4.097 2.241zM15.972.503C7.046.503.5 7.694.5 16.003c0 8.656 7.1 15.5 15.472 15.5c8.121 0 15.528-6.304 15.528-15.5c0-8.617-6.664-15.5-15.528-15.5m.055 28.176c-7.034 0-12.731-5.815-12.731-12.676c0-6.589 5.339-12.704 12.732-12.704c7.033 0 12.676 5.591 12.676 12.704c0 7.606-6.23 12.676-12.678 12.676z"/></svg>
</template>

CSS

.icon-creative-commons {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.864%2013.429l-2.076%201.08c-.589-1.224-1.577-1.246-1.716-1.246q-2.075%200-2.076%202.74c0%201.473.576%202.74%202.076%202.74q1.357%200%201.911-1.329l1.909.969c-.386.719-1.606%202.436-4.069%202.436c-1.413%200-4.623-.645-4.623-4.816c0-3.668%202.687-4.816%204.539-4.816q2.88%200%204.124%202.241zm8.941%200l-2.049%201.08c-.594-1.236-1.608-1.246-1.744-1.246q-2.076%200-2.076%202.74c0%201.472.577%202.74%202.076%202.74q1.356%200%201.909-1.329l1.938.969c-.131.234-1.337%202.436-4.068%202.436c-1.418%200-4.622-.617-4.622-4.816c0-3.667%202.686-4.816%204.539-4.816q2.88%200%204.097%202.241zM15.972.503C7.046.503.5%207.694.5%2016.003c0%208.656%207.1%2015.5%2015.472%2015.5c8.121%200%2015.528-6.304%2015.528-15.5c0-8.617-6.664-15.5-15.528-15.5m.055%2028.176c-7.034%200-12.731-5.815-12.731-12.676c0-6.589%205.339-12.704%2012.732-12.704c7.033%200%2012.676%205.591%2012.676%2012.704c0%207.606-6.23%2012.676-12.678%2012.676z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.864%2013.429l-2.076%201.08c-.589-1.224-1.577-1.246-1.716-1.246q-2.075%200-2.076%202.74c0%201.473.576%202.74%202.076%202.74q1.357%200%201.911-1.329l1.909.969c-.386.719-1.606%202.436-4.069%202.436c-1.413%200-4.623-.645-4.623-4.816c0-3.668%202.687-4.816%204.539-4.816q2.88%200%204.124%202.241zm8.941%200l-2.049%201.08c-.594-1.236-1.608-1.246-1.744-1.246q-2.076%200-2.076%202.74c0%201.472.577%202.74%202.076%202.74q1.356%200%201.909-1.329l1.938.969c-.131.234-1.337%202.436-4.068%202.436c-1.418%200-4.622-.617-4.622-4.816c0-3.667%202.686-4.816%204.539-4.816q2.88%200%204.097%202.241zM15.972.503C7.046.503.5%207.694.5%2016.003c0%208.656%207.1%2015.5%2015.472%2015.5c8.121%200%2015.528-6.304%2015.528-15.5c0-8.617-6.664-15.5-15.528-15.5m.055%2028.176c-7.034%200-12.731-5.815-12.731-12.676c0-6.589%205.339-12.704%2012.732-12.704c7.033%200%2012.676%205.591%2012.676%2012.704c0%207.606-6.23%2012.676-12.678%2012.676z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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