gitkraken logo
gitkraken from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gitkraken
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.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 24 24"><path fill="currentColor" d="M23.225 6.252a.478.478 0 0 0-.923.171a1 1 0 0 0 .026.171c2.15 5.71-.751 12.077-6.46 14.226a11 11 0 0 1-2.426.607v-5.155c.33-.066.646-.158.962-.264v4.338c5.445-1.332 8.794-6.817 7.463-12.262a10.15 10.15 0 0 0-4.958-6.487a.47.47 0 0 0-.646.185a.47.47 0 0 0 .185.646c4.443 2.452 6.051 8.056 3.6 12.499a9.13 9.13 0 0 1-4.681 4.1v-3.836a1.47 1.47 0 0 0 1.028-1.398c0-.527-.264-1.002-.725-1.266c.343-3.309 1.859-2.439 1.859-3.493v-.62c0-1.582-3.665-6.737-5.38-6.856h-.316c-1.714.119-5.379 5.274-5.379 6.856v.62c0 1.054 1.503.184 1.859 3.493a1.46 1.46 0 0 0-.725 1.266c0 .646.422 1.2 1.028 1.398v3.836C3.91 17.168 1.59 11.83 3.448 7.11a9.24 9.24 0 0 1 4.1-4.68a.48.48 0 0 0 .185-.66a.49.49 0 0 0-.422-.237a.44.44 0 0 0-.224.065a10.14 10.14 0 0 0-3.982 13.791a10.15 10.15 0 0 0 6.487 4.958V16.02c.316.106.633.198.962.264v5.155C4.503 20.636.257 15.085 1.062 9.034a11 11 0 0 1 .606-2.426a.49.49 0 0 0-.277-.62a.494.494 0 0 0-.62.277c-2.333 6.21.805 13.131 7.015 15.452c1.2.448 2.452.699 3.73.751v-6.09c.172.012.489.012.489.012s.316 0 .488-.013v6.078c6.631-.277 11.773-5.867 11.496-12.499a12.5 12.5 0 0 0-.764-3.704m-9.019 6.842a.995.995 0 0 1 1.398 0a.995.995 0 0 1 0 1.398a.995.995 0 0 1-1.398 0a.99.99 0 0 1 0-1.398m-4.43 1.398a.98.98 0 0 1-1.384 0a.995.995 0 0 1 0-1.398a.995.995 0 0 1 1.398 0a.983.983 0 0 1-.013 1.398z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGitkraken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.225 6.252a.478.478 0 0 0-.923.171a1 1 0 0 0 .026.171c2.15 5.71-.751 12.077-6.46 14.226a11 11 0 0 1-2.426.607v-5.155c.33-.066.646-.158.962-.264v4.338c5.445-1.332 8.794-6.817 7.463-12.262a10.15 10.15 0 0 0-4.958-6.487a.47.47 0 0 0-.646.185a.47.47 0 0 0 .185.646c4.443 2.452 6.051 8.056 3.6 12.499a9.13 9.13 0 0 1-4.681 4.1v-3.836a1.47 1.47 0 0 0 1.028-1.398c0-.527-.264-1.002-.725-1.266c.343-3.309 1.859-2.439 1.859-3.493v-.62c0-1.582-3.665-6.737-5.38-6.856h-.316c-1.714.119-5.379 5.274-5.379 6.856v.62c0 1.054 1.503.184 1.859 3.493a1.46 1.46 0 0 0-.725 1.266c0 .646.422 1.2 1.028 1.398v3.836C3.91 17.168 1.59 11.83 3.448 7.11a9.24 9.24 0 0 1 4.1-4.68a.48.48 0 0 0 .185-.66a.49.49 0 0 0-.422-.237a.44.44 0 0 0-.224.065a10.14 10.14 0 0 0-3.982 13.791a10.15 10.15 0 0 0 6.487 4.958V16.02c.316.106.633.198.962.264v5.155C4.503 20.636.257 15.085 1.062 9.034a11 11 0 0 1 .606-2.426a.49.49 0 0 0-.277-.62a.494.494 0 0 0-.62.277c-2.333 6.21.805 13.131 7.015 15.452c1.2.448 2.452.699 3.73.751v-6.09c.172.012.489.012.489.012s.316 0 .488-.013v6.078c6.631-.277 11.773-5.867 11.496-12.499a12.5 12.5 0 0 0-.764-3.704m-9.019 6.842a.995.995 0 0 1 1.398 0a.995.995 0 0 1 0 1.398a.995.995 0 0 1-1.398 0a.99.99 0 0 1 0-1.398m-4.43 1.398a.98.98 0 0 1-1.384 0a.995.995 0 0 1 0-1.398a.995.995 0 0 1 1.398 0a.983.983 0 0 1-.013 1.398z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.225 6.252a.478.478 0 0 0-.923.171a1 1 0 0 0 .026.171c2.15 5.71-.751 12.077-6.46 14.226a11 11 0 0 1-2.426.607v-5.155c.33-.066.646-.158.962-.264v4.338c5.445-1.332 8.794-6.817 7.463-12.262a10.15 10.15 0 0 0-4.958-6.487a.47.47 0 0 0-.646.185a.47.47 0 0 0 .185.646c4.443 2.452 6.051 8.056 3.6 12.499a9.13 9.13 0 0 1-4.681 4.1v-3.836a1.47 1.47 0 0 0 1.028-1.398c0-.527-.264-1.002-.725-1.266c.343-3.309 1.859-2.439 1.859-3.493v-.62c0-1.582-3.665-6.737-5.38-6.856h-.316c-1.714.119-5.379 5.274-5.379 6.856v.62c0 1.054 1.503.184 1.859 3.493a1.46 1.46 0 0 0-.725 1.266c0 .646.422 1.2 1.028 1.398v3.836C3.91 17.168 1.59 11.83 3.448 7.11a9.24 9.24 0 0 1 4.1-4.68a.48.48 0 0 0 .185-.66a.49.49 0 0 0-.422-.237a.44.44 0 0 0-.224.065a10.14 10.14 0 0 0-3.982 13.791a10.15 10.15 0 0 0 6.487 4.958V16.02c.316.106.633.198.962.264v5.155C4.503 20.636.257 15.085 1.062 9.034a11 11 0 0 1 .606-2.426a.49.49 0 0 0-.277-.62a.494.494 0 0 0-.62.277c-2.333 6.21.805 13.131 7.015 15.452c1.2.448 2.452.699 3.73.751v-6.09c.172.012.489.012.489.012s.316 0 .488-.013v6.078c6.631-.277 11.773-5.867 11.496-12.499a12.5 12.5 0 0 0-.764-3.704m-9.019 6.842a.995.995 0 0 1 1.398 0a.995.995 0 0 1 0 1.398a.995.995 0 0 1-1.398 0a.99.99 0 0 1 0-1.398m-4.43 1.398a.98.98 0 0 1-1.384 0a.995.995 0 0 1 0-1.398a.995.995 0 0 1 1.398 0a.983.983 0 0 1-.013 1.398z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.225%206.252a.478.478%200%200%200-.923.171a1%201%200%200%200%20.026.171c2.15%205.71-.751%2012.077-6.46%2014.226a11%2011%200%200%201-2.426.607v-5.155c.33-.066.646-.158.962-.264v4.338c5.445-1.332%208.794-6.817%207.463-12.262a10.15%2010.15%200%200%200-4.958-6.487a.47.47%200%200%200-.646.185a.47.47%200%200%200%20.185.646c4.443%202.452%206.051%208.056%203.6%2012.499a9.13%209.13%200%200%201-4.681%204.1v-3.836a1.47%201.47%200%200%200%201.028-1.398c0-.527-.264-1.002-.725-1.266c.343-3.309%201.859-2.439%201.859-3.493v-.62c0-1.582-3.665-6.737-5.38-6.856h-.316c-1.714.119-5.379%205.274-5.379%206.856v.62c0%201.054%201.503.184%201.859%203.493a1.46%201.46%200%200%200-.725%201.266c0%20.646.422%201.2%201.028%201.398v3.836C3.91%2017.168%201.59%2011.83%203.448%207.11a9.24%209.24%200%200%201%204.1-4.68a.48.48%200%200%200%20.185-.66a.49.49%200%200%200-.422-.237a.44.44%200%200%200-.224.065a10.14%2010.14%200%200%200-3.982%2013.791a10.15%2010.15%200%200%200%206.487%204.958V16.02c.316.106.633.198.962.264v5.155C4.503%2020.636.257%2015.085%201.062%209.034a11%2011%200%200%201%20.606-2.426a.49.49%200%200%200-.277-.62a.494.494%200%200%200-.62.277c-2.333%206.21.805%2013.131%207.015%2015.452c1.2.448%202.452.699%203.73.751v-6.09c.172.012.489.012.489.012s.316%200%20.488-.013v6.078c6.631-.277%2011.773-5.867%2011.496-12.499a12.5%2012.5%200%200%200-.764-3.704m-9.019%206.842a.995.995%200%200%201%201.398%200a.995.995%200%200%201%200%201.398a.995.995%200%200%201-1.398%200a.99.99%200%200%201%200-1.398m-4.43%201.398a.98.98%200%200%201-1.384%200a.995.995%200%200%201%200-1.398a.995.995%200%200%201%201.398%200a.983.983%200%200%201-.013%201.398z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.225%206.252a.478.478%200%200%200-.923.171a1%201%200%200%200%20.026.171c2.15%205.71-.751%2012.077-6.46%2014.226a11%2011%200%200%201-2.426.607v-5.155c.33-.066.646-.158.962-.264v4.338c5.445-1.332%208.794-6.817%207.463-12.262a10.15%2010.15%200%200%200-4.958-6.487a.47.47%200%200%200-.646.185a.47.47%200%200%200%20.185.646c4.443%202.452%206.051%208.056%203.6%2012.499a9.13%209.13%200%200%201-4.681%204.1v-3.836a1.47%201.47%200%200%200%201.028-1.398c0-.527-.264-1.002-.725-1.266c.343-3.309%201.859-2.439%201.859-3.493v-.62c0-1.582-3.665-6.737-5.38-6.856h-.316c-1.714.119-5.379%205.274-5.379%206.856v.62c0%201.054%201.503.184%201.859%203.493a1.46%201.46%200%200%200-.725%201.266c0%20.646.422%201.2%201.028%201.398v3.836C3.91%2017.168%201.59%2011.83%203.448%207.11a9.24%209.24%200%200%201%204.1-4.68a.48.48%200%200%200%20.185-.66a.49.49%200%200%200-.422-.237a.44.44%200%200%200-.224.065a10.14%2010.14%200%200%200-3.982%2013.791a10.15%2010.15%200%200%200%206.487%204.958V16.02c.316.106.633.198.962.264v5.155C4.503%2020.636.257%2015.085%201.062%209.034a11%2011%200%200%201%20.606-2.426a.49.49%200%200%200-.277-.62a.494.494%200%200%200-.62.277c-2.333%206.21.805%2013.131%207.015%2015.452c1.2.448%202.452.699%203.73.751v-6.09c.172.012.489.012.489.012s.316%200%20.488-.013v6.078c6.631-.277%2011.773-5.867%2011.496-12.499a12.5%2012.5%200%200%200-.764-3.704m-9.019%206.842a.995.995%200%200%201%201.398%200a.995.995%200%200%201%200%201.398a.995.995%200%200%201-1.398%200a.99.99%200%200%201%200-1.398m-4.43%201.398a.98.98%200%200%201-1.384%200a.995.995%200%200%201%200-1.398a.995.995%200%200%201%201.398%200a.983.983%200%200%201-.013%201.398z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gitkraken.svg?color=%231a73e8&size=48