keybase from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
keybase
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the keybase logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M286.17 419a18 18 0 1 0 18 18a18 18 0 0 0-18-18m111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77c-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33c-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33c4.21-1.87 10-6.92 3.75-20.11a178.3 178.3 0 0 1-15.76-53.13l46.82-59.83l-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59c34.2 10.05 67.45.69 84.74-23.84c.72-1 1.2-2.16 1.85-3.22a156 156 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64c-2.52 6.46 1.76 14.5 8.6 15.74c7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92M142.37 128.58l-15.7-.93l-1.39 21.79l13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144 144 0 0 0-7 19.17m148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49l-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18l-14.14-16.74l-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42a10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44M187.44 419a18 18 0 1 0 18 18a18 18 0 0 0-18-18"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsKeybase(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M286.17 419a18 18 0 1 0 18 18a18 18 0 0 0-18-18m111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77c-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33c-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33c4.21-1.87 10-6.92 3.75-20.11a178.3 178.3 0 0 1-15.76-53.13l46.82-59.83l-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59c34.2 10.05 67.45.69 84.74-23.84c.72-1 1.2-2.16 1.85-3.22a156 156 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64c-2.52 6.46 1.76 14.5 8.6 15.74c7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92M142.37 128.58l-15.7-.93l-1.39 21.79l13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144 144 0 0 0-7 19.17m148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49l-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18l-14.14-16.74l-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42a10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44M187.44 419a18 18 0 1 0 18 18a18 18 0 0 0-18-18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M286.17 419a18 18 0 1 0 18 18a18 18 0 0 0-18-18m111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77c-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33c-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33c4.21-1.87 10-6.92 3.75-20.11a178.3 178.3 0 0 1-15.76-53.13l46.82-59.83l-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59c34.2 10.05 67.45.69 84.74-23.84c.72-1 1.2-2.16 1.85-3.22a156 156 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64c-2.52 6.46 1.76 14.5 8.6 15.74c7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92M142.37 128.58l-15.7-.93l-1.39 21.79l13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144 144 0 0 0-7 19.17m148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49l-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18l-14.14-16.74l-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42a10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44M187.44 419a18 18 0 1 0 18 18a18 18 0 0 0-18-18"/></svg>
</template>

CSS

.icon-keybase {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M286.17%20419a18%2018%200%201%200%2018%2018a18%2018%200%200%200-18-18m111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43%2078.43%200%200%200-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77c-.6-2-1.89-11%209.4-35L198.66%2032l-5.48%207.56c-8.69%2012.06-16.92%2023.55-24.34%2034.89a51%2051%200%200%200-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33c-50.61%200-50.75%2052.12-50.75%2045.88l-2.36%2036.68c-1.61%2027%2019.75%2050.21%2047.63%2051.85l8.93.54a214%20214%200%200%200-46.29%2035.54C14%20304.66%2014%20374%2014%20429.77v33.64l23.32-29.8a148.6%20148.6%200%200%200%2014.56%2037.56c5.78%2010.13%2014.87%209.45%2019.64%207.33c4.21-1.87%2010-6.92%203.75-20.11a178.3%20178.3%200%200%201-15.76-53.13l46.82-59.83l-24.66%2074.11c58.23-42.4%20157.38-61.76%20236.25-38.59c34.2%2010.05%2067.45.69%2084.74-23.84c.72-1%201.2-2.16%201.85-3.22a156%20156%200%200%201%202.8%2028.43c0%2023.3-3.69%2052.93-14.88%2081.64c-2.52%206.46%201.76%2014.5%208.6%2015.74c7.42%201.57%2015.33-3.1%2018.37-11.15C429%20443%20434%20414%20434%20382.32c0-38.58-13-77.46-35.91-110.92M142.37%20128.58l-15.7-.93l-1.39%2021.79l13.13.78a93%2093%200%200%200%20.32%2019.57l-22.38-1.34a12.28%2012.28%200%200%201-11.76-12.79L107%20119c1-12.17%2013.87-11.27%2013.26-11.32l29.11%201.73a144%20144%200%200%200-7%2019.17m148.42%20172.18a10.51%2010.51%200%200%201-14.35-1.39l-9.68-11.49l-34.42%2027a8.09%208.09%200%200%201-11.13-1.08l-15.78-18.64a7.38%207.38%200%200%201%201.34-10.34l34.57-27.18l-14.14-16.74l-17.09%2013.45a7.75%207.75%200%200%201-10.59-1s-3.72-4.42-3.8-4.53a7.38%207.38%200%200%201%201.37-10.34L214%20225.19s-18.51-22-18.6-22.14a9.56%209.56%200%200%201%201.74-13.42a10.38%2010.38%200%200%201%2014.3%201.37l81.09%2096.32a9.58%209.58%200%200%201-1.74%2013.44M187.44%20419a18%2018%200%201%200%2018%2018a18%2018%200%200%200-18-18%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M286.17%20419a18%2018%200%201%200%2018%2018a18%2018%200%200%200-18-18m111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43%2078.43%200%200%200-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77c-.6-2-1.89-11%209.4-35L198.66%2032l-5.48%207.56c-8.69%2012.06-16.92%2023.55-24.34%2034.89a51%2051%200%200%200-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33c-50.61%200-50.75%2052.12-50.75%2045.88l-2.36%2036.68c-1.61%2027%2019.75%2050.21%2047.63%2051.85l8.93.54a214%20214%200%200%200-46.29%2035.54C14%20304.66%2014%20374%2014%20429.77v33.64l23.32-29.8a148.6%20148.6%200%200%200%2014.56%2037.56c5.78%2010.13%2014.87%209.45%2019.64%207.33c4.21-1.87%2010-6.92%203.75-20.11a178.3%20178.3%200%200%201-15.76-53.13l46.82-59.83l-24.66%2074.11c58.23-42.4%20157.38-61.76%20236.25-38.59c34.2%2010.05%2067.45.69%2084.74-23.84c.72-1%201.2-2.16%201.85-3.22a156%20156%200%200%201%202.8%2028.43c0%2023.3-3.69%2052.93-14.88%2081.64c-2.52%206.46%201.76%2014.5%208.6%2015.74c7.42%201.57%2015.33-3.1%2018.37-11.15C429%20443%20434%20414%20434%20382.32c0-38.58-13-77.46-35.91-110.92M142.37%20128.58l-15.7-.93l-1.39%2021.79l13.13.78a93%2093%200%200%200%20.32%2019.57l-22.38-1.34a12.28%2012.28%200%200%201-11.76-12.79L107%20119c1-12.17%2013.87-11.27%2013.26-11.32l29.11%201.73a144%20144%200%200%200-7%2019.17m148.42%20172.18a10.51%2010.51%200%200%201-14.35-1.39l-9.68-11.49l-34.42%2027a8.09%208.09%200%200%201-11.13-1.08l-15.78-18.64a7.38%207.38%200%200%201%201.34-10.34l34.57-27.18l-14.14-16.74l-17.09%2013.45a7.75%207.75%200%200%201-10.59-1s-3.72-4.42-3.8-4.53a7.38%207.38%200%200%201%201.37-10.34L214%20225.19s-18.51-22-18.6-22.14a9.56%209.56%200%200%201%201.74-13.42a10.38%2010.38%200%200%201%2014.3%201.37l81.09%2096.32a9.58%209.58%200%200%201-1.74%2013.44M187.44%20419a18%2018%200%201%200%2018%2018a18%2018%200%200%200-18-18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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