gitkraken logo
gitkraken from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- gitkraken
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 592×512
- License
- CC BY 4.0
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 592 512"><path fill="currentColor" d="M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6c-5.7 2.4-8.5 8.9-6.3 14.6c10.9 29 16.9 60.5 16.9 93.3c0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8c0-91.8-50.8-171.8-125.8-213.3c-5.7-3.2-13-.9-15.9 5c-2.7 5.5-.6 12.2 4.7 15.1c67.9 37.6 113.9 110 113.9 193.2c0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5c0-13.1-6.8-24.4-17.3-30.5c8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7c-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9c-10.6 6.1-17.3 17.4-17.3 30.5c0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4c0-83.1 46-155.5 113.9-193.2c5.4-3 7.4-9.6 4.7-15.1c-2.9-5.9-10.1-8.2-15.9-5c-75 41.5-125.8 121.5-125.8 213.3c0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3c2.2-5.8-.6-12.2-6.3-14.6c-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4M365.9 275.5c13 0 23.7 10.5 23.7 23.7c0 13.1-10.6 23.7-23.7 23.7c-13 0-23.7-10.5-23.7-23.7c0-13.1 10.6-23.7 23.7-23.7m-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7c0 13-10.5 23.7-23.7 23.7"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsGitkraken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 592 512"><path fill="currentColor" d="M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6c-5.7 2.4-8.5 8.9-6.3 14.6c10.9 29 16.9 60.5 16.9 93.3c0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8c0-91.8-50.8-171.8-125.8-213.3c-5.7-3.2-13-.9-15.9 5c-2.7 5.5-.6 12.2 4.7 15.1c67.9 37.6 113.9 110 113.9 193.2c0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5c0-13.1-6.8-24.4-17.3-30.5c8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7c-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9c-10.6 6.1-17.3 17.4-17.3 30.5c0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4c0-83.1 46-155.5 113.9-193.2c5.4-3 7.4-9.6 4.7-15.1c-2.9-5.9-10.1-8.2-15.9-5c-75 41.5-125.8 121.5-125.8 213.3c0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3c2.2-5.8-.6-12.2-6.3-14.6c-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4M365.9 275.5c13 0 23.7 10.5 23.7 23.7c0 13.1-10.6 23.7-23.7 23.7c-13 0-23.7-10.5-23.7-23.7c0-13.1 10.6-23.7 23.7-23.7m-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7c0 13-10.5 23.7-23.7 23.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 592 512"><path fill="currentColor" d="M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6c-5.7 2.4-8.5 8.9-6.3 14.6c10.9 29 16.9 60.5 16.9 93.3c0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8c0-91.8-50.8-171.8-125.8-213.3c-5.7-3.2-13-.9-15.9 5c-2.7 5.5-.6 12.2 4.7 15.1c67.9 37.6 113.9 110 113.9 193.2c0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5c0-13.1-6.8-24.4-17.3-30.5c8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7c-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9c-10.6 6.1-17.3 17.4-17.3 30.5c0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4c0-83.1 46-155.5 113.9-193.2c5.4-3 7.4-9.6 4.7-15.1c-2.9-5.9-10.1-8.2-15.9-5c-75 41.5-125.8 121.5-125.8 213.3c0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3c2.2-5.8-.6-12.2-6.3-14.6c-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4M365.9 275.5c13 0 23.7 10.5 23.7 23.7c0 13.1-10.6 23.7-23.7 23.7c-13 0-23.7-10.5-23.7-23.7c0-13.1 10.6-23.7 23.7-23.7m-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7c0 13-10.5 23.7-23.7 23.7"/></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%20592%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M565.7%20118.1c-2.3-6.1-9.3-9.2-15.3-6.6c-5.7%202.4-8.5%208.9-6.3%2014.6c10.9%2029%2016.9%2060.5%2016.9%2093.3c0%20134.6-100.3%20245.7-230.2%20262.7V358.4c7.9-1.5%2015.5-3.6%2023-6.2v104c106.7-25.9%20185.9-122.1%20185.9-236.8c0-91.8-50.8-171.8-125.8-213.3c-5.7-3.2-13-.9-15.9%205c-2.7%205.5-.6%2012.2%204.7%2015.1c67.9%2037.6%20113.9%20110%20113.9%20193.2c0%2093.3-57.9%20173.1-139.8%20205.4v-92.2c14.2-4.5%2024.9-17.7%2024.9-33.5c0-13.1-6.8-24.4-17.3-30.5c8.3-79.5%2044.5-58.6%2044.5-83.9V170c0-38-87.9-161.8-129-164.7c-2.5-.2-5-.2-7.6%200C251.1%208.3%20163.2%20132%20163.2%20170v14.8c0%2025.3%2036.3%204.3%2044.5%2083.9c-10.6%206.1-17.3%2017.4-17.3%2030.5c0%2015.8%2010.6%2029%2024.8%2033.5v92.2c-81.9-32.2-139.8-112-139.8-205.4c0-83.1%2046-155.5%20113.9-193.2c5.4-3%207.4-9.6%204.7-15.1c-2.9-5.9-10.1-8.2-15.9-5c-75%2041.5-125.8%20121.5-125.8%20213.3c0%20114.7%2079.2%20210.8%20185.9%20236.8v-104c7.6%202.5%2015.1%204.6%2023%206.2v123.7C131.4%20465.2%2031%20354.1%2031%20219.5c0-32.8%206-64.3%2016.9-93.3c2.2-5.8-.6-12.2-6.3-14.6c-6-2.6-13%20.4-15.3%206.6C14.5%20149.7%208%20183.8%208%20219.5c0%20155.1%20122.6%20281.6%20276.3%20287.8V361.4c6.8.4%2015%20.5%2023.4%200v145.8C461.4%20501.1%20584%20374.6%20584%20219.5c0-35.7-6.5-69.8-18.3-101.4M365.9%20275.5c13%200%2023.7%2010.5%2023.7%2023.7c0%2013.1-10.6%2023.7-23.7%2023.7c-13%200-23.7-10.5-23.7-23.7c0-13.1%2010.6-23.7%2023.7-23.7m-139.8%2047.3c-13.2%200-23.7-10.7-23.7-23.7s10.5-23.7%2023.7-23.7c13.1%200%2023.7%2010.6%2023.7%2023.7c0%2013-10.5%2023.7-23.7%2023.7%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%20592%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M565.7%20118.1c-2.3-6.1-9.3-9.2-15.3-6.6c-5.7%202.4-8.5%208.9-6.3%2014.6c10.9%2029%2016.9%2060.5%2016.9%2093.3c0%20134.6-100.3%20245.7-230.2%20262.7V358.4c7.9-1.5%2015.5-3.6%2023-6.2v104c106.7-25.9%20185.9-122.1%20185.9-236.8c0-91.8-50.8-171.8-125.8-213.3c-5.7-3.2-13-.9-15.9%205c-2.7%205.5-.6%2012.2%204.7%2015.1c67.9%2037.6%20113.9%20110%20113.9%20193.2c0%2093.3-57.9%20173.1-139.8%20205.4v-92.2c14.2-4.5%2024.9-17.7%2024.9-33.5c0-13.1-6.8-24.4-17.3-30.5c8.3-79.5%2044.5-58.6%2044.5-83.9V170c0-38-87.9-161.8-129-164.7c-2.5-.2-5-.2-7.6%200C251.1%208.3%20163.2%20132%20163.2%20170v14.8c0%2025.3%2036.3%204.3%2044.5%2083.9c-10.6%206.1-17.3%2017.4-17.3%2030.5c0%2015.8%2010.6%2029%2024.8%2033.5v92.2c-81.9-32.2-139.8-112-139.8-205.4c0-83.1%2046-155.5%20113.9-193.2c5.4-3%207.4-9.6%204.7-15.1c-2.9-5.9-10.1-8.2-15.9-5c-75%2041.5-125.8%20121.5-125.8%20213.3c0%20114.7%2079.2%20210.8%20185.9%20236.8v-104c7.6%202.5%2015.1%204.6%2023%206.2v123.7C131.4%20465.2%2031%20354.1%2031%20219.5c0-32.8%206-64.3%2016.9-93.3c2.2-5.8-.6-12.2-6.3-14.6c-6-2.6-13%20.4-15.3%206.6C14.5%20149.7%208%20183.8%208%20219.5c0%20155.1%20122.6%20281.6%20276.3%20287.8V361.4c6.8.4%2015%20.5%2023.4%200v145.8C461.4%20501.1%20584%20374.6%20584%20219.5c0-35.7-6.5-69.8-18.3-101.4M365.9%20275.5c13%200%2023.7%2010.5%2023.7%2023.7c0%2013.1-10.6%2023.7-23.7%2023.7c-13%200-23.7-10.5-23.7-23.7c0-13.1%2010.6-23.7%2023.7-23.7m-139.8%2047.3c-13.2%200-23.7-10.7-23.7-23.7s10.5-23.7%2023.7-23.7c13.1%200%2023.7%2010.6%2023.7%2023.7c0%2013-10.5%2023.7-23.7%2023.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/gitkraken.svg?color=%231a73e8&size=48