sourcetree from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
sourcetree
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the sourcetree logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203m-271.6 0c0-90.8 137.3-90.8 137.3 0c-.1 89.9-137.3 91-137.3 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsSourcetree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203m-271.6 0c0-90.8 137.3-90.8 137.3 0c-.1 89.9-137.3 91-137.3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203m-271.6 0c0-90.8 137.3-90.8 137.3 0c-.1 89.9-137.3 91-137.3 0"/></svg>
</template>

CSS

.icon-sourcetree {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M427.2%20203c0-112.1-90.9-203-203-203C112.1-.2%2021.2%2090.6%2021%20202.6A202.86%20202.86%200%200%200%20161.5%20396v101.7a14.3%2014.3%200%200%200%2014.3%2014.3h96.4a14.3%2014.3%200%200%200%2014.3-14.3V396.1A203.18%20203.18%200%200%200%20427.2%20203m-271.6%200c0-90.8%20137.3-90.8%20137.3%200c-.1%2089.9-137.3%2091-137.3%200%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M427.2%20203c0-112.1-90.9-203-203-203C112.1-.2%2021.2%2090.6%2021%20202.6A202.86%20202.86%200%200%200%20161.5%20396v101.7a14.3%2014.3%200%200%200%2014.3%2014.3h96.4a14.3%2014.3%200%200%200%2014.3-14.3V396.1A203.18%20203.18%200%200%200%20427.2%20203m-271.6%200c0-90.8%20137.3-90.8%20137.3%200c-.1%2089.9-137.3%2091-137.3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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