hive from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
hive
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the hive logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M324.4 318.9L195.5 97.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3s-.8.1-1.1.3s-.6.5-.8.8L64.3 318.9c-.2.3-.3.7-.3 1.1s.1.8.3 1.1l128.8 221.8c.2.3.5.6.8.8s.7.3 1.1.3s.8-.1 1.1-.3s.6-.5.8-.8l127.5-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1m39.1-25.7c.2.3.5.6.8.8s.7.3 1.1.3h66.5c.4 0 .8-.1 1.1-.3s.6-.5.8-.8s.3-.7.3-1.1s-.1-.8-.3-1.1L323.1 97.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.5c-.4 0-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3 1.1s.1.8.3 1.1l110.6 193.9zm212.3 25.7L448.9 97.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.6c-.4 0-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3 1.1s.1.8.3 1.1L504.7 320L378.5 540.7c-.2.3-.3.7-.3 1.1s.1.8.3 1.1s.5.6.8.8s.7.3 1.1.3H447c.4 0 .8-.1 1.1-.3s.6-.5.8-.8l126.8-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1zm-145.8 30h-66.5c-.4 0-.8.1-1.1.3s-.6.5-.8.8L252.8 540.7c-.2.3-.3.7-.3 1.1s.1.8.3 1.1s.5.6.8.8s.7.3 1.1.3h66.5c.4 0 .8-.1 1.1-.3s.6-.5.8-.8l108.8-190.6c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1s-.5-.6-.8-.8s-.7-.3-1.1-.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsHive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M324.4 318.9L195.5 97.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3s-.8.1-1.1.3s-.6.5-.8.8L64.3 318.9c-.2.3-.3.7-.3 1.1s.1.8.3 1.1l128.8 221.8c.2.3.5.6.8.8s.7.3 1.1.3s.8-.1 1.1-.3s.6-.5.8-.8l127.5-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1m39.1-25.7c.2.3.5.6.8.8s.7.3 1.1.3h66.5c.4 0 .8-.1 1.1-.3s.6-.5.8-.8s.3-.7.3-1.1s-.1-.8-.3-1.1L323.1 97.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.5c-.4 0-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3 1.1s.1.8.3 1.1l110.6 193.9zm212.3 25.7L448.9 97.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.6c-.4 0-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3 1.1s.1.8.3 1.1L504.7 320L378.5 540.7c-.2.3-.3.7-.3 1.1s.1.8.3 1.1s.5.6.8.8s.7.3 1.1.3H447c.4 0 .8-.1 1.1-.3s.6-.5.8-.8l126.8-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1zm-145.8 30h-66.5c-.4 0-.8.1-1.1.3s-.6.5-.8.8L252.8 540.7c-.2.3-.3.7-.3 1.1s.1.8.3 1.1s.5.6.8.8s.7.3 1.1.3h66.5c.4 0 .8-.1 1.1-.3s.6-.5.8-.8l108.8-190.6c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1s-.5-.6-.8-.8s-.7-.3-1.1-.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M324.4 318.9L195.5 97.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3s-.8.1-1.1.3s-.6.5-.8.8L64.3 318.9c-.2.3-.3.7-.3 1.1s.1.8.3 1.1l128.8 221.8c.2.3.5.6.8.8s.7.3 1.1.3s.8-.1 1.1-.3s.6-.5.8-.8l127.5-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1m39.1-25.7c.2.3.5.6.8.8s.7.3 1.1.3h66.5c.4 0 .8-.1 1.1-.3s.6-.5.8-.8s.3-.7.3-1.1s-.1-.8-.3-1.1L323.1 97.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.5c-.4 0-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3 1.1s.1.8.3 1.1l110.6 193.9zm212.3 25.7L448.9 97.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.6c-.4 0-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3 1.1s.1.8.3 1.1L504.7 320L378.5 540.7c-.2.3-.3.7-.3 1.1s.1.8.3 1.1s.5.6.8.8s.7.3 1.1.3H447c.4 0 .8-.1 1.1-.3s.6-.5.8-.8l126.8-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1zm-145.8 30h-66.5c-.4 0-.8.1-1.1.3s-.6.5-.8.8L252.8 540.7c-.2.3-.3.7-.3 1.1s.1.8.3 1.1s.5.6.8.8s.7.3 1.1.3h66.5c.4 0 .8-.1 1.1-.3s.6-.5.8-.8l108.8-190.6c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1s-.5-.6-.8-.8s-.7-.3-1.1-.3z"/></svg>
</template>

