gitkraken icon
gitkraken from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- gitkraken
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the gitkraken icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.12 5.002a.52.52 0 0 0-.516.293a.53.53 0 0 0 .212.691a10.11 10.11 0 0 1 5.141 8.84c0 4.27-2.615 7.92-6.31 9.399v-4.22a1.62 1.62 0 0 0 1.124-1.532c0-.6-.307-1.117-.78-1.397c.374-3.638 2.007-2.68 2.007-3.838v-.674c0-1.739-3.967-7.403-5.822-7.535a2 2 0 0 0-.344 0c-1.86.137-5.826 5.797-5.826 7.535v.678c0 1.158 1.64.196 2.01 3.838a1.6 1.6 0 0 0-.782 1.397c0 .723.479 1.327 1.12 1.533v4.219c-3.697-1.473-6.311-5.125-6.311-9.399c0-3.802 2.076-7.115 5.14-8.84a.527.527 0 0 0 .213-.691a.517.517 0 0 0-.718-.229A11.17 11.17 0 0 0 5 14.83c0 5.248 3.575 9.647 8.39 10.836v-4.76c.344.114.684.211 1.04.285v5.66c-5.86-.776-10.393-5.862-10.393-12.02c0-1.502.272-2.941.764-4.268a.525.525 0 0 0-.283-.668a.516.516 0 0 0-.692.3A13.3 13.3 0 0 0 3 14.83C3 21.927 8.535 27.716 15.473 28v-6.676c.307.018.675.023 1.054 0v6.67C23.465 27.715 29 21.927 29 14.83a13.4 13.4 0 0 0-.826-4.639a.52.52 0 1 0-.975.366a12.3 12.3 0 0 1 .764 4.27c0 6.158-4.529 11.243-10.393 12.02v-5.66a7 7 0 0 0 1.04-.285v4.76C23.424 24.477 27 20.075 27 14.826a11.17 11.17 0 0 0-5.678-9.76a.5.5 0 0 0-.203-.064zm-8.274 12.389c.59 0 1.068.485 1.068 1.084c0 .594-.472 1.084-1.068 1.084s-1.07-.49-1.07-1.084s.474-1.084 1.07-1.084m6.308.002c.587 0 1.07.48 1.07 1.084c0 .599-.478 1.084-1.07 1.084c-.587 0-1.068-.48-1.068-1.084c0-.6.477-1.084 1.068-1.084"/></svg>
React
import type { SVGProps } from "react";
export function LaGitkraken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.12 5.002a.52.52 0 0 0-.516.293a.53.53 0 0 0 .212.691a10.11 10.11 0 0 1 5.141 8.84c0 4.27-2.615 7.92-6.31 9.399v-4.22a1.62 1.62 0 0 0 1.124-1.532c0-.6-.307-1.117-.78-1.397c.374-3.638 2.007-2.68 2.007-3.838v-.674c0-1.739-3.967-7.403-5.822-7.535a2 2 0 0 0-.344 0c-1.86.137-5.826 5.797-5.826 7.535v.678c0 1.158 1.64.196 2.01 3.838a1.6 1.6 0 0 0-.782 1.397c0 .723.479 1.327 1.12 1.533v4.219c-3.697-1.473-6.311-5.125-6.311-9.399c0-3.802 2.076-7.115 5.14-8.84a.527.527 0 0 0 .213-.691a.517.517 0 0 0-.718-.229A11.17 11.17 0 0 0 5 14.83c0 5.248 3.575 9.647 8.39 10.836v-4.76c.344.114.684.211 1.04.285v5.66c-5.86-.776-10.393-5.862-10.393-12.02c0-1.502.272-2.941.764-4.268a.525.525 0 0 0-.283-.668a.516.516 0 0 0-.692.3A13.3 13.3 0 0 0 3 14.83C3 21.927 8.535 27.716 15.473 28v-6.676c.307.018.675.023 1.054 0v6.67C23.465 27.715 29 21.927 29 14.83a13.4 13.4 0 0 0-.826-4.639a.52.52 0 1 0-.975.366a12.3 12.3 0 0 1 .764 4.27c0 6.158-4.529 11.243-10.393 12.02v-5.66a7 7 0 0 0 1.04-.285v4.76C23.424 24.477 27 20.075 27 14.826a11.17 11.17 0 0 0-5.678-9.76a.5.5 0 0 0-.203-.064zm-8.274 12.389c.59 0 1.068.485 1.068 1.084c0 .594-.472 1.084-1.068 1.084s-1.07-.49-1.07-1.084s.474-1.084 1.07-1.084m6.308.002c.587 0 1.07.48 1.07 1.084c0 .599-.478 1.084-1.07 1.084c-.587 0-1.068-.48-1.068-1.084c0-.6.477-1.084 1.068-1.084"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.12 5.002a.52.52 0 0 0-.516.293a.53.53 0 0 0 .212.691a10.11 10.11 0 0 1 5.141 8.84c0 4.27-2.615 7.92-6.31 9.399v-4.22a1.62 1.62 0 0 0 1.124-1.532c0-.6-.307-1.117-.78-1.397c.374-3.638 2.007-2.68 2.007-3.838v-.674c0-1.739-3.967-7.403-5.822-7.535a2 2 0 0 0-.344 0c-1.86.137-5.826 5.797-5.826 7.535v.678c0 1.158 1.64.196 2.01 3.838a1.6 1.6 0 0 0-.782 1.397c0 .723.479 1.327 1.12 1.533v4.219c-3.697-1.473-6.311-5.125-6.311-9.399c0-3.802 2.076-7.115 5.14-8.84a.527.527 0 0 0 .213-.691a.517.517 0 0 0-.718-.229A11.17 11.17 0 0 0 5 14.83c0 5.248 3.575 9.647 8.39 10.836v-4.76c.344.114.684.211 1.04.285v5.66c-5.86-.776-10.393-5.862-10.393-12.02c0-1.502.272-2.941.764-4.268a.525.525 0 0 0-.283-.668a.516.516 0 0 0-.692.3A13.3 13.3 0 0 0 3 14.83C3 21.927 8.535 27.716 15.473 28v-6.676c.307.018.675.023 1.054 0v6.67C23.465 27.715 29 21.927 29 14.83a13.4 13.4 0 0 0-.826-4.639a.52.52 0 1 0-.975.366a12.3 12.3 0 0 1 .764 4.27c0 6.158-4.529 11.243-10.393 12.02v-5.66a7 7 0 0 0 1.04-.285v4.76C23.424 24.477 27 20.075 27 14.826a11.17 11.17 0 0 0-5.678-9.76a.5.5 0 0 0-.203-.064zm-8.274 12.389c.59 0 1.068.485 1.068 1.084c0 .594-.472 1.084-1.068 1.084s-1.07-.49-1.07-1.084s.474-1.084 1.07-1.084m6.308.002c.587 0 1.07.48 1.07 1.084c0 .599-.478 1.084-1.07 1.084c-.587 0-1.068-.48-1.068-1.084c0-.6.477-1.084 1.068-1.084"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.12%205.002a.52.52%200%200%200-.516.293a.53.53%200%200%200%20.212.691a10.11%2010.11%200%200%201%205.141%208.84c0%204.27-2.615%207.92-6.31%209.399v-4.22a1.62%201.62%200%200%200%201.124-1.532c0-.6-.307-1.117-.78-1.397c.374-3.638%202.007-2.68%202.007-3.838v-.674c0-1.739-3.967-7.403-5.822-7.535a2%202%200%200%200-.344%200c-1.86.137-5.826%205.797-5.826%207.535v.678c0%201.158%201.64.196%202.01%203.838a1.6%201.6%200%200%200-.782%201.397c0%20.723.479%201.327%201.12%201.533v4.219c-3.697-1.473-6.311-5.125-6.311-9.399c0-3.802%202.076-7.115%205.14-8.84a.527.527%200%200%200%20.213-.691a.517.517%200%200%200-.718-.229A11.17%2011.17%200%200%200%205%2014.83c0%205.248%203.575%209.647%208.39%2010.836v-4.76c.344.114.684.211%201.04.285v5.66c-5.86-.776-10.393-5.862-10.393-12.02c0-1.502.272-2.941.764-4.268a.525.525%200%200%200-.283-.668a.516.516%200%200%200-.692.3A13.3%2013.3%200%200%200%203%2014.83C3%2021.927%208.535%2027.716%2015.473%2028v-6.676c.307.018.675.023%201.054%200v6.67C23.465%2027.715%2029%2021.927%2029%2014.83a13.4%2013.4%200%200%200-.826-4.639a.52.52%200%201%200-.975.366a12.3%2012.3%200%200%201%20.764%204.27c0%206.158-4.529%2011.243-10.393%2012.02v-5.66a7%207%200%200%200%201.04-.285v4.76C23.424%2024.477%2027%2020.075%2027%2014.826a11.17%2011.17%200%200%200-5.678-9.76a.5.5%200%200%200-.203-.064zm-8.274%2012.389c.59%200%201.068.485%201.068%201.084c0%20.594-.472%201.084-1.068%201.084s-1.07-.49-1.07-1.084s.474-1.084%201.07-1.084m6.308.002c.587%200%201.07.48%201.07%201.084c0%20.599-.478%201.084-1.07%201.084c-.587%200-1.068-.48-1.068-1.084c0-.6.477-1.084%201.068-1.084%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.12%205.002a.52.52%200%200%200-.516.293a.53.53%200%200%200%20.212.691a10.11%2010.11%200%200%201%205.141%208.84c0%204.27-2.615%207.92-6.31%209.399v-4.22a1.62%201.62%200%200%200%201.124-1.532c0-.6-.307-1.117-.78-1.397c.374-3.638%202.007-2.68%202.007-3.838v-.674c0-1.739-3.967-7.403-5.822-7.535a2%202%200%200%200-.344%200c-1.86.137-5.826%205.797-5.826%207.535v.678c0%201.158%201.64.196%202.01%203.838a1.6%201.6%200%200%200-.782%201.397c0%20.723.479%201.327%201.12%201.533v4.219c-3.697-1.473-6.311-5.125-6.311-9.399c0-3.802%202.076-7.115%205.14-8.84a.527.527%200%200%200%20.213-.691a.517.517%200%200%200-.718-.229A11.17%2011.17%200%200%200%205%2014.83c0%205.248%203.575%209.647%208.39%2010.836v-4.76c.344.114.684.211%201.04.285v5.66c-5.86-.776-10.393-5.862-10.393-12.02c0-1.502.272-2.941.764-4.268a.525.525%200%200%200-.283-.668a.516.516%200%200%200-.692.3A13.3%2013.3%200%200%200%203%2014.83C3%2021.927%208.535%2027.716%2015.473%2028v-6.676c.307.018.675.023%201.054%200v6.67C23.465%2027.715%2029%2021.927%2029%2014.83a13.4%2013.4%200%200%200-.826-4.639a.52.52%200%201%200-.975.366a12.3%2012.3%200%200%201%20.764%204.27c0%206.158-4.529%2011.243-10.393%2012.02v-5.66a7%207%200%200%200%201.04-.285v4.76C23.424%2024.477%2027%2020.075%2027%2014.826a11.17%2011.17%200%200%200-5.678-9.76a.5.5%200%200%200-.203-.064zm-8.274%2012.389c.59%200%201.068.485%201.068%201.084c0%20.594-.472%201.084-1.068%201.084s-1.07-.49-1.07-1.084s.474-1.084%201.07-1.084m6.308.002c.587%200%201.07.48%201.07%201.084c0%20.599-.478%201.084-1.07%201.084c-.587%200-1.068-.48-1.068-1.084c0-.6.477-1.084%201.068-1.084%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/gitkraken.svg?color=%231a73e8&size=48