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

Name
bity
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
496×512
License
CC BY 4.0

The same logo in other sets

Use the bity logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5c-84.8-82.4-215.8-80.3-298.9-3.2c-16.3 15.1-36.5-8.3-21.8-22.1m98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1c-32.1 127.4 41.1 259.8 169.8 298.1m148.1-2c121.9-40.2 192.9-166.9 164.4-291c-4.5-19.7-34.9-13.8-30 7.9c24.2 107.7-37.1 217.9-143.2 253.4c-21.2 7-10.4 36 8.8 29.7m-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8s-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8m71-269c2.1 90.9 4.7 131.9-85.5 132.5c-92.5-.7-86.9-44.3-85.5-132.5c0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1c57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsBity(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5c-84.8-82.4-215.8-80.3-298.9-3.2c-16.3 15.1-36.5-8.3-21.8-22.1m98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1c-32.1 127.4 41.1 259.8 169.8 298.1m148.1-2c121.9-40.2 192.9-166.9 164.4-291c-4.5-19.7-34.9-13.8-30 7.9c24.2 107.7-37.1 217.9-143.2 253.4c-21.2 7-10.4 36 8.8 29.7m-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8s-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8m71-269c2.1 90.9 4.7 131.9-85.5 132.5c-92.5-.7-86.9-44.3-85.5-132.5c0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1c57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5c-84.8-82.4-215.8-80.3-298.9-3.2c-16.3 15.1-36.5-8.3-21.8-22.1m98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1c-32.1 127.4 41.1 259.8 169.8 298.1m148.1-2c121.9-40.2 192.9-166.9 164.4-291c-4.5-19.7-34.9-13.8-30 7.9c24.2 107.7-37.1 217.9-143.2 253.4c-21.2 7-10.4 36 8.8 29.7m-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8s-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8m71-269c2.1 90.9 4.7 131.9-85.5 132.5c-92.5-.7-86.9-44.3-85.5-132.5c0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1c57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0"/></svg>
</template>

CSS

.icon-bity {
  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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M78.4%2067.2C173.8-22%20324.5-24%20421.5%2071c14.3%2014.1-6.4%2037.1-22.4%2021.5c-84.8-82.4-215.8-80.3-298.9-3.2c-16.3%2015.1-36.5-8.3-21.8-22.1m98.9%20418.6c19.3%205.7%2029.3-23.6%207.9-30C73%20421.9%209.4%20306.1%2037.7%20194.8c5-19.6-24.9-28.1-30.2-7.1c-32.1%20127.4%2041.1%20259.8%20169.8%20298.1m148.1-2c121.9-40.2%20192.9-166.9%20164.4-291c-4.5-19.7-34.9-13.8-30%207.9c24.2%20107.7-37.1%20217.9-143.2%20253.4c-21.2%207-10.4%2036%208.8%2029.7m-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8s-14.8%206.7-14.8%2014.8l-.2%2071.8c0%208.2%206.6%2014.8%2014.8%2014.8s14.8-6.6%2014.8-14.8m71-269c2.1%2090.9%204.7%20131.9-85.5%20132.5c-92.5-.7-86.9-44.3-85.5-132.5c0-21.8-32.5-19.6-32.5%200v71.6c0%2069.3%2060.7%2090.9%20118%2090.1c57.3.8%20118-20.8%20118-90.1v-71.6c0-19.6-32.5-21.8-32.5%200%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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M78.4%2067.2C173.8-22%20324.5-24%20421.5%2071c14.3%2014.1-6.4%2037.1-22.4%2021.5c-84.8-82.4-215.8-80.3-298.9-3.2c-16.3%2015.1-36.5-8.3-21.8-22.1m98.9%20418.6c19.3%205.7%2029.3-23.6%207.9-30C73%20421.9%209.4%20306.1%2037.7%20194.8c5-19.6-24.9-28.1-30.2-7.1c-32.1%20127.4%2041.1%20259.8%20169.8%20298.1m148.1-2c121.9-40.2%20192.9-166.9%20164.4-291c-4.5-19.7-34.9-13.8-30%207.9c24.2%20107.7-37.1%20217.9-143.2%20253.4c-21.2%207-10.4%2036%208.8%2029.7m-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8s-14.8%206.7-14.8%2014.8l-.2%2071.8c0%208.2%206.6%2014.8%2014.8%2014.8s14.8-6.6%2014.8-14.8m71-269c2.1%2090.9%204.7%20131.9-85.5%20132.5c-92.5-.7-86.9-44.3-85.5-132.5c0-21.8-32.5-19.6-32.5%200v71.6c0%2069.3%2060.7%2090.9%20118%2090.1c57.3.8%20118-20.8%20118-90.1v-71.6c0-19.6-32.5-21.8-32.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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