creative commons nc jp logo
creative-commons-nc-jp from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- creative-commons-nc-jp
- 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 jp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M319.7 72C175.6 72 72 188.8 72 320c0 136.4 111.8 248 247.7 248C449.9 568 568 467.2 568 320c0-138.8-107.5-248-248.3-248m.6 450.7c-112 0-203.6-92.5-203.6-202.7q0-31.65 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V424h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3m87.6-137.3h-57.6v-18.7l2.9-5.6zm6.5-51.4v-17.8h-38.6l63-116H373l-43.4 96l-23-10.2l-39.6-85.7h-65.8l27.3 51l-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1c112.8 0 203 90 203 203.4c0 21-2.7 40.6-7.9 59z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsCreativeCommonsNcJp(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.7 72C175.6 72 72 188.8 72 320c0 136.4 111.8 248 247.7 248C449.9 568 568 467.2 568 320c0-138.8-107.5-248-248.3-248m.6 450.7c-112 0-203.6-92.5-203.6-202.7q0-31.65 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V424h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3m87.6-137.3h-57.6v-18.7l2.9-5.6zm6.5-51.4v-17.8h-38.6l63-116H373l-43.4 96l-23-10.2l-39.6-85.7h-65.8l27.3 51l-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1c112.8 0 203 90 203 203.4c0 21-2.7 40.6-7.9 59z"/></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.7 72C175.6 72 72 188.8 72 320c0 136.4 111.8 248 247.7 248C449.9 568 568 467.2 568 320c0-138.8-107.5-248-248.3-248m.6 450.7c-112 0-203.6-92.5-203.6-202.7q0-31.65 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V424h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3m87.6-137.3h-57.6v-18.7l2.9-5.6zm6.5-51.4v-17.8h-38.6l63-116H373l-43.4 96l-23-10.2l-39.6-85.7h-65.8l27.3 51l-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1c112.8 0 203 90 203 203.4c0 21-2.7 40.6-7.9 59z"/></svg> </template>
CSS
.icon-creative-commons-nc-jp {
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.7%2072C175.6%2072%2072%20188.8%2072%20320c0%20136.4%20111.8%20248%20247.7%20248C449.9%20568%20568%20467.2%20568%20320c0-138.8-107.5-248-248.3-248m.6%20450.7c-112%200-203.6-92.5-203.6-202.7q0-31.65%209-60.3l127%2056.5h-27.9v38.6h58.1l5.7%2011.8v18.7h-63.8V424h63.8v56h61.7v-56h64.2v-35.7l81%2036.1c-1.5%202.2-57.1%2098.3-175.2%2098.3m87.6-137.3h-57.6v-18.7l2.9-5.6zm6.5-51.4v-17.8h-38.6l63-116H373l-43.4%2096l-23-10.2l-39.6-85.7h-65.8l27.3%2051l-81.9-36.5c27.8-44.1%2082.6-98.1%20173.7-98.1c112.8%200%20203%2090%20203%20203.4c0%2021-2.7%2040.6-7.9%2059z%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.7%2072C175.6%2072%2072%20188.8%2072%20320c0%20136.4%20111.8%20248%20247.7%20248C449.9%20568%20568%20467.2%20568%20320c0-138.8-107.5-248-248.3-248m.6%20450.7c-112%200-203.6-92.5-203.6-202.7q0-31.65%209-60.3l127%2056.5h-27.9v38.6h58.1l5.7%2011.8v18.7h-63.8V424h63.8v56h61.7v-56h64.2v-35.7l81%2036.1c-1.5%202.2-57.1%2098.3-175.2%2098.3m87.6-137.3h-57.6v-18.7l2.9-5.6zm6.5-51.4v-17.8h-38.6l63-116H373l-43.4%2096l-23-10.2l-39.6-85.7h-65.8l27.3%2051l-81.9-36.5c27.8-44.1%2082.6-98.1%20173.7-98.1c112.8%200%20203%2090%20203%20203.4c0%2021-2.7%2040.6-7.9%2059z%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-jp.svg?color=%231a73e8&size=48