creative commons share logo
creative-commons-share from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- creative-commons-share
- 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 share logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.975.5C24.837.5 31.5 7.381 31.5 16c0 9.194-7.406 15.5-15.525 15.5C7.6 31.5.5 24.656.5 16C.5 7.694 7.044.5 15.975.5m.05 2.794C8.638 3.294 3.294 9.413 3.294 16c0 6.863 5.7 12.675 12.731 12.675c6.45 0 12.675-5.069 12.675-12.675c.006-7.113-5.637-12.706-12.675-12.706m6.312 8.275c.488 0 .857.381.857.856v11.406a.85.85 0 0 1-.857.856h-8.444a.846.846 0 0 1-.856-.856v-3.375H9.662a.84.84 0 0 1-.857-.856V8.194c0-.513.413-.794.775-.857h8.525c.481 0 .856.375.856.857v3.375zm-11.843 7.2h2.544v-6.338c0-.462.362-.787.75-.856h3.487V9.056h-6.781zm11.012-5.507h-6.781v9.713h6.781z"/></svg>
React
import type { SVGProps } from "react";
export function CibCreativeCommonsShare(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.975.5C24.837.5 31.5 7.381 31.5 16c0 9.194-7.406 15.5-15.525 15.5C7.6 31.5.5 24.656.5 16C.5 7.694 7.044.5 15.975.5m.05 2.794C8.638 3.294 3.294 9.413 3.294 16c0 6.863 5.7 12.675 12.731 12.675c6.45 0 12.675-5.069 12.675-12.675c.006-7.113-5.637-12.706-12.675-12.706m6.312 8.275c.488 0 .857.381.857.856v11.406a.85.85 0 0 1-.857.856h-8.444a.846.846 0 0 1-.856-.856v-3.375H9.662a.84.84 0 0 1-.857-.856V8.194c0-.513.413-.794.775-.857h8.525c.481 0 .856.375.856.857v3.375zm-11.843 7.2h2.544v-6.338c0-.462.362-.787.75-.856h3.487V9.056h-6.781zm11.012-5.507h-6.781v9.713h6.781z"/></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.975.5C24.837.5 31.5 7.381 31.5 16c0 9.194-7.406 15.5-15.525 15.5C7.6 31.5.5 24.656.5 16C.5 7.694 7.044.5 15.975.5m.05 2.794C8.638 3.294 3.294 9.413 3.294 16c0 6.863 5.7 12.675 12.731 12.675c6.45 0 12.675-5.069 12.675-12.675c.006-7.113-5.637-12.706-12.675-12.706m6.312 8.275c.488 0 .857.381.857.856v11.406a.85.85 0 0 1-.857.856h-8.444a.846.846 0 0 1-.856-.856v-3.375H9.662a.84.84 0 0 1-.857-.856V8.194c0-.513.413-.794.775-.857h8.525c.481 0 .856.375.856.857v3.375zm-11.843 7.2h2.544v-6.338c0-.462.362-.787.75-.856h3.487V9.056h-6.781zm11.012-5.507h-6.781v9.713h6.781z"/></svg> </template>
CSS
.icon-creative-commons-share {
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.975.5C24.837.5%2031.5%207.381%2031.5%2016c0%209.194-7.406%2015.5-15.525%2015.5C7.6%2031.5.5%2024.656.5%2016C.5%207.694%207.044.5%2015.975.5m.05%202.794C8.638%203.294%203.294%209.413%203.294%2016c0%206.863%205.7%2012.675%2012.731%2012.675c6.45%200%2012.675-5.069%2012.675-12.675c.006-7.113-5.637-12.706-12.675-12.706m6.312%208.275c.488%200%20.857.381.857.856v11.406a.85.85%200%200%201-.857.856h-8.444a.846.846%200%200%201-.856-.856v-3.375H9.662a.84.84%200%200%201-.857-.856V8.194c0-.513.413-.794.775-.857h8.525c.481%200%20.856.375.856.857v3.375zm-11.843%207.2h2.544v-6.338c0-.462.362-.787.75-.856h3.487V9.056h-6.781zm11.012-5.507h-6.781v9.713h6.781z%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.975.5C24.837.5%2031.5%207.381%2031.5%2016c0%209.194-7.406%2015.5-15.525%2015.5C7.6%2031.5.5%2024.656.5%2016C.5%207.694%207.044.5%2015.975.5m.05%202.794C8.638%203.294%203.294%209.413%203.294%2016c0%206.863%205.7%2012.675%2012.731%2012.675c6.45%200%2012.675-5.069%2012.675-12.675c.006-7.113-5.637-12.706-12.675-12.706m6.312%208.275c.488%200%20.857.381.857.856v11.406a.85.85%200%200%201-.857.856h-8.444a.846.846%200%200%201-.856-.856v-3.375H9.662a.84.84%200%200%201-.857-.856V8.194c0-.513.413-.794.775-.857h8.525c.481%200%20.856.375.856.857v3.375zm-11.843%207.2h2.544v-6.338c0-.462.362-.787.75-.856h3.487V9.056h-6.781zm11.012-5.507h-6.781v9.713h6.781z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/creative-commons-share.svg?color=%231a73e8&size=48