creative commons nc logo

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

Name
creative-commons-nc
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 nc 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 72C459.4 72 568 179.9 568 320c0 147.2-118.5 248-248.4 248C185.1 568 72 457.2 72 320C72 187.1 176.7 72 319.6 72M127.8 253.1q-11.1 30.6-11.1 66.9c0 110.9 92.1 202.4 203.7 202.4c122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V432q-41.25-.45-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2c0-6.2-2.2-11.2-6.6-15.1c-14.2-6-1.8-.1-219.3-97.4m192.6-136.8c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L367 263.7c-42.7-29.9-83.5-8-70 11.1c53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1c0-57-19.8-105-59.3-143.9c-39.3-39.9-87.2-59.8-143.6-59.8"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsCreativeCommonsNc(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 72C459.4 72 568 179.9 568 320c0 147.2-118.5 248-248.4 248C185.1 568 72 457.2 72 320C72 187.1 176.7 72 319.6 72M127.8 253.1q-11.1 30.6-11.1 66.9c0 110.9 92.1 202.4 203.7 202.4c122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V432q-41.25-.45-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2c0-6.2-2.2-11.2-6.6-15.1c-14.2-6-1.8-.1-219.3-97.4m192.6-136.8c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L367 263.7c-42.7-29.9-83.5-8-70 11.1c53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1c0-57-19.8-105-59.3-143.9c-39.3-39.9-87.2-59.8-143.6-59.8"/></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 72C459.4 72 568 179.9 568 320c0 147.2-118.5 248-248.4 248C185.1 568 72 457.2 72 320C72 187.1 176.7 72 319.6 72M127.8 253.1q-11.1 30.6-11.1 66.9c0 110.9 92.1 202.4 203.7 202.4c122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V432q-41.25-.45-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2c0-6.2-2.2-11.2-6.6-15.1c-14.2-6-1.8-.1-219.3-97.4m192.6-136.8c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L367 263.7c-42.7-29.9-83.5-8-70 11.1c53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1c0-57-19.8-105-59.3-143.9c-39.3-39.9-87.2-59.8-143.6-59.8"/></svg>
</template>

CSS

.icon-creative-commons-nc {
  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%2072C459.4%2072%20568%20179.9%20568%20320c0%20147.2-118.5%20248-248.4%20248C185.1%20568%2072%20457.2%2072%20320C72%20187.1%20176.7%2072%20319.6%2072M127.8%20253.1q-11.1%2030.6-11.1%2066.9c0%20110.9%2092.1%20202.4%20203.7%20202.4c122.4%200%20177.2-101.8%20178.5-104.1l-93.4-41.6c-7.7%2037.1-41.2%2053-68.2%2055.4v38.1h-28.8V432q-41.25-.45-75.3-29.7l34.1-34.5c31.7%2029.4%2086.4%2031.8%2086.4-2.2c0-6.2-2.2-11.2-6.6-15.1c-14.2-6-1.8-.1-219.3-97.4m192.6-136.8c-38.4%200-112.4%208.7-170.5%2093l94.8%2042.5c10-31.3%2040.4-42.9%2063.8-44.3v-38.1h28.8v38.1c22.7%201.2%2043.4%208.9%2062%2023L367%20263.7c-42.7-29.9-83.5-8-70%2011.1c53.4%2024.1%2043.8%2019.8%2093%2041.6l127.1%2056.7c4.1-17.4%206.2-35.1%206.2-53.1c0-57-19.8-105-59.3-143.9c-39.3-39.9-87.2-59.8-143.6-59.8%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%2072C459.4%2072%20568%20179.9%20568%20320c0%20147.2-118.5%20248-248.4%20248C185.1%20568%2072%20457.2%2072%20320C72%20187.1%20176.7%2072%20319.6%2072M127.8%20253.1q-11.1%2030.6-11.1%2066.9c0%20110.9%2092.1%20202.4%20203.7%20202.4c122.4%200%20177.2-101.8%20178.5-104.1l-93.4-41.6c-7.7%2037.1-41.2%2053-68.2%2055.4v38.1h-28.8V432q-41.25-.45-75.3-29.7l34.1-34.5c31.7%2029.4%2086.4%2031.8%2086.4-2.2c0-6.2-2.2-11.2-6.6-15.1c-14.2-6-1.8-.1-219.3-97.4m192.6-136.8c-38.4%200-112.4%208.7-170.5%2093l94.8%2042.5c10-31.3%2040.4-42.9%2063.8-44.3v-38.1h28.8v38.1c22.7%201.2%2043.4%208.9%2062%2023L367%20263.7c-42.7-29.9-83.5-8-70%2011.1c53.4%2024.1%2043.8%2019.8%2093%2041.6l127.1%2056.7c4.1-17.4%206.2-35.1%206.2-53.1c0-57-19.8-105-59.3-143.9c-39.3-39.9-87.2-59.8-143.6-59.8%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-nc.svg?color=%231a73e8&size=48