creative commons sampling logo
creative-commons-sampling from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- creative-commons-sampling
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 496×512
- License
- CC BY 4.0
The same logo in other sets
Related icons in Font Awesome 6 Brands
Use the creative commons sampling logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256C0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 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.3m3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2l4.9-59.3c0-6 4.7-10.6 10.6-10.6s10.6 4.7 10.6 10.6c0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3c3.8 0 9.9 2.3 10.6 8.9l11.5 96.5l5.3-12.8q2.7-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9l-7.5 92.6c-.3 3-3 9.3-10.2 9.3c-3 0-9.8-2.1-10.6-9.3c0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3c-2.9 0-9.8-2-10.6-9.3c0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4c-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9c-1.1 4.8-4.8 9.3-10.6 9.3c-3 0-9.8-2.1-10.6-9.3c0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3c-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4l8.4-97.9c0-6 4.8-10.6 10.6-10.6c.5 0 10.6-.2 10.6 12.4l4.9 69.1l6.6-92.6c0-10.1 9.5-10.6 10.2-10.6c.6 0 10.6.7 10.6 10.6l5.3 80.6l6.2-97.9c.1-1.1-.6-10.3 9.9-11.5"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsCreativeCommonsSampling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256C0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 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.3m3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2l4.9-59.3c0-6 4.7-10.6 10.6-10.6s10.6 4.7 10.6 10.6c0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3c3.8 0 9.9 2.3 10.6 8.9l11.5 96.5l5.3-12.8q2.7-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9l-7.5 92.6c-.3 3-3 9.3-10.2 9.3c-3 0-9.8-2.1-10.6-9.3c0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3c-2.9 0-9.8-2-10.6-9.3c0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4c-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9c-1.1 4.8-4.8 9.3-10.6 9.3c-3 0-9.8-2.1-10.6-9.3c0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3c-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4l8.4-97.9c0-6 4.8-10.6 10.6-10.6c.5 0 10.6-.2 10.6 12.4l4.9 69.1l6.6-92.6c0-10.1 9.5-10.6 10.2-10.6c.6 0 10.6.7 10.6 10.6l5.3 80.6l6.2-97.9c.1-1.1-.6-10.3 9.9-11.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256C0 123.1 104.7 8 247.6 8m.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 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.3m3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2l4.9-59.3c0-6 4.7-10.6 10.6-10.6s10.6 4.7 10.6 10.6c0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3c3.8 0 9.9 2.3 10.6 8.9l11.5 96.5l5.3-12.8q2.7-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9l-7.5 92.6c-.3 3-3 9.3-10.2 9.3c-3 0-9.8-2.1-10.6-9.3c0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3c-2.9 0-9.8-2-10.6-9.3c0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4c-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9c-1.1 4.8-4.8 9.3-10.6 9.3c-3 0-9.8-2.1-10.6-9.3c0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3c-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4l8.4-97.9c0-6 4.8-10.6 10.6-10.6c.5 0 10.6-.2 10.6 12.4l4.9 69.1l6.6-92.6c0-10.1 9.5-10.6 10.2-10.6c.6 0 10.6.7 10.6 10.6l5.3 80.6l6.2-97.9c.1-1.1-.6-10.3 9.9-11.5"/></svg> </template>
CSS
.icon-creative-commons-sampling {
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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M247.6%208C389.4%208%20496%20118.1%20496%20256c0%20147.1-118.5%20248-248.4%20248C113.6%20504%200%20394.5%200%20256C0%20123.1%20104.7%208%20247.6%208m.8%2044.7C130.2%2052.7%2044.7%20150.6%2044.7%20256c0%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.3m3.6%2053.2c2.8-.3%2011.5%201%2011.5%2011.5l6.6%20107.2l4.9-59.3c0-6%204.7-10.6%2010.6-10.6s10.6%204.7%2010.6%2010.6c0%202.5-.5-5.7%205.7%2081.5l5.8-64.2c.3-2.9%202.9-9.3%2010.2-9.3c3.8%200%209.9%202.3%2010.6%208.9l11.5%2096.5l5.3-12.8q2.7-6.6%2010.2-6.6h58v21.3h-50.9l-18.2%2044.3c-3.9%209.9-19.5%209.1-20.8-3.1l-4-31.9l-7.5%2092.6c-.3%203-3%209.3-10.2%209.3c-3%200-9.8-2.1-10.6-9.3c0-1.9.6%205.8-6.2-77.9l-5.3%2072.2c-1.1%204.8-4.8%209.3-10.6%209.3c-2.9%200-9.8-2-10.6-9.3c0-1.9.5%206.7-5.8-87.7l-5.8%2094.8c0%206.3-3.6%2012.4-10.6%2012.4c-5.2%200-10.6-4.1-10.6-12l-5.8-87.7c-5.8%2092.5-5.3%2084-5.3%2085.9c-1.1%204.8-4.8%209.3-10.6%209.3c-3%200-9.8-2.1-10.6-9.3c0-.7-.4-1.1-.4-2.6l-6.2-88.6L182%20348c-.7%206.5-6.7%209.3-10.6%209.3c-5.8%200-9.6-4.1-10.6-8.9L149.7%20272c-2%204-3.5%208.4-11.1%208.4H87.2v-21.3H132l13.7-27.9c4.4-9.9%2018.2-7.2%2019.9%202.7l3.1%2020.4l8.4-97.9c0-6%204.8-10.6%2010.6-10.6c.5%200%2010.6-.2%2010.6%2012.4l4.9%2069.1l6.6-92.6c0-10.1%209.5-10.6%2010.2-10.6c.6%200%2010.6.7%2010.6%2010.6l5.3%2080.6l6.2-97.9c.1-1.1-.6-10.3%209.9-11.5%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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M247.6%208C389.4%208%20496%20118.1%20496%20256c0%20147.1-118.5%20248-248.4%20248C113.6%20504%200%20394.5%200%20256C0%20123.1%20104.7%208%20247.6%208m.8%2044.7C130.2%2052.7%2044.7%20150.6%2044.7%20256c0%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.3m3.6%2053.2c2.8-.3%2011.5%201%2011.5%2011.5l6.6%20107.2l4.9-59.3c0-6%204.7-10.6%2010.6-10.6s10.6%204.7%2010.6%2010.6c0%202.5-.5-5.7%205.7%2081.5l5.8-64.2c.3-2.9%202.9-9.3%2010.2-9.3c3.8%200%209.9%202.3%2010.6%208.9l11.5%2096.5l5.3-12.8q2.7-6.6%2010.2-6.6h58v21.3h-50.9l-18.2%2044.3c-3.9%209.9-19.5%209.1-20.8-3.1l-4-31.9l-7.5%2092.6c-.3%203-3%209.3-10.2%209.3c-3%200-9.8-2.1-10.6-9.3c0-1.9.6%205.8-6.2-77.9l-5.3%2072.2c-1.1%204.8-4.8%209.3-10.6%209.3c-2.9%200-9.8-2-10.6-9.3c0-1.9.5%206.7-5.8-87.7l-5.8%2094.8c0%206.3-3.6%2012.4-10.6%2012.4c-5.2%200-10.6-4.1-10.6-12l-5.8-87.7c-5.8%2092.5-5.3%2084-5.3%2085.9c-1.1%204.8-4.8%209.3-10.6%209.3c-3%200-9.8-2.1-10.6-9.3c0-.7-.4-1.1-.4-2.6l-6.2-88.6L182%20348c-.7%206.5-6.7%209.3-10.6%209.3c-5.8%200-9.6-4.1-10.6-8.9L149.7%20272c-2%204-3.5%208.4-11.1%208.4H87.2v-21.3H132l13.7-27.9c4.4-9.9%2018.2-7.2%2019.9%202.7l3.1%2020.4l8.4-97.9c0-6%204.8-10.6%2010.6-10.6c.5%200%2010.6-.2%2010.6%2012.4l4.9%2069.1l6.6-92.6c0-10.1%209.5-10.6%2010.2-10.6c.6%200%2010.6.7%2010.6%2010.6l5.3%2080.6l6.2-97.9c.1-1.1-.6-10.3%209.9-11.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/creative-commons-sampling.svg?color=%231a73e8&size=48