creative commons remix logo
creative-commons-remix from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- creative-commons-remix
- 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 remix 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.3m161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8c-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6l-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L433 242.5v61.6zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V359l113.8 46.9v-.4zm7.5-57.6l39.9-16.4l-36.8-15.5l-39 16.4zm52.3 38.1v-43L427.2 362v43.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsCreativeCommonsRemix(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.3m161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8c-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6l-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L433 242.5v61.6zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V359l113.8 46.9v-.4zm7.5-57.6l39.9-16.4l-36.8-15.5l-39 16.4zm52.3 38.1v-43L427.2 362v43.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.3m161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8c-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6l-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L433 242.5v61.6zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V359l113.8 46.9v-.4zm7.5-57.6l39.9-16.4l-36.8-15.5l-39 16.4zm52.3 38.1v-43L427.2 362v43.4z"/></svg> </template>
CSS
.icon-creative-commons-remix {
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.3m161.7%20207.7l4.9%202.2v70c-7.2%203.6-63.4%2027.5-67.3%2028.8c-6.5-1.8-113.7-46.8-137.3-56.2l-64.2%2026.6l-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4%205-.4-70.4l67.3-29.7L433%20242.5v61.6zm-70.4%2081.5v-43.8h-.4v-1.8l-113.8-46.5V359l113.8%2046.9v-.4zm7.5-57.6l39.9-16.4l-36.8-15.5l-39%2016.4zm52.3%2038.1v-43L427.2%20362v43.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.3m161.7%20207.7l4.9%202.2v70c-7.2%203.6-63.4%2027.5-67.3%2028.8c-6.5-1.8-113.7-46.8-137.3-56.2l-64.2%2026.6l-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4%205-.4-70.4l67.3-29.7L433%20242.5v61.6zm-70.4%2081.5v-43.8h-.4v-1.8l-113.8-46.5V359l113.8%2046.9v-.4zm7.5-57.6l39.9-16.4l-36.8-15.5l-39%2016.4zm52.3%2038.1v-43L427.2%20362v43.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-remix.svg?color=%231a73e8&size=48