CSS

.icon-hive {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M324.4%20318.9L195.5%2097.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3s-.8.1-1.1.3s-.6.5-.8.8L64.3%20318.9c-.2.3-.3.7-.3%201.1s.1.8.3%201.1l128.8%20221.8c.2.3.5.6.8.8s.7.3%201.1.3s.8-.1%201.1-.3s.6-.5.8-.8l127.5-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1m39.1-25.7c.2.3.5.6.8.8s.7.3%201.1.3h66.5c.4%200%20.8-.1%201.1-.3s.6-.5.8-.8s.3-.7.3-1.1s-.1-.8-.3-1.1L323.1%2097.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.5c-.4%200-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3%201.1s.1.8.3%201.1l110.6%20193.9zm212.3%2025.7L448.9%2097.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.6c-.4%200-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3%201.1s.1.8.3%201.1L504.7%20320L378.5%20540.7c-.2.3-.3.7-.3%201.1s.1.8.3%201.1s.5.6.8.8s.7.3%201.1.3H447c.4%200%20.8-.1%201.1-.3s.6-.5.8-.8l126.8-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1zm-145.8%2030h-66.5c-.4%200-.8.1-1.1.3s-.6.5-.8.8L252.8%20540.7c-.2.3-.3.7-.3%201.1s.1.8.3%201.1s.5.6.8.8s.7.3%201.1.3h66.5c.4%200%20.8-.1%201.1-.3s.6-.5.8-.8l108.8-190.6c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1s-.5-.6-.8-.8s-.7-.3-1.1-.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M324.4%20318.9L195.5%2097.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3s-.8.1-1.1.3s-.6.5-.8.8L64.3%20318.9c-.2.3-.3.7-.3%201.1s.1.8.3%201.1l128.8%20221.8c.2.3.5.6.8.8s.7.3%201.1.3s.8-.1%201.1-.3s.6-.5.8-.8l127.5-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1m39.1-25.7c.2.3.5.6.8.8s.7.3%201.1.3h66.5c.4%200%20.8-.1%201.1-.3s.6-.5.8-.8s.3-.7.3-1.1s-.1-.8-.3-1.1L323.1%2097.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.5c-.4%200-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3%201.1s.1.8.3%201.1l110.6%20193.9zm212.3%2025.7L448.9%2097.1c-.2-.3-.5-.6-.8-.8s-.7-.3-1.1-.3h-66.6c-.4%200-.8.1-1.1.3s-.6.5-.8.8s-.3.7-.3%201.1s.1.8.3%201.1L504.7%20320L378.5%20540.7c-.2.3-.3.7-.3%201.1s.1.8.3%201.1s.5.6.8.8s.7.3%201.1.3H447c.4%200%20.8-.1%201.1-.3s.6-.5.8-.8l126.8-221.8c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1zm-145.8%2030h-66.5c-.4%200-.8.1-1.1.3s-.6.5-.8.8L252.8%20540.7c-.2.3-.3.7-.3%201.1s.1.8.3%201.1s.5.6.8.8s.7.3%201.1.3h66.5c.4%200%20.8-.1%201.1-.3s.6-.5.8-.8l108.8-190.6c.2-.3.3-.7.3-1.1s-.1-.8-.3-1.1s-.5-.6-.8-.8s-.7-.3-1.1-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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