sourcetree logo

sourcetree from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
sourcetree
Set
SVG Logos
Style
Color
Viewbox
256×322
License
CC0

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 256 322"><defs><linearGradient id="SVGpDQ3Dcfl" x1="49.928%" x2="49.928%" y1="90.721%" y2="36.288%"><stop offset="18%" stop-color="#0052cc"/><stop offset="100%" stop-color="#2684ff"/></linearGradient></defs><path fill="#2684ff" d="M255.462 127.52C255.462 57.094 198.369 0 127.942 0C65.17-.089 11.677 45.531 1.855 107.528s26.949 121.917 86.672 141.236v63.895a8.97 8.97 0 0 0 8.968 8.968h60.532a8.97 8.97 0 0 0 8.968-8.968v-63.85c52.674-16.961 88.406-65.95 88.466-121.288m-127.52 43.09c-23.811 0-43.113-19.301-43.113-43.112c0-23.81 19.302-43.112 43.112-43.112s43.112 19.302 43.112 43.112s-19.302 43.113-43.112 43.113"/><path fill="url(#SVGpDQ3Dcfl)" d="M127.941 0v84.43c23.81 0 43.112 19.302 43.112 43.112s-19.302 43.112-43.112 43.112a39.413 39.413 0 0 1 39.413 39.414v38.785c59.746-19.322 96.533-79.262 86.71-141.281C244.243 45.553 190.735-.085 127.942 0"/></svg>

React

import type { SVGProps } from "react";

export function LogosSourcetree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 322"><defs><linearGradient id="SVGpDQ3Dcfl" x1="49.928%" x2="49.928%" y1="90.721%" y2="36.288%"><stop offset="18%" stopColor="#0052cc"/><stop offset="100%" stopColor="#2684ff"/></linearGradient></defs><path fill="#2684ff" d="M255.462 127.52C255.462 57.094 198.369 0 127.942 0C65.17-.089 11.677 45.531 1.855 107.528s26.949 121.917 86.672 141.236v63.895a8.97 8.97 0 0 0 8.968 8.968h60.532a8.97 8.97 0 0 0 8.968-8.968v-63.85c52.674-16.961 88.406-65.95 88.466-121.288m-127.52 43.09c-23.811 0-43.113-19.301-43.113-43.112c0-23.81 19.302-43.112 43.112-43.112s43.112 19.302 43.112 43.112s-19.302 43.113-43.112 43.113"/><path fill="url(#SVGpDQ3Dcfl)" d="M127.941 0v84.43c23.81 0 43.112 19.302 43.112 43.112s-19.302 43.112-43.112 43.112a39.413 39.413 0 0 1 39.413 39.414v38.785c59.746-19.322 96.533-79.262 86.71-141.281C244.243 45.553 190.735-.085 127.942 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 322"><defs><linearGradient id="SVGpDQ3Dcfl" x1="49.928%" x2="49.928%" y1="90.721%" y2="36.288%"><stop offset="18%" stop-color="#0052cc"/><stop offset="100%" stop-color="#2684ff"/></linearGradient></defs><path fill="#2684ff" d="M255.462 127.52C255.462 57.094 198.369 0 127.942 0C65.17-.089 11.677 45.531 1.855 107.528s26.949 121.917 86.672 141.236v63.895a8.97 8.97 0 0 0 8.968 8.968h60.532a8.97 8.97 0 0 0 8.968-8.968v-63.85c52.674-16.961 88.406-65.95 88.466-121.288m-127.52 43.09c-23.811 0-43.113-19.301-43.113-43.112c0-23.81 19.302-43.112 43.112-43.112s43.112 19.302 43.112 43.112s-19.302 43.113-43.112 43.113"/><path fill="url(#SVGpDQ3Dcfl)" d="M127.941 0v84.43c23.81 0 43.112 19.302 43.112 43.112s-19.302 43.112-43.112 43.112a39.413 39.413 0 0 1 39.413 39.414v38.785c59.746-19.322 96.533-79.262 86.71-141.281C244.243 45.553 190.735-.085 127.942 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%20256%20322%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpDQ3Dcfl%22%20x1%3D%2249.928%25%22%20x2%3D%2249.928%25%22%20y1%3D%2290.721%25%22%20y2%3D%2236.288%25%22%3E%3Cstop%20offset%3D%2218%25%22%20stop-color%3D%22%230052cc%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%232684ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%232684ff%22%20d%3D%22M255.462%20127.52C255.462%2057.094%20198.369%200%20127.942%200C65.17-.089%2011.677%2045.531%201.855%20107.528s26.949%20121.917%2086.672%20141.236v63.895a8.97%208.97%200%200%200%208.968%208.968h60.532a8.97%208.97%200%200%200%208.968-8.968v-63.85c52.674-16.961%2088.406-65.95%2088.466-121.288m-127.52%2043.09c-23.811%200-43.113-19.301-43.113-43.112c0-23.81%2019.302-43.112%2043.112-43.112s43.112%2019.302%2043.112%2043.112s-19.302%2043.113-43.112%2043.113%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpDQ3Dcfl)%22%20d%3D%22M127.941%200v84.43c23.81%200%2043.112%2019.302%2043.112%2043.112s-19.302%2043.112-43.112%2043.112a39.413%2039.413%200%200%201%2039.413%2039.414v38.785c59.746-19.322%2096.533-79.262%2086.71-141.281C244.243%2045.553%20190.735-.085%20127.942%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%20256%20322%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpDQ3Dcfl%22%20x1%3D%2249.928%25%22%20x2%3D%2249.928%25%22%20y1%3D%2290.721%25%22%20y2%3D%2236.288%25%22%3E%3Cstop%20offset%3D%2218%25%22%20stop-color%3D%22%230052cc%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%232684ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%232684ff%22%20d%3D%22M255.462%20127.52C255.462%2057.094%20198.369%200%20127.942%200C65.17-.089%2011.677%2045.531%201.855%20107.528s26.949%20121.917%2086.672%20141.236v63.895a8.97%208.97%200%200%200%208.968%208.968h60.532a8.97%208.97%200%200%200%208.968-8.968v-63.85c52.674-16.961%2088.406-65.95%2088.466-121.288m-127.52%2043.09c-23.811%200-43.113-19.301-43.113-43.112c0-23.81%2019.302-43.112%2043.112-43.112s43.112%2019.302%2043.112%2043.112s-19.302%2043.113-43.112%2043.113%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpDQ3Dcfl)%22%20d%3D%22M127.941%200v84.43c23.81%200%2043.112%2019.302%2043.112%2043.112s-19.302%2043.112-43.112%2043.112a39.413%2039.413%200%200%201%2039.413%2039.414v38.785c59.746-19.322%2096.533-79.262%2086.71-141.281C244.243%2045.553%20190.735-.085%20127.942%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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