hive from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
hive
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

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 24 24"><path fill="currentColor" d="M15.865 13.126c.022 0 .05.033.056.056c.017.017.017.05.006.073l-3.77 6.581a.08.08 0 0 1-.068.04H9.824c-.011 0-.022 0-.034-.012a.1.1 0 0 1-.028-.028a.08.08 0 0 1 0-.078l3.77-6.582c.01-.022.044-.05.067-.05zm-2.273-2.25a.08.08 0 0 1-.062-.04L9.761 4.243a.08.08 0 0 1 .029-.112a.1.1 0 0 1 .033-.006h2.267c.017 0 .028 0 .04.011l.028.029l3.769 6.592a.1.1 0 0 1 0 .079a.07.07 0 0 1-.068.04z"/><path fill="currentColor" d="M14.054 4.243a.079.079 0 0 1 .073-.118h2.34a.07.07 0 0 1 .067.04l4.455 7.796a.08.08 0 0 1 0 .079l-4.455 7.796a.08.08 0 0 1-.067.04h-2.34a.08.08 0 0 1-.068-.04a.08.08 0 0 1 0-.078L18.486 12zm-2.07 7.718a.05.05 0 0 1 .016.04a.06.06 0 0 1-.017.044l-4.415 7.791a.08.08 0 0 1-.068.04c-.022 0-.05-.017-.067-.04L3.01 12.04a.08.08 0 0 1 0-.085L7.438 4.17c.012-.017.04-.045.062-.045c.028 0 .056.023.073.045z"/></svg>

React

import type { SVGProps } from "react";

export function TokenHive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.865 13.126c.022 0 .05.033.056.056c.017.017.017.05.006.073l-3.77 6.581a.08.08 0 0 1-.068.04H9.824c-.011 0-.022 0-.034-.012a.1.1 0 0 1-.028-.028a.08.08 0 0 1 0-.078l3.77-6.582c.01-.022.044-.05.067-.05zm-2.273-2.25a.08.08 0 0 1-.062-.04L9.761 4.243a.08.08 0 0 1 .029-.112a.1.1 0 0 1 .033-.006h2.267c.017 0 .028 0 .04.011l.028.029l3.769 6.592a.1.1 0 0 1 0 .079a.07.07 0 0 1-.068.04z"/><path fill="currentColor" d="M14.054 4.243a.079.079 0 0 1 .073-.118h2.34a.07.07 0 0 1 .067.04l4.455 7.796a.08.08 0 0 1 0 .079l-4.455 7.796a.08.08 0 0 1-.067.04h-2.34a.08.08 0 0 1-.068-.04a.08.08 0 0 1 0-.078L18.486 12zm-2.07 7.718a.05.05 0 0 1 .016.04a.06.06 0 0 1-.017.044l-4.415 7.791a.08.08 0 0 1-.068.04c-.022 0-.05-.017-.067-.04L3.01 12.04a.08.08 0 0 1 0-.085L7.438 4.17c.012-.017.04-.045.062-.045c.028 0 .056.023.073.045z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.865 13.126c.022 0 .05.033.056.056c.017.017.017.05.006.073l-3.77 6.581a.08.08 0 0 1-.068.04H9.824c-.011 0-.022 0-.034-.012a.1.1 0 0 1-.028-.028a.08.08 0 0 1 0-.078l3.77-6.582c.01-.022.044-.05.067-.05zm-2.273-2.25a.08.08 0 0 1-.062-.04L9.761 4.243a.08.08 0 0 1 .029-.112a.1.1 0 0 1 .033-.006h2.267c.017 0 .028 0 .04.011l.028.029l3.769 6.592a.1.1 0 0 1 0 .079a.07.07 0 0 1-.068.04z"/><path fill="currentColor" d="M14.054 4.243a.079.079 0 0 1 .073-.118h2.34a.07.07 0 0 1 .067.04l4.455 7.796a.08.08 0 0 1 0 .079l-4.455 7.796a.08.08 0 0 1-.067.04h-2.34a.08.08 0 0 1-.068-.04a.08.08 0 0 1 0-.078L18.486 12zm-2.07 7.718a.05.05 0 0 1 .016.04a.06.06 0 0 1-.017.044l-4.415 7.791a.08.08 0 0 1-.068.04c-.022 0-.05-.017-.067-.04L3.01 12.04a.08.08 0 0 1 0-.085L7.438 4.17c.012-.017.04-.045.062-.045c.028 0 .056.023.073.045z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.865%2013.126c.022%200%20.05.033.056.056c.017.017.017.05.006.073l-3.77%206.581a.08.08%200%200%201-.068.04H9.824c-.011%200-.022%200-.034-.012a.1.1%200%200%201-.028-.028a.08.08%200%200%201%200-.078l3.77-6.582c.01-.022.044-.05.067-.05zm-2.273-2.25a.08.08%200%200%201-.062-.04L9.761%204.243a.08.08%200%200%201%20.029-.112a.1.1%200%200%201%20.033-.006h2.267c.017%200%20.028%200%20.04.011l.028.029l3.769%206.592a.1.1%200%200%201%200%20.079a.07.07%200%200%201-.068.04z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.054%204.243a.079.079%200%200%201%20.073-.118h2.34a.07.07%200%200%201%20.067.04l4.455%207.796a.08.08%200%200%201%200%20.079l-4.455%207.796a.08.08%200%200%201-.067.04h-2.34a.08.08%200%200%201-.068-.04a.08.08%200%200%201%200-.078L18.486%2012zm-2.07%207.718a.05.05%200%200%201%20.016.04a.06.06%200%200%201-.017.044l-4.415%207.791a.08.08%200%200%201-.068.04c-.022%200-.05-.017-.067-.04L3.01%2012.04a.08.08%200%200%201%200-.085L7.438%204.17c.012-.017.04-.045.062-.045c.028%200%20.056.023.073.045z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.865%2013.126c.022%200%20.05.033.056.056c.017.017.017.05.006.073l-3.77%206.581a.08.08%200%200%201-.068.04H9.824c-.011%200-.022%200-.034-.012a.1.1%200%200%201-.028-.028a.08.08%200%200%201%200-.078l3.77-6.582c.01-.022.044-.05.067-.05zm-2.273-2.25a.08.08%200%200%201-.062-.04L9.761%204.243a.08.08%200%200%201%20.029-.112a.1.1%200%200%201%20.033-.006h2.267c.017%200%20.028%200%20.04.011l.028.029l3.769%206.592a.1.1%200%200%201%200%20.079a.07.07%200%200%201-.068.04z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.054%204.243a.079.079%200%200%201%20.073-.118h2.34a.07.07%200%200%201%20.067.04l4.455%207.796a.08.08%200%200%201%200%20.079l-4.455%207.796a.08.08%200%200%201-.067.04h-2.34a.08.08%200%200%201-.068-.04a.08.08%200%200%201%200-.078L18.486%2012zm-2.07%207.718a.05.05%200%200%201%20.016.04a.06.06%200%200%201-.017.044l-4.415%207.791a.08.08%200%200%201-.068.04c-.022%200-.05-.017-.067-.04L3.01%2012.04a.08.08%200%200%201%200-.085L7.438%204.17c.012-.017.04-.045.062-.045c.028%200%20.056.023.073.045z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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