gitkraken logo
gitkraken from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- gitkraken
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×224
- License
- CC0
The same logo in other sets
Use the gitkraken logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 224"><path fill="#128379" d="M247.776 50.434c-1.054-2.74-4.218-4.006-6.748-2.952c-1.898.844-3.163 2.742-3.163 4.64c0 .632 0 1.265.422 1.686c4.85 12.864 7.591 26.781 7.591 41.542c0 59.678-44.494 109.233-102.273 116.613v-55.038c3.584-.632 6.958-1.687 10.332-2.74v46.18c47.025-11.387 82.24-53.983 82.24-105.015c0-40.698-22.563-76.336-55.88-94.682c-2.53-1.476-5.694-.421-6.96 2.32c-.421.633-.421 1.476-.421 2.32c0 1.897 1.054 3.584 2.53 4.428c30.155 16.659 50.61 48.923 50.61 85.825c0 41.542-25.727 76.969-62.208 91.308V145.96c6.327-1.898 10.966-7.802 10.966-14.972c0-5.904-2.952-10.755-7.802-13.496c3.584-35.427 19.822-25.937 19.822-37.324V73.63c0-16.87-39.012-71.908-57.358-73.173h-3.374C107.756 1.723 68.745 56.76 68.745 73.63v6.537c0 11.176 16.026 1.897 19.822 37.324c-4.64 2.741-7.592 7.802-7.592 13.496c0 6.959 4.64 12.863 10.966 14.972v40.91c-36.27-14.34-62.208-49.767-62.208-91.309c0-36.902 20.455-69.166 50.61-85.825c2.32-1.265 3.374-4.217 2.108-6.748C81.82 1.09 79.921.036 78.023.036q-1.265 0-2.53.632C42.175 19.014 19.61 54.652 19.61 95.35c0 51.032 35.216 93.628 82.662 105.226v-46.181c3.374 1.054 6.748 2.109 10.333 2.741v55.038C54.827 204.583 10.333 155.238 10.333 95.35c0-14.55 2.741-28.467 7.591-41.542c1.055-2.53-.21-5.482-2.741-6.537c-.633-.21-1.265-.421-1.898-.421c-2.109 0-4.007 1.265-4.85 3.374C2.952 64.352 0 79.535 0 95.35c0 68.956 54.405 125.048 122.728 127.79v-64.738c1.898.21 5.272.21 5.272.21s3.374 0 5.272-.21v64.738C201.595 220.398 256 164.306 256 95.35c-.21-15.815-2.952-30.998-8.224-44.916m-96.158 72.963c1.898-1.898 4.428-3.164 7.38-3.164s5.483 1.266 7.38 3.164c1.899 1.897 3.164 4.428 3.164 7.38s-1.265 5.483-3.163 7.38c-1.898 1.899-4.428 3.164-7.38 3.164s-5.483-1.265-7.381-3.163s-3.163-4.429-3.163-7.38c0-2.953 1.265-5.484 3.163-7.381m-47.236 14.76c-1.898 1.899-4.428 3.164-7.38 3.164s-5.483-1.265-7.38-3.163c-2.11-1.898-3.164-4.429-3.164-7.38c0-2.953 1.265-5.484 3.163-7.381s4.428-3.164 7.38-3.164s5.483 1.266 7.381 3.164c1.898 1.897 3.163 4.428 3.163 7.38c-.21 2.952-1.265 5.483-3.163 7.38"/></svg>
React
import type { SVGProps } from "react";
export function LogosGitkraken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 224"><path fill="#128379" d="M247.776 50.434c-1.054-2.74-4.218-4.006-6.748-2.952c-1.898.844-3.163 2.742-3.163 4.64c0 .632 0 1.265.422 1.686c4.85 12.864 7.591 26.781 7.591 41.542c0 59.678-44.494 109.233-102.273 116.613v-55.038c3.584-.632 6.958-1.687 10.332-2.74v46.18c47.025-11.387 82.24-53.983 82.24-105.015c0-40.698-22.563-76.336-55.88-94.682c-2.53-1.476-5.694-.421-6.96 2.32c-.421.633-.421 1.476-.421 2.32c0 1.897 1.054 3.584 2.53 4.428c30.155 16.659 50.61 48.923 50.61 85.825c0 41.542-25.727 76.969-62.208 91.308V145.96c6.327-1.898 10.966-7.802 10.966-14.972c0-5.904-2.952-10.755-7.802-13.496c3.584-35.427 19.822-25.937 19.822-37.324V73.63c0-16.87-39.012-71.908-57.358-73.173h-3.374C107.756 1.723 68.745 56.76 68.745 73.63v6.537c0 11.176 16.026 1.897 19.822 37.324c-4.64 2.741-7.592 7.802-7.592 13.496c0 6.959 4.64 12.863 10.966 14.972v40.91c-36.27-14.34-62.208-49.767-62.208-91.309c0-36.902 20.455-69.166 50.61-85.825c2.32-1.265 3.374-4.217 2.108-6.748C81.82 1.09 79.921.036 78.023.036q-1.265 0-2.53.632C42.175 19.014 19.61 54.652 19.61 95.35c0 51.032 35.216 93.628 82.662 105.226v-46.181c3.374 1.054 6.748 2.109 10.333 2.741v55.038C54.827 204.583 10.333 155.238 10.333 95.35c0-14.55 2.741-28.467 7.591-41.542c1.055-2.53-.21-5.482-2.741-6.537c-.633-.21-1.265-.421-1.898-.421c-2.109 0-4.007 1.265-4.85 3.374C2.952 64.352 0 79.535 0 95.35c0 68.956 54.405 125.048 122.728 127.79v-64.738c1.898.21 5.272.21 5.272.21s3.374 0 5.272-.21v64.738C201.595 220.398 256 164.306 256 95.35c-.21-15.815-2.952-30.998-8.224-44.916m-96.158 72.963c1.898-1.898 4.428-3.164 7.38-3.164s5.483 1.266 7.38 3.164c1.899 1.897 3.164 4.428 3.164 7.38s-1.265 5.483-3.163 7.38c-1.898 1.899-4.428 3.164-7.38 3.164s-5.483-1.265-7.381-3.163s-3.163-4.429-3.163-7.38c0-2.953 1.265-5.484 3.163-7.381m-47.236 14.76c-1.898 1.899-4.428 3.164-7.38 3.164s-5.483-1.265-7.38-3.163c-2.11-1.898-3.164-4.429-3.164-7.38c0-2.953 1.265-5.484 3.163-7.381s4.428-3.164 7.38-3.164s5.483 1.266 7.381 3.164c1.898 1.897 3.163 4.428 3.163 7.38c-.21 2.952-1.265 5.483-3.163 7.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 224"><path fill="#128379" d="M247.776 50.434c-1.054-2.74-4.218-4.006-6.748-2.952c-1.898.844-3.163 2.742-3.163 4.64c0 .632 0 1.265.422 1.686c4.85 12.864 7.591 26.781 7.591 41.542c0 59.678-44.494 109.233-102.273 116.613v-55.038c3.584-.632 6.958-1.687 10.332-2.74v46.18c47.025-11.387 82.24-53.983 82.24-105.015c0-40.698-22.563-76.336-55.88-94.682c-2.53-1.476-5.694-.421-6.96 2.32c-.421.633-.421 1.476-.421 2.32c0 1.897 1.054 3.584 2.53 4.428c30.155 16.659 50.61 48.923 50.61 85.825c0 41.542-25.727 76.969-62.208 91.308V145.96c6.327-1.898 10.966-7.802 10.966-14.972c0-5.904-2.952-10.755-7.802-13.496c3.584-35.427 19.822-25.937 19.822-37.324V73.63c0-16.87-39.012-71.908-57.358-73.173h-3.374C107.756 1.723 68.745 56.76 68.745 73.63v6.537c0 11.176 16.026 1.897 19.822 37.324c-4.64 2.741-7.592 7.802-7.592 13.496c0 6.959 4.64 12.863 10.966 14.972v40.91c-36.27-14.34-62.208-49.767-62.208-91.309c0-36.902 20.455-69.166 50.61-85.825c2.32-1.265 3.374-4.217 2.108-6.748C81.82 1.09 79.921.036 78.023.036q-1.265 0-2.53.632C42.175 19.014 19.61 54.652 19.61 95.35c0 51.032 35.216 93.628 82.662 105.226v-46.181c3.374 1.054 6.748 2.109 10.333 2.741v55.038C54.827 204.583 10.333 155.238 10.333 95.35c0-14.55 2.741-28.467 7.591-41.542c1.055-2.53-.21-5.482-2.741-6.537c-.633-.21-1.265-.421-1.898-.421c-2.109 0-4.007 1.265-4.85 3.374C2.952 64.352 0 79.535 0 95.35c0 68.956 54.405 125.048 122.728 127.79v-64.738c1.898.21 5.272.21 5.272.21s3.374 0 5.272-.21v64.738C201.595 220.398 256 164.306 256 95.35c-.21-15.815-2.952-30.998-8.224-44.916m-96.158 72.963c1.898-1.898 4.428-3.164 7.38-3.164s5.483 1.266 7.38 3.164c1.899 1.897 3.164 4.428 3.164 7.38s-1.265 5.483-3.163 7.38c-1.898 1.899-4.428 3.164-7.38 3.164s-5.483-1.265-7.381-3.163s-3.163-4.429-3.163-7.38c0-2.953 1.265-5.484 3.163-7.381m-47.236 14.76c-1.898 1.899-4.428 3.164-7.38 3.164s-5.483-1.265-7.38-3.163c-2.11-1.898-3.164-4.429-3.164-7.38c0-2.953 1.265-5.484 3.163-7.381s4.428-3.164 7.38-3.164s5.483 1.266 7.381 3.164c1.898 1.897 3.163 4.428 3.163 7.38c-.21 2.952-1.265 5.483-3.163 7.38"/></svg> </template>
CSS
.icon-gitkraken {
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%20224%22%3E%3Cpath%20fill%3D%22%23128379%22%20d%3D%22M247.776%2050.434c-1.054-2.74-4.218-4.006-6.748-2.952c-1.898.844-3.163%202.742-3.163%204.64c0%20.632%200%201.265.422%201.686c4.85%2012.864%207.591%2026.781%207.591%2041.542c0%2059.678-44.494%20109.233-102.273%20116.613v-55.038c3.584-.632%206.958-1.687%2010.332-2.74v46.18c47.025-11.387%2082.24-53.983%2082.24-105.015c0-40.698-22.563-76.336-55.88-94.682c-2.53-1.476-5.694-.421-6.96%202.32c-.421.633-.421%201.476-.421%202.32c0%201.897%201.054%203.584%202.53%204.428c30.155%2016.659%2050.61%2048.923%2050.61%2085.825c0%2041.542-25.727%2076.969-62.208%2091.308V145.96c6.327-1.898%2010.966-7.802%2010.966-14.972c0-5.904-2.952-10.755-7.802-13.496c3.584-35.427%2019.822-25.937%2019.822-37.324V73.63c0-16.87-39.012-71.908-57.358-73.173h-3.374C107.756%201.723%2068.745%2056.76%2068.745%2073.63v6.537c0%2011.176%2016.026%201.897%2019.822%2037.324c-4.64%202.741-7.592%207.802-7.592%2013.496c0%206.959%204.64%2012.863%2010.966%2014.972v40.91c-36.27-14.34-62.208-49.767-62.208-91.309c0-36.902%2020.455-69.166%2050.61-85.825c2.32-1.265%203.374-4.217%202.108-6.748C81.82%201.09%2079.921.036%2078.023.036q-1.265%200-2.53.632C42.175%2019.014%2019.61%2054.652%2019.61%2095.35c0%2051.032%2035.216%2093.628%2082.662%20105.226v-46.181c3.374%201.054%206.748%202.109%2010.333%202.741v55.038C54.827%20204.583%2010.333%20155.238%2010.333%2095.35c0-14.55%202.741-28.467%207.591-41.542c1.055-2.53-.21-5.482-2.741-6.537c-.633-.21-1.265-.421-1.898-.421c-2.109%200-4.007%201.265-4.85%203.374C2.952%2064.352%200%2079.535%200%2095.35c0%2068.956%2054.405%20125.048%20122.728%20127.79v-64.738c1.898.21%205.272.21%205.272.21s3.374%200%205.272-.21v64.738C201.595%20220.398%20256%20164.306%20256%2095.35c-.21-15.815-2.952-30.998-8.224-44.916m-96.158%2072.963c1.898-1.898%204.428-3.164%207.38-3.164s5.483%201.266%207.38%203.164c1.899%201.897%203.164%204.428%203.164%207.38s-1.265%205.483-3.163%207.38c-1.898%201.899-4.428%203.164-7.38%203.164s-5.483-1.265-7.381-3.163s-3.163-4.429-3.163-7.38c0-2.953%201.265-5.484%203.163-7.381m-47.236%2014.76c-1.898%201.899-4.428%203.164-7.38%203.164s-5.483-1.265-7.38-3.163c-2.11-1.898-3.164-4.429-3.164-7.38c0-2.953%201.265-5.484%203.163-7.381s4.428-3.164%207.38-3.164s5.483%201.266%207.381%203.164c1.898%201.897%203.163%204.428%203.163%207.38c-.21%202.952-1.265%205.483-3.163%207.38%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%20224%22%3E%3Cpath%20fill%3D%22%23128379%22%20d%3D%22M247.776%2050.434c-1.054-2.74-4.218-4.006-6.748-2.952c-1.898.844-3.163%202.742-3.163%204.64c0%20.632%200%201.265.422%201.686c4.85%2012.864%207.591%2026.781%207.591%2041.542c0%2059.678-44.494%20109.233-102.273%20116.613v-55.038c3.584-.632%206.958-1.687%2010.332-2.74v46.18c47.025-11.387%2082.24-53.983%2082.24-105.015c0-40.698-22.563-76.336-55.88-94.682c-2.53-1.476-5.694-.421-6.96%202.32c-.421.633-.421%201.476-.421%202.32c0%201.897%201.054%203.584%202.53%204.428c30.155%2016.659%2050.61%2048.923%2050.61%2085.825c0%2041.542-25.727%2076.969-62.208%2091.308V145.96c6.327-1.898%2010.966-7.802%2010.966-14.972c0-5.904-2.952-10.755-7.802-13.496c3.584-35.427%2019.822-25.937%2019.822-37.324V73.63c0-16.87-39.012-71.908-57.358-73.173h-3.374C107.756%201.723%2068.745%2056.76%2068.745%2073.63v6.537c0%2011.176%2016.026%201.897%2019.822%2037.324c-4.64%202.741-7.592%207.802-7.592%2013.496c0%206.959%204.64%2012.863%2010.966%2014.972v40.91c-36.27-14.34-62.208-49.767-62.208-91.309c0-36.902%2020.455-69.166%2050.61-85.825c2.32-1.265%203.374-4.217%202.108-6.748C81.82%201.09%2079.921.036%2078.023.036q-1.265%200-2.53.632C42.175%2019.014%2019.61%2054.652%2019.61%2095.35c0%2051.032%2035.216%2093.628%2082.662%20105.226v-46.181c3.374%201.054%206.748%202.109%2010.333%202.741v55.038C54.827%20204.583%2010.333%20155.238%2010.333%2095.35c0-14.55%202.741-28.467%207.591-41.542c1.055-2.53-.21-5.482-2.741-6.537c-.633-.21-1.265-.421-1.898-.421c-2.109%200-4.007%201.265-4.85%203.374C2.952%2064.352%200%2079.535%200%2095.35c0%2068.956%2054.405%20125.048%20122.728%20127.79v-64.738c1.898.21%205.272.21%205.272.21s3.374%200%205.272-.21v64.738C201.595%20220.398%20256%20164.306%20256%2095.35c-.21-15.815-2.952-30.998-8.224-44.916m-96.158%2072.963c1.898-1.898%204.428-3.164%207.38-3.164s5.483%201.266%207.38%203.164c1.899%201.897%203.164%204.428%203.164%207.38s-1.265%205.483-3.163%207.38c-1.898%201.899-4.428%203.164-7.38%203.164s-5.483-1.265-7.381-3.163s-3.163-4.429-3.163-7.38c0-2.953%201.265-5.484%203.163-7.381m-47.236%2014.76c-1.898%201.899-4.428%203.164-7.38%203.164s-5.483-1.265-7.38-3.163c-2.11-1.898-3.164-4.429-3.164-7.38c0-2.953%201.265-5.484%203.163-7.381s4.428-3.164%207.38-3.164s5.483%201.266%207.381%203.164c1.898%201.897%203.163%204.428%203.163%207.38c-.21%202.952-1.265%205.483-3.163%207.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/gitkraken.svg?color=%231a73e8&size=48