open source initiative logo

open-source-initiative from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
open-source-initiative
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 open source initiative logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M-.136 16.708C.016 7.943 6.151 1.703 13.661.693C22.62-.506 30.156 5.588 31.604 13.672c1.375 7.667-2.839 14.844-9.787 17.688c-.599.244-.927.109-1.156-.5l-3.453-8.969c-.197-.527-.063-.855.453-1.088c1.563-.709 2.536-1.896 2.797-3.6a4.615 4.615 0 0 0-4.161-5.307a4.615 4.615 0 0 0-5 3.853c-.339 2.131.713 4.115 2.697 5.016c.62.281.745.557.505 1.188l-3.469 9.031c-.167.443-.531.6-1 .417a15.96 15.96 0 0 1-8.437-7.677c-1.609-3.177-1.624-5.661-1.729-7.021zm1.349-.124c.027.427.041.921.084 1.427c.405 4.64 3.197 9.26 8.452 11.817c.209.093.287.052.365-.145q1.44-3.79 2.901-7.579c.083-.208.041-.307-.152-.427c-2.041-1.287-3.057-3.131-2.943-5.552c.063-1.391.6-2.615 1.537-3.636c1.932-2.109 4.968-2.568 7.453-1.135a5.93 5.93 0 0 1 2.916 5.839c-.235 1.968-1.244 3.479-2.953 4.5c-.172.104-.224.187-.145.389q1.47 3.797 2.916 7.595c.079.203.157.244.36.145c2.297-1.068 4.208-2.599 5.688-4.64c2.244-3.115 3.171-6.579 2.728-10.391C29.54 7.207 22.717.926 13.931 2.01C7.087 2.849 1.327 8.625 1.212 16.583z"/></svg>

React

import type { SVGProps } from "react";

