forgejo from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
forgejo
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the forgejo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M421.5 65.2c34 0 61.6 27.6 61.6 61.6s-27.6 61.6-61.6 61.6c-23 0-43.1-12.7-53.7-31.4h-28.5c-24 0-47 9.5-64 26.5s-26.5 40-26.5 64V291c26-19.5 57.7-30.2 90.6-30.2h28.5c10.6-18.7 30.6-31.4 53.7-31.4c34 0 61.6 27.6 61.6 61.6s-27.6 61.6-61.6 61.6c-23 0-43.1-12.7-53.7-31.4h-28.5c-24 0-47 9.5-64 26.5s-26.5 40-26.5 64v47.8c18.7 10.6 31.4 30.6 31.4 53.6c0 34-27.6 61.6-61.6 61.6S157 547.2 157 513.2c0-23 12.7-43.1 31.4-53.6v-212c0-40 15.9-78.4 44.2-106.7s66.7-44.2 106.7-44.2h28.5c10.6-18.7 30.6-31.4 53.7-31.4zM218.6 487.9c-14 0-25.3 11.3-25.3 25.3s11.3 25.4 25.3 25.4s25.4-11.4 25.4-25.4s-11.4-25.3-25.4-25.3m202.9-222.2c-9.4-.6-18.4 4.1-23.3 12.2s-4.9 18.2 0 26.3s13.9 12.8 23.3 12.2c9.4.6 18.4-4.1 23.3-12.2s4.9-18.2 0-26.3s-13.9-12.8-23.3-12.2m0-164.2c-9.4-.6-18.4 4.1-23.3 12.2s-4.9 18.2 0 26.3s13.9 12.8 23.3 12.2c9.4.6 18.4-4.1 23.3-12.2s4.9-18.2 0-26.3s-13.9-12.8-23.3-12.2"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsForgejo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M421.5 65.2c34 0 61.6 27.6 61.6 61.6s-27.6 61.6-61.6 61.6c-23 0-43.1-12.7-53.7-31.4h-28.5c-24 0-47 9.5-64 26.5s-26.5 40-26.5 64V291c26-19.5 57.7-30.2 90.6-30.2h28.5c10.6-18.7 30.6-31.4 53.7-31.4c34 0 61.6 27.6 61.6 61.6s-27.6 61.6-61.6 61.6c-23 0-43.1-12.7-53.7-31.4h-28.5c-24 0-47 9.5-64 26.5s-26.5 40-26.5 64v47.8c18.7 10.6 31.4 30.6 31.4 53.6c0 34-27.6 61.6-61.6 61.6S157 547.2 157 513.2c0-23 12.7-43.1 31.4-53.6v-212c0-40 15.9-78.4 44.2-106.7s66.7-44.2 106.7-44.2h28.5c10.6-18.7 30.6-31.4 53.7-31.4zM218.6 487.9c-14 0-25.3 11.3-25.3 25.3s11.3 25.4 25.3 25.4s25.4-11.4 25.4-25.4s-11.4-25.3-25.4-25.3m202.9-222.2c-9.4-.6-18.4 4.1-23.3 12.2s-4.9 18.2 0 26.3s13.9 12.8 23.3 12.2c9.4.6 18.4-4.1 23.3-12.2s4.9-18.2 0-26.3s-13.9-12.8-23.3-12.2m0-164.2c-9.4-.6-18.4 4.1-23.3 12.2s-4.9 18.2 0 26.3s13.9 12.8 23.3 12.2c9.4.6 18.4-4.1 23.3-12.2s4.9-18.2 0-26.3s-13.9-12.8-23.3-12.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M421.5 65.2c34 0 61.6 27.6 61.6 61.6s-27.6 61.6-61.6 61.6c-23 0-43.1-12.7-53.7-31.4h-28.5c-24 0-47 9.5-64 26.5s-26.5 40-26.5 64V291c26-19.5 57.7-30.2 90.6-30.2h28.5c10.6-18.7 30.6-31.4 53.7-31.4c34 0 61.6 27.6 61.6 61.6s-27.6 61.6-61.6 61.6c-23 0-43.1-12.7-53.7-31.4h-28.5c-24 0-47 9.5-64 26.5s-26.5 40-26.5 64v47.8c18.7 10.6 31.4 30.6 31.4 53.6c0 34-27.6 61.6-61.6 61.6S157 547.2 157 513.2c0-23 12.7-43.1 31.4-53.6v-212c0-40 15.9-78.4 44.2-106.7s66.7-44.2 106.7-44.2h28.5c10.6-18.7 30.6-31.4 53.7-31.4zM218.6 487.9c-14 0-25.3 11.3-25.3 25.3s11.3 25.4 25.3 25.4s25.4-11.4 25.4-25.4s-11.4-25.3-25.4-25.3m202.9-222.2c-9.4-.6-18.4 4.1-23.3 12.2s-4.9 18.2 0 26.3s13.9 12.8 23.3 12.2c9.4.6 18.4-4.1 23.3-12.2s4.9-18.2 0-26.3s-13.9-12.8-23.3-12.2m0-164.2c-9.4-.6-18.4 4.1-23.3 12.2s-4.9 18.2 0 26.3s13.9 12.8 23.3 12.2c9.4.6 18.4-4.1 23.3-12.2s4.9-18.2 0-26.3s-13.9-12.8-23.3-12.2"/></svg>
</template>

