opensourceinitiative logo

opensourceinitiative from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
opensourceinitiative
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the opensourceinitiative logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.959.447A11.94 11.94 0 0 0 0 12.407c0 5.576 3.874 10.097 7.783 11.114c.193.05.392-.05.467-.234l2.771-6.822a.396.396 0 0 0-.246-.528C9.365 15.47 8.53 14.32 8.48 12.4c-.024-1.828 1.5-3.45 3.561-3.447c1.931.003 3.479 1.632 3.479 3.453c0 .966-.203 1.687-.575 2.238c-.371.552-.922.951-1.695 1.239a.396.396 0 0 0-.23.515l2.685 6.903a.396.396 0 0 0 .465.24C20.163 22.534 24 18.062 24 12.406C24 5.804 18.603.447 11.959.447m0 .791c6.22 0 11.25 4.997 11.25 11.168c0 5.138-3.423 9.208-6.895 10.272L13.9 16.47c.703-.308 1.302-.79 1.702-1.384c.477-.708.709-1.602.709-2.68c0-2.266-1.898-4.24-4.27-4.244c-2.48-.004-4.382 1.976-4.352 4.25c.023 1.995.934 3.492 2.451 4.13L7.648 22.66C4.251 21.592.791 17.458.791 12.406A11.13 11.13 0 0 1 11.959 1.238m10.617 20.149a1.03 1.03 0 0 0 0 2.058a1.03 1.03 0 0 0 0-2.058m0 .162c.48 0 .865.388.865.867a.86.86 0 0 1-.271.623l-.172-.342a1 1 0 0 0-.111-.178a.26.26 0 0 0-.114-.084a.3.3 0 0 0 .17-.117a.36.36 0 0 0 .061-.21q0-.195-.113-.292q-.114-.096-.346-.095h-.41v1.343h.181v-.568h.2q.107 0 .17.045a.5.5 0 0 1 .129.18l.171.343l.157.001a.88.88 0 0 1-.567.216a.865.865 0 0 1 0-1.732m-.26.322h.229q.132-.001.2.059q.066.06.066.177q0 .12-.067.18q-.066.06-.2.06h-.228z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsOpensourceinitiative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.959.447A11.94 11.94 0 0 0 0 12.407c0 5.576 3.874 10.097 7.783 11.114c.193.05.392-.05.467-.234l2.771-6.822a.396.396 0 0 0-.246-.528C9.365 15.47 8.53 14.32 8.48 12.4c-.024-1.828 1.5-3.45 3.561-3.447c1.931.003 3.479 1.632 3.479 3.453c0 .966-.203 1.687-.575 2.238c-.371.552-.922.951-1.695 1.239a.396.396 0 0 0-.23.515l2.685 6.903a.396.396 0 0 0 .465.24C20.163 22.534 24 18.062 24 12.406C24 5.804 18.603.447 11.959.447m0 .791c6.22 0 11.25 4.997 11.25 11.168c0 5.138-3.423 9.208-6.895 10.272L13.9 16.47c.703-.308 1.302-.79 1.702-1.384c.477-.708.709-1.602.709-2.68c0-2.266-1.898-4.24-4.27-4.244c-2.48-.004-4.382 1.976-4.352 4.25c.023 1.995.934 3.492 2.451 4.13L7.648 22.66C4.251 21.592.791 17.458.791 12.406A11.13 11.13 0 0 1 11.959 1.238m10.617 20.149a1.03 1.03 0 0 0 0 2.058a1.03 1.03 0 0 0 0-2.058m0 .162c.48 0 .865.388.865.867a.86.86 0 0 1-.271.623l-.172-.342a1 1 0 0 0-.111-.178a.26.26 0 0 0-.114-.084a.3.3 0 0 0 .17-.117a.36.36 0 0 0 .061-.21q0-.195-.113-.292q-.114-.096-.346-.095h-.41v1.343h.181v-.568h.2q.107 0 .17.045a.5.5 0 0 1 .129.18l.171.343l.157.001a.88.88 0 0 1-.567.216a.865.865 0 0 1 0-1.732m-.26.322h.229q.132-.001.2.059q.066.06.066.177q0 .12-.067.18q-.066.06-.2.06h-.228z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.959.447A11.94 11.94 0 0 0 0 12.407c0 5.576 3.874 10.097 7.783 11.114c.193.05.392-.05.467-.234l2.771-6.822a.396.396 0 0 0-.246-.528C9.365 15.47 8.53 14.32 8.48 12.4c-.024-1.828 1.5-3.45 3.561-3.447c1.931.003 3.479 1.632 3.479 3.453c0 .966-.203 1.687-.575 2.238c-.371.552-.922.951-1.695 1.239a.396.396 0 0 0-.23.515l2.685 6.903a.396.396 0 0 0 .465.24C20.163 22.534 24 18.062 24 12.406C24 5.804 18.603.447 11.959.447m0 .791c6.22 0 11.25 4.997 11.25 11.168c0 5.138-3.423 9.208-6.895 10.272L13.9 16.47c.703-.308 1.302-.79 1.702-1.384c.477-.708.709-1.602.709-2.68c0-2.266-1.898-4.24-4.27-4.244c-2.48-.004-4.382 1.976-4.352 4.25c.023 1.995.934 3.492 2.451 4.13L7.648 22.66C4.251 21.592.791 17.458.791 12.406A11.13 11.13 0 0 1 11.959 1.238m10.617 20.149a1.03 1.03 0 0 0 0 2.058a1.03 1.03 0 0 0 0-2.058m0 .162c.48 0 .865.388.865.867a.86.86 0 0 1-.271.623l-.172-.342a1 1 0 0 0-.111-.178a.26.26 0 0 0-.114-.084a.3.3 0 0 0 .17-.117a.36.36 0 0 0 .061-.21q0-.195-.113-.292q-.114-.096-.346-.095h-.41v1.343h.181v-.568h.2q.107 0 .17.045a.5.5 0 0 1 .129.18l.171.343l.157.001a.88.88 0 0 1-.567.216a.865.865 0 0 1 0-1.732m-.26.322h.229q.132-.001.2.059q.066.06.066.177q0 .12-.067.18q-.066.06-.2.06h-.228z"/></svg>
</template>