export function CibOpenSourceInitiative(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="M-.136 16.708C.016 7.943 6.151 1.703 13.661.693C22.62-.506 30.156 5.588 31.604 13.672c1.375 7.667-2.839 14.844-9.787 17.688c-.599.244-.927.109-1.156-.5l-3.453-8.969c-.197-.527-.063-.855.453-1.088c1.563-.709 2.536-1.896 2.797-3.6a4.615 4.615 0 0 0-4.161-5.307a4.615 4.615 0 0 0-5 3.853c-.339 2.131.713 4.115 2.697 5.016c.62.281.745.557.505 1.188l-3.469 9.031c-.167.443-.531.6-1 .417a15.96 15.96 0 0 1-8.437-7.677c-1.609-3.177-1.624-5.661-1.729-7.021zm1.349-.124c.027.427.041.921.084 1.427c.405 4.64 3.197 9.26 8.452 11.817c.209.093.287.052.365-.145q1.44-3.79 2.901-7.579c.083-.208.041-.307-.152-.427c-2.041-1.287-3.057-3.131-2.943-5.552c.063-1.391.6-2.615 1.537-3.636c1.932-2.109 4.968-2.568 7.453-1.135a5.93 5.93 0 0 1 2.916 5.839c-.235 1.968-1.244 3.479-2.953 4.5c-.172.104-.224.187-.145.389q1.47 3.797 2.916 7.595c.079.203.157.244.36.145c2.297-1.068 4.208-2.599 5.688-4.64c2.244-3.115 3.171-6.579 2.728-10.391C29.54 7.207 22.717.926 13.931 2.01C7.087 2.849 1.327 8.625 1.212 16.583z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M-.136 16.708C.016 7.943 6.151 1.703 13.661.693C22.62-.506 30.156 5.588 31.604 13.672c1.375 7.667-2.839 14.844-9.787 17.688c-.599.244-.927.109-1.156-.5l-3.453-8.969c-.197-.527-.063-.855.453-1.088c1.563-.709 2.536-1.896 2.797-3.6a4.615 4.615 0 0 0-4.161-5.307a4.615 4.615 0 0 0-5 3.853c-.339 2.131.713 4.115 2.697 5.016c.62.281.745.557.505 1.188l-3.469 9.031c-.167.443-.531.6-1 .417a15.96 15.96 0 0 1-8.437-7.677c-1.609-3.177-1.624-5.661-1.729-7.021zm1.349-.124c.027.427.041.921.084 1.427c.405 4.64 3.197 9.26 8.452 11.817c.209.093.287.052.365-.145q1.44-3.79 2.901-7.579c.083-.208.041-.307-.152-.427c-2.041-1.287-3.057-3.131-2.943-5.552c.063-1.391.6-2.615 1.537-3.636c1.932-2.109 4.968-2.568 7.453-1.135a5.93 5.93 0 0 1 2.916 5.839c-.235 1.968-1.244 3.479-2.953 4.5c-.172.104-.224.187-.145.389q1.47 3.797 2.916 7.595c.079.203.157.244.36.145c2.297-1.068 4.208-2.599 5.688-4.64c2.244-3.115 3.171-6.579 2.728-10.391C29.54 7.207 22.717.926 13.931 2.01C7.087 2.849 1.327 8.625 1.212 16.583z"/></svg>
</template>

CSS

.icon-open-source-initiative {
  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%22M-.136%2016.708C.016%207.943%206.151%201.703%2013.661.693C22.62-.506%2030.156%205.588%2031.604%2013.672c1.375%207.667-2.839%2014.844-9.787%2017.688c-.599.244-.927.109-1.156-.5l-3.453-8.969c-.197-.527-.063-.855.453-1.088c1.563-.709%202.536-1.896%202.797-3.6a4.615%204.615%200%200%200-4.161-5.307a4.615%204.615%200%200%200-5%203.853c-.339%202.131.713%204.115%202.697%205.016c.62.281.745.557.505%201.188l-3.469%209.031c-.167.443-.531.6-1%20.417a15.96%2015.96%200%200%201-8.437-7.677c-1.609-3.177-1.624-5.661-1.729-7.021zm1.349-.124c.027.427.041.921.084%201.427c.405%204.64%203.197%209.26%208.452%2011.817c.209.093.287.052.365-.145q1.44-3.79%202.901-7.579c.083-.208.041-.307-.152-.427c-2.041-1.287-3.057-3.131-2.943-5.552c.063-1.391.6-2.615%201.537-3.636c1.932-2.109%204.968-2.568%207.453-1.135a5.93%205.93%200%200%201%202.916%205.839c-.235%201.968-1.244%203.479-2.953%204.5c-.172.104-.224.187-.145.389q1.47%203.797%202.916%207.595c.079.203.157.244.36.145c2.297-1.068%204.208-2.599%205.688-4.64c2.244-3.115%203.171-6.579%202.728-10.391C29.54%207.207%2022.717.926%2013.931%202.01C7.087%202.849%201.327%208.625%201.212%2016.583z%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%22M-.136%2016.708C.016%207.943%206.151%201.703%2013.661.693C22.62-.506%2030.156%205.588%2031.604%2013.672c1.375%207.667-2.839%2014.844-9.787%2017.688c-.599.244-.927.109-1.156-.5l-3.453-8.969c-.197-.527-.063-.855.453-1.088c1.563-.709%202.536-1.896%202.797-3.6a4.615%204.615%200%200%200-4.161-5.307a4.615%204.615%200%200%200-5%203.853c-.339%202.131.713%204.115%202.697%205.016c.62.281.745.557.505%201.188l-3.469%209.031c-.167.443-.531.6-1%20.417a15.96%2015.96%200%200%201-8.437-7.677c-1.609-3.177-1.624-5.661-1.729-7.021zm1.349-.124c.027.427.041.921.084%201.427c.405%204.64%203.197%209.26%208.452%2011.817c.209.093.287.052.365-.145q1.44-3.79%202.901-7.579c.083-.208.041-.307-.152-.427c-2.041-1.287-3.057-3.131-2.943-5.552c.063-1.391.6-2.615%201.537-3.636c1.932-2.109%204.968-2.568%207.453-1.135a5.93%205.93%200%200%201%202.916%205.839c-.235%201.968-1.244%203.479-2.953%204.5c-.172.104-.224.187-.145.389q1.47%203.797%202.916%207.595c.079.203.157.244.36.145c2.297-1.068%204.208-2.599%205.688-4.64c2.244-3.115%203.171-6.579%202.728-10.391C29.54%207.207%2022.717.926%2013.931%202.01C7.087%202.849%201.327%208.625%201.212%2016.583z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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