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

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

The same logo in other sets

Use the forumbee logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M5.8 309.7C2 292.7 0 275.5 0 258.3C0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7m392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312c12.5 18.1 28 35.6 45.2 49c43.1-151.3 161.2-271.7 312.3-315.7m15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8c-79.4 42.9-145 110.6-187.6 190.3c30-4.4 58.9-15.3 84.6-31.3c35 13.1 70.9 24.3 107 33.6c-9.3-36.5-20.4-74.5-33.5-109.8m29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsForumbee(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="M5.8 309.7C2 292.7 0 275.5 0 258.3C0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7m392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312c12.5 18.1 28 35.6 45.2 49c43.1-151.3 161.2-271.7 312.3-315.7m15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8c-79.4 42.9-145 110.6-187.6 190.3c30-4.4 58.9-15.3 84.6-31.3c35 13.1 70.9 24.3 107 33.6c-9.3-36.5-20.4-74.5-33.5-109.8m29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M5.8 309.7C2 292.7 0 275.5 0 258.3C0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7m392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312c12.5 18.1 28 35.6 45.2 49c43.1-151.3 161.2-271.7 312.3-315.7m15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8c-79.4 42.9-145 110.6-187.6 190.3c30-4.4 58.9-15.3 84.6-31.3c35 13.1 70.9 24.3 107 33.6c-9.3-36.5-20.4-74.5-33.5-109.8m29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7"/></svg>
</template>

CSS

.icon-forumbee {
  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%22M5.8%20309.7C2%20292.7%200%20275.5%200%20258.3C0%20135%2099.8%2035%20223.1%2035c16.6%200%2033.3%202%2049.3%205.5C149%2087.5%2051.9%20186%205.8%20309.7m392.9-189.2C385%20103%20369%2087.8%20350.9%2075.2c-149.6%2044.3-266.3%20162.1-309.7%20312c12.5%2018.1%2028%2035.6%2045.2%2049c43.1-151.3%20161.2-271.7%20312.3-315.7m15.8%20252.7c15.2-25.1%2025.4-53.7%2029.5-82.8c-79.4%2042.9-145%20110.6-187.6%20190.3c30-4.4%2058.9-15.3%2084.6-31.3c35%2013.1%2070.9%2024.3%20107%2033.6c-9.3-36.5-20.4-74.5-33.5-109.8m29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5%20216.7%20182%20327.5%20137.1%20466c18.1%207.6%2037%2012.5%2056.6%2015.2C240%20367.1%20330.5%20274.4%20444.2%20227.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.8%20309.7C2%20292.7%200%20275.5%200%20258.3C0%20135%2099.8%2035%20223.1%2035c16.6%200%2033.3%202%2049.3%205.5C149%2087.5%2051.9%20186%205.8%20309.7m392.9-189.2C385%20103%20369%2087.8%20350.9%2075.2c-149.6%2044.3-266.3%20162.1-309.7%20312c12.5%2018.1%2028%2035.6%2045.2%2049c43.1-151.3%20161.2-271.7%20312.3-315.7m15.8%20252.7c15.2-25.1%2025.4-53.7%2029.5-82.8c-79.4%2042.9-145%20110.6-187.6%20190.3c30-4.4%2058.9-15.3%2084.6-31.3c35%2013.1%2070.9%2024.3%20107%2033.6c-9.3-36.5-20.4-74.5-33.5-109.8m29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5%20216.7%20182%20327.5%20137.1%20466c18.1%207.6%2037%2012.5%2056.6%2015.2C240%20367.1%20330.5%20274.4%20444.2%20227.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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