sourceforge from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
sourceforge
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the sourceforge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.13 8.43c0-2.604-.929-3.79-1.42-4.24a.14.14 0 0 0-.232.123c.095 1.472-1.762 1.84-1.762 4.144v.013c0 1.404 1.065 2.55 2.376 2.55s2.377-1.146 2.377-2.55v-.013c0-.655-.246-1.282-.492-1.745c-.055-.096-.191-.055-.178.027c.451 1.99-.669 3.217-.669 1.69Z"/><path d="M6.303 13.923a.25.25 0 0 1-.164-.068L.061 7.789c-.081-.082-.081-.232 0-.327l6.42-6.407A.3.3 0 0 1 6.63 1h1.844c.109 0 .177.068.204.136a.22.22 0 0 1-.054.246L2.602 7.407a.304.304 0 0 0 0 .436l4.766 4.771c.082.082.082.232 0 .328l-.915.927a.3.3 0 0 1-.15.054m1.216 1.063a.22.22 0 0 1-.15-.382l6.036-6.025a.32.32 0 0 0 .096-.218a.27.27 0 0 0-.096-.218l-4.78-4.771c-.082-.082-.082-.232 0-.327l.929-.927a.23.23 0 0 1 .163-.068c.069 0 .11.04.15.081l6.065 6.067c.04.04.068.095.068.163a.23.23 0 0 1-.068.164l-6.42 6.407A.23.23 0 0 1 9.35 15H7.52z"/></g></svg>

React

import type { SVGProps } from "react";

export function BiSourceforge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.13 8.43c0-2.604-.929-3.79-1.42-4.24a.14.14 0 0 0-.232.123c.095 1.472-1.762 1.84-1.762 4.144v.013c0 1.404 1.065 2.55 2.376 2.55s2.377-1.146 2.377-2.55v-.013c0-.655-.246-1.282-.492-1.745c-.055-.096-.191-.055-.178.027c.451 1.99-.669 3.217-.669 1.69Z"/><path d="M6.303 13.923a.25.25 0 0 1-.164-.068L.061 7.789c-.081-.082-.081-.232 0-.327l6.42-6.407A.3.3 0 0 1 6.63 1h1.844c.109 0 .177.068.204.136a.22.22 0 0 1-.054.246L2.602 7.407a.304.304 0 0 0 0 .436l4.766 4.771c.082.082.082.232 0 .328l-.915.927a.3.3 0 0 1-.15.054m1.216 1.063a.22.22 0 0 1-.15-.382l6.036-6.025a.32.32 0 0 0 .096-.218a.27.27 0 0 0-.096-.218l-4.78-4.771c-.082-.082-.082-.232 0-.327l.929-.927a.23.23 0 0 1 .163-.068c.069 0 .11.04.15.081l6.065 6.067c.04.04.068.095.068.163a.23.23 0 0 1-.068.164l-6.42 6.407A.23.23 0 0 1 9.35 15H7.52z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.13 8.43c0-2.604-.929-3.79-1.42-4.24a.14.14 0 0 0-.232.123c.095 1.472-1.762 1.84-1.762 4.144v.013c0 1.404 1.065 2.55 2.376 2.55s2.377-1.146 2.377-2.55v-.013c0-.655-.246-1.282-.492-1.745c-.055-.096-.191-.055-.178.027c.451 1.99-.669 3.217-.669 1.69Z"/><path d="M6.303 13.923a.25.25 0 0 1-.164-.068L.061 7.789c-.081-.082-.081-.232 0-.327l6.42-6.407A.3.3 0 0 1 6.63 1h1.844c.109 0 .177.068.204.136a.22.22 0 0 1-.054.246L2.602 7.407a.304.304 0 0 0 0 .436l4.766 4.771c.082.082.082.232 0 .328l-.915.927a.3.3 0 0 1-.15.054m1.216 1.063a.22.22 0 0 1-.15-.382l6.036-6.025a.32.32 0 0 0 .096-.218a.27.27 0 0 0-.096-.218l-4.78-4.771c-.082-.082-.082-.232 0-.327l.929-.927a.23.23 0 0 1 .163-.068c.069 0 .11.04.15.081l6.065 6.067c.04.04.068.095.068.163a.23.23 0 0 1-.068.164l-6.42 6.407A.23.23 0 0 1 9.35 15H7.52z"/></g></svg>
</template>

CSS

.icon-sourceforge {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.13%208.43c0-2.604-.929-3.79-1.42-4.24a.14.14%200%200%200-.232.123c.095%201.472-1.762%201.84-1.762%204.144v.013c0%201.404%201.065%202.55%202.376%202.55s2.377-1.146%202.377-2.55v-.013c0-.655-.246-1.282-.492-1.745c-.055-.096-.191-.055-.178.027c.451%201.99-.669%203.217-.669%201.69Z%22%2F%3E%3Cpath%20d%3D%22M6.303%2013.923a.25.25%200%200%201-.164-.068L.061%207.789c-.081-.082-.081-.232%200-.327l6.42-6.407A.3.3%200%200%201%206.63%201h1.844c.109%200%20.177.068.204.136a.22.22%200%200%201-.054.246L2.602%207.407a.304.304%200%200%200%200%20.436l4.766%204.771c.082.082.082.232%200%20.328l-.915.927a.3.3%200%200%201-.15.054m1.216%201.063a.22.22%200%200%201-.15-.382l6.036-6.025a.32.32%200%200%200%20.096-.218a.27.27%200%200%200-.096-.218l-4.78-4.771c-.082-.082-.082-.232%200-.327l.929-.927a.23.23%200%200%201%20.163-.068c.069%200%20.11.04.15.081l6.065%206.067c.04.04.068.095.068.163a.23.23%200%200%201-.068.164l-6.42%206.407A.23.23%200%200%201%209.35%2015H7.52z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.13%208.43c0-2.604-.929-3.79-1.42-4.24a.14.14%200%200%200-.232.123c.095%201.472-1.762%201.84-1.762%204.144v.013c0%201.404%201.065%202.55%202.376%202.55s2.377-1.146%202.377-2.55v-.013c0-.655-.246-1.282-.492-1.745c-.055-.096-.191-.055-.178.027c.451%201.99-.669%203.217-.669%201.69Z%22%2F%3E%3Cpath%20d%3D%22M6.303%2013.923a.25.25%200%200%201-.164-.068L.061%207.789c-.081-.082-.081-.232%200-.327l6.42-6.407A.3.3%200%200%201%206.63%201h1.844c.109%200%20.177.068.204.136a.22.22%200%200%201-.054.246L2.602%207.407a.304.304%200%200%200%200%20.436l4.766%204.771c.082.082.082.232%200%20.328l-.915.927a.3.3%200%200%201-.15.054m1.216%201.063a.22.22%200%200%201-.15-.382l6.036-6.025a.32.32%200%200%200%20.096-.218a.27.27%200%200%200-.096-.218l-4.78-4.771c-.082-.082-.082-.232%200-.327l.929-.927a.23.23%200%200%201%20.163-.068c.069%200%20.11.04.15.081l6.065%206.067c.04.04.068.095.068.163a.23.23%200%200%201-.068.164l-6.42%206.407A.23.23%200%200%201%209.35%2015H7.52z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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