CSS

.icon-forgejo {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M421.5%2065.2c34%200%2061.6%2027.6%2061.6%2061.6s-27.6%2061.6-61.6%2061.6c-23%200-43.1-12.7-53.7-31.4h-28.5c-24%200-47%209.5-64%2026.5s-26.5%2040-26.5%2064V291c26-19.5%2057.7-30.2%2090.6-30.2h28.5c10.6-18.7%2030.6-31.4%2053.7-31.4c34%200%2061.6%2027.6%2061.6%2061.6s-27.6%2061.6-61.6%2061.6c-23%200-43.1-12.7-53.7-31.4h-28.5c-24%200-47%209.5-64%2026.5s-26.5%2040-26.5%2064v47.8c18.7%2010.6%2031.4%2030.6%2031.4%2053.6c0%2034-27.6%2061.6-61.6%2061.6S157%20547.2%20157%20513.2c0-23%2012.7-43.1%2031.4-53.6v-212c0-40%2015.9-78.4%2044.2-106.7s66.7-44.2%20106.7-44.2h28.5c10.6-18.7%2030.6-31.4%2053.7-31.4zM218.6%20487.9c-14%200-25.3%2011.3-25.3%2025.3s11.3%2025.4%2025.3%2025.4s25.4-11.4%2025.4-25.4s-11.4-25.3-25.4-25.3m202.9-222.2c-9.4-.6-18.4%204.1-23.3%2012.2s-4.9%2018.2%200%2026.3s13.9%2012.8%2023.3%2012.2c9.4.6%2018.4-4.1%2023.3-12.2s4.9-18.2%200-26.3s-13.9-12.8-23.3-12.2m0-164.2c-9.4-.6-18.4%204.1-23.3%2012.2s-4.9%2018.2%200%2026.3s13.9%2012.8%2023.3%2012.2c9.4.6%2018.4-4.1%2023.3-12.2s4.9-18.2%200-26.3s-13.9-12.8-23.3-12.2%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M421.5%2065.2c34%200%2061.6%2027.6%2061.6%2061.6s-27.6%2061.6-61.6%2061.6c-23%200-43.1-12.7-53.7-31.4h-28.5c-24%200-47%209.5-64%2026.5s-26.5%2040-26.5%2064V291c26-19.5%2057.7-30.2%2090.6-30.2h28.5c10.6-18.7%2030.6-31.4%2053.7-31.4c34%200%2061.6%2027.6%2061.6%2061.6s-27.6%2061.6-61.6%2061.6c-23%200-43.1-12.7-53.7-31.4h-28.5c-24%200-47%209.5-64%2026.5s-26.5%2040-26.5%2064v47.8c18.7%2010.6%2031.4%2030.6%2031.4%2053.6c0%2034-27.6%2061.6-61.6%2061.6S157%20547.2%20157%20513.2c0-23%2012.7-43.1%2031.4-53.6v-212c0-40%2015.9-78.4%2044.2-106.7s66.7-44.2%20106.7-44.2h28.5c10.6-18.7%2030.6-31.4%2053.7-31.4zM218.6%20487.9c-14%200-25.3%2011.3-25.3%2025.3s11.3%2025.4%2025.3%2025.4s25.4-11.4%2025.4-25.4s-11.4-25.3-25.4-25.3m202.9-222.2c-9.4-.6-18.4%204.1-23.3%2012.2s-4.9%2018.2%200%2026.3s13.9%2012.8%2023.3%2012.2c9.4.6%2018.4-4.1%2023.3-12.2s4.9-18.2%200-26.3s-13.9-12.8-23.3-12.2m0-164.2c-9.4-.6-18.4%204.1-23.3%2012.2s-4.9%2018.2%200%2026.3s13.9%2012.8%2023.3%2012.2c9.4.6%2018.4-4.1%2023.3-12.2s4.9-18.2%200-26.3s-13.9-12.8-23.3-12.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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