CSS

.icon-opensourceinitiative {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.959.447A11.94%2011.94%200%200%200%200%2012.407c0%205.576%203.874%2010.097%207.783%2011.114c.193.05.392-.05.467-.234l2.771-6.822a.396.396%200%200%200-.246-.528C9.365%2015.47%208.53%2014.32%208.48%2012.4c-.024-1.828%201.5-3.45%203.561-3.447c1.931.003%203.479%201.632%203.479%203.453c0%20.966-.203%201.687-.575%202.238c-.371.552-.922.951-1.695%201.239a.396.396%200%200%200-.23.515l2.685%206.903a.396.396%200%200%200%20.465.24C20.163%2022.534%2024%2018.062%2024%2012.406C24%205.804%2018.603.447%2011.959.447m0%20.791c6.22%200%2011.25%204.997%2011.25%2011.168c0%205.138-3.423%209.208-6.895%2010.272L13.9%2016.47c.703-.308%201.302-.79%201.702-1.384c.477-.708.709-1.602.709-2.68c0-2.266-1.898-4.24-4.27-4.244c-2.48-.004-4.382%201.976-4.352%204.25c.023%201.995.934%203.492%202.451%204.13L7.648%2022.66C4.251%2021.592.791%2017.458.791%2012.406A11.13%2011.13%200%200%201%2011.959%201.238m10.617%2020.149a1.03%201.03%200%200%200%200%202.058a1.03%201.03%200%200%200%200-2.058m0%20.162c.48%200%20.865.388.865.867a.86.86%200%200%201-.271.623l-.172-.342a1%201%200%200%200-.111-.178a.26.26%200%200%200-.114-.084a.3.3%200%200%200%20.17-.117a.36.36%200%200%200%20.061-.21q0-.195-.113-.292q-.114-.096-.346-.095h-.41v1.343h.181v-.568h.2q.107%200%20.17.045a.5.5%200%200%201%20.129.18l.171.343l.157.001a.88.88%200%200%201-.567.216a.865.865%200%200%201%200-1.732m-.26.322h.229q.132-.001.2.059q.066.06.066.177q0%20.12-.067.18q-.066.06-.2.06h-.228z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.959.447A11.94%2011.94%200%200%200%200%2012.407c0%205.576%203.874%2010.097%207.783%2011.114c.193.05.392-.05.467-.234l2.771-6.822a.396.396%200%200%200-.246-.528C9.365%2015.47%208.53%2014.32%208.48%2012.4c-.024-1.828%201.5-3.45%203.561-3.447c1.931.003%203.479%201.632%203.479%203.453c0%20.966-.203%201.687-.575%202.238c-.371.552-.922.951-1.695%201.239a.396.396%200%200%200-.23.515l2.685%206.903a.396.396%200%200%200%20.465.24C20.163%2022.534%2024%2018.062%2024%2012.406C24%205.804%2018.603.447%2011.959.447m0%20.791c6.22%200%2011.25%204.997%2011.25%2011.168c0%205.138-3.423%209.208-6.895%2010.272L13.9%2016.47c.703-.308%201.302-.79%201.702-1.384c.477-.708.709-1.602.709-2.68c0-2.266-1.898-4.24-4.27-4.244c-2.48-.004-4.382%201.976-4.352%204.25c.023%201.995.934%203.492%202.451%204.13L7.648%2022.66C4.251%2021.592.791%2017.458.791%2012.406A11.13%2011.13%200%200%201%2011.959%201.238m10.617%2020.149a1.03%201.03%200%200%200%200%202.058a1.03%201.03%200%200%200%200-2.058m0%20.162c.48%200%20.865.388.865.867a.86.86%200%200%201-.271.623l-.172-.342a1%201%200%200%200-.111-.178a.26.26%200%200%200-.114-.084a.3.3%200%200%200%20.17-.117a.36.36%200%200%200%20.061-.21q0-.195-.113-.292q-.114-.096-.346-.095h-.41v1.343h.181v-.568h.2q.107%200%20.17.045a.5.5%200%200%201%20.129.18l.171.343l.157.001a.88.88%200%200%201-.567.216a.865.865%200%200%201%200-1.732m-.26.322h.229q.132-.001.2.059q.066.06.066.177q0%20.12-.067.18q-.066.06-.2.06h-.228z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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