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

Name
hive
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
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 512 512"><path fill="currentColor" d="M260.353 254.878L131.538 33.1a2.208 2.208 0 0 0-3.829.009L.3 254.887a2.23 2.23 0 0 0 0 2.235L129.116 478.9a2.208 2.208 0 0 0 3.83-.009l127.412-221.778a2.24 2.24 0 0 0-.005-2.235m39.078-25.713a2.19 2.19 0 0 0 1.9 1.111h66.509a2.226 2.226 0 0 0 1.9-3.341L259.115 33.111a2.19 2.19 0 0 0-1.9-1.111h-66.508a2.226 2.226 0 0 0-1.9 3.341ZM511.7 254.886L384.9 33.112A2.2 2.2 0 0 0 382.99 32h-66.6a2.226 2.226 0 0 0-1.906 3.34L440.652 256L314.481 476.66a2.226 2.226 0 0 0 1.906 3.34h66.6a2.2 2.2 0 0 0 1.906-1.112L511.7 257.114a2.24 2.24 0 0 0 0-2.228m-145.684 30.031h-66.508a2.19 2.19 0 0 0-1.9 1.111l-108.8 190.631a2.226 2.226 0 0 0 1.9 3.341h66.509a2.19 2.19 0 0 0 1.9-1.111l108.8-190.631a2.226 2.226 0 0 0-1.901-3.341"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsHive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M260.353 254.878L131.538 33.1a2.208 2.208 0 0 0-3.829.009L.3 254.887a2.23 2.23 0 0 0 0 2.235L129.116 478.9a2.208 2.208 0 0 0 3.83-.009l127.412-221.778a2.24 2.24 0 0 0-.005-2.235m39.078-25.713a2.19 2.19 0 0 0 1.9 1.111h66.509a2.226 2.226 0 0 0 1.9-3.341L259.115 33.111a2.19 2.19 0 0 0-1.9-1.111h-66.508a2.226 2.226 0 0 0-1.9 3.341ZM511.7 254.886L384.9 33.112A2.2 2.2 0 0 0 382.99 32h-66.6a2.226 2.226 0 0 0-1.906 3.34L440.652 256L314.481 476.66a2.226 2.226 0 0 0 1.906 3.34h66.6a2.2 2.2 0 0 0 1.906-1.112L511.7 257.114a2.24 2.24 0 0 0 0-2.228m-145.684 30.031h-66.508a2.19 2.19 0 0 0-1.9 1.111l-108.8 190.631a2.226 2.226 0 0 0 1.9 3.341h66.509a2.19 2.19 0 0 0 1.9-1.111l108.8-190.631a2.226 2.226 0 0 0-1.901-3.341"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M260.353 254.878L131.538 33.1a2.208 2.208 0 0 0-3.829.009L.3 254.887a2.23 2.23 0 0 0 0 2.235L129.116 478.9a2.208 2.208 0 0 0 3.83-.009l127.412-221.778a2.24 2.24 0 0 0-.005-2.235m39.078-25.713a2.19 2.19 0 0 0 1.9 1.111h66.509a2.226 2.226 0 0 0 1.9-3.341L259.115 33.111a2.19 2.19 0 0 0-1.9-1.111h-66.508a2.226 2.226 0 0 0-1.9 3.341ZM511.7 254.886L384.9 33.112A2.2 2.2 0 0 0 382.99 32h-66.6a2.226 2.226 0 0 0-1.906 3.34L440.652 256L314.481 476.66a2.226 2.226 0 0 0 1.906 3.34h66.6a2.2 2.2 0 0 0 1.906-1.112L511.7 257.114a2.24 2.24 0 0 0 0-2.228m-145.684 30.031h-66.508a2.19 2.19 0 0 0-1.9 1.111l-108.8 190.631a2.226 2.226 0 0 0 1.9 3.341h66.509a2.19 2.19 0 0 0 1.9-1.111l108.8-190.631a2.226 2.226 0 0 0-1.901-3.341"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M260.353%20254.878L131.538%2033.1a2.208%202.208%200%200%200-3.829.009L.3%20254.887a2.23%202.23%200%200%200%200%202.235L129.116%20478.9a2.208%202.208%200%200%200%203.83-.009l127.412-221.778a2.24%202.24%200%200%200-.005-2.235m39.078-25.713a2.19%202.19%200%200%200%201.9%201.111h66.509a2.226%202.226%200%200%200%201.9-3.341L259.115%2033.111a2.19%202.19%200%200%200-1.9-1.111h-66.508a2.226%202.226%200%200%200-1.9%203.341ZM511.7%20254.886L384.9%2033.112A2.2%202.2%200%200%200%20382.99%2032h-66.6a2.226%202.226%200%200%200-1.906%203.34L440.652%20256L314.481%20476.66a2.226%202.226%200%200%200%201.906%203.34h66.6a2.2%202.2%200%200%200%201.906-1.112L511.7%20257.114a2.24%202.24%200%200%200%200-2.228m-145.684%2030.031h-66.508a2.19%202.19%200%200%200-1.9%201.111l-108.8%20190.631a2.226%202.226%200%200%200%201.9%203.341h66.509a2.19%202.19%200%200%200%201.9-1.111l108.8-190.631a2.226%202.226%200%200%200-1.901-3.341%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M260.353%20254.878L131.538%2033.1a2.208%202.208%200%200%200-3.829.009L.3%20254.887a2.23%202.23%200%200%200%200%202.235L129.116%20478.9a2.208%202.208%200%200%200%203.83-.009l127.412-221.778a2.24%202.24%200%200%200-.005-2.235m39.078-25.713a2.19%202.19%200%200%200%201.9%201.111h66.509a2.226%202.226%200%200%200%201.9-3.341L259.115%2033.111a2.19%202.19%200%200%200-1.9-1.111h-66.508a2.226%202.226%200%200%200-1.9%203.341ZM511.7%20254.886L384.9%2033.112A2.2%202.2%200%200%200%20382.99%2032h-66.6a2.226%202.226%200%200%200-1.906%203.34L440.652%20256L314.481%20476.66a2.226%202.226%200%200%200%201.906%203.34h66.6a2.2%202.2%200%200%200%201.906-1.112L511.7%20257.114a2.24%202.24%200%200%200%200-2.228m-145.684%2030.031h-66.508a2.19%202.19%200%200%200-1.9%201.111l-108.8%20190.631a2.226%202.226%200%200%200%201.9%203.341h66.509a2.19%202.19%200%200%200%201.9-1.111l108.8-190.631a2.226%202.226%200%200%200-1.901-3.341%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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