open collective icon

open-collective from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
open-collective
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the open collective icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-opacity=".5" d="m16.682 15.753l2.13 2.13A8.97 8.97 0 0 0 21 12a8.96 8.96 0 0 0-2.123-5.806l-2.133 2.133A5.97 5.97 0 0 1 18 12c0 1.42-.493 2.725-1.318 3.753"/><path d="M15.673 16.745a6 6 0 1 1 .08-9.426l2.13-2.13a9 9 0 1 0-.077 13.689z"/></g></svg>

React

import type { SVGProps } from "react";

export function GgOpenCollective(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillOpacity=".5" d="m16.682 15.753l2.13 2.13A8.97 8.97 0 0 0 21 12a8.96 8.96 0 0 0-2.123-5.806l-2.133 2.133A5.97 5.97 0 0 1 18 12c0 1.42-.493 2.725-1.318 3.753"/><path d="M15.673 16.745a6 6 0 1 1 .08-9.426l2.13-2.13a9 9 0 1 0-.077 13.689z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-opacity=".5" d="m16.682 15.753l2.13 2.13A8.97 8.97 0 0 0 21 12a8.96 8.96 0 0 0-2.123-5.806l-2.133 2.133A5.97 5.97 0 0 1 18 12c0 1.42-.493 2.725-1.318 3.753"/><path d="M15.673 16.745a6 6 0 1 1 .08-9.426l2.13-2.13a9 9 0 1 0-.077 13.689z"/></g></svg>
</template>

CSS

.icon-open-collective {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-opacity%3D%22.5%22%20d%3D%22m16.682%2015.753l2.13%202.13A8.97%208.97%200%200%200%2021%2012a8.96%208.96%200%200%200-2.123-5.806l-2.133%202.133A5.97%205.97%200%200%201%2018%2012c0%201.42-.493%202.725-1.318%203.753%22%2F%3E%3Cpath%20d%3D%22M15.673%2016.745a6%206%200%201%201%20.08-9.426l2.13-2.13a9%209%200%201%200-.077%2013.689z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-opacity%3D%22.5%22%20d%3D%22m16.682%2015.753l2.13%202.13A8.97%208.97%200%200%200%2021%2012a8.96%208.96%200%200%200-2.123-5.806l-2.133%202.133A5.97%205.97%200%200%201%2018%2012c0%201.42-.493%202.725-1.318%203.753%22%2F%3E%3Cpath%20d%3D%22M15.673%2016.745a6%206%200%201%201%20.08-9.426l2.13-2.13a9%209%200%201%200-.077%2013.689z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/open-collective.svg?color=%231a73e8&size=48