outline-hive from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
outline-hive
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the outline hive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.5 9l-2.25-4h-3.31l-1.69-3h-4.5L8.06 5H4.75L2.5 9l1.69 3l-1.69 3l2.25 4h3.31l1.69 3h4.5l1.69-3h3.31l2.25-4l-1.69-3zm-2.29 0l-1.12 2h-2.14l-1.12-2l1.12-2h2.14zm-8.27 5l-1.12-2l1.12-2h2.12l1.12 2l-1.12 2zm2.14-10l1.12 1.98L13.06 8h-2.12L9.8 5.98L10.92 4zM5.92 7h2.14l1.12 2l-1.12 2H5.92L4.79 9zm-1.13 8l1.12-2h2.14l1.12 2l-1.12 2H5.92zm6.13 5L9.8 18.02L10.94 16h2.12l1.13 2.02L13.08 20zm7.16-3h-2.14l-1.12-2l1.12-2h2.14l1.12 2z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineHive(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="m21.5 9l-2.25-4h-3.31l-1.69-3h-4.5L8.06 5H4.75L2.5 9l1.69 3l-1.69 3l2.25 4h3.31l1.69 3h4.5l1.69-3h3.31l2.25-4l-1.69-3zm-2.29 0l-1.12 2h-2.14l-1.12-2l1.12-2h2.14zm-8.27 5l-1.12-2l1.12-2h2.12l1.12 2l-1.12 2zm2.14-10l1.12 1.98L13.06 8h-2.12L9.8 5.98L10.92 4zM5.92 7h2.14l1.12 2l-1.12 2H5.92L4.79 9zm-1.13 8l1.12-2h2.14l1.12 2l-1.12 2H5.92zm6.13 5L9.8 18.02L10.94 16h2.12l1.13 2.02L13.08 20zm7.16-3h-2.14l-1.12-2l1.12-2h2.14l1.12 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.5 9l-2.25-4h-3.31l-1.69-3h-4.5L8.06 5H4.75L2.5 9l1.69 3l-1.69 3l2.25 4h3.31l1.69 3h4.5l1.69-3h3.31l2.25-4l-1.69-3zm-2.29 0l-1.12 2h-2.14l-1.12-2l1.12-2h2.14zm-8.27 5l-1.12-2l1.12-2h2.12l1.12 2l-1.12 2zm2.14-10l1.12 1.98L13.06 8h-2.12L9.8 5.98L10.92 4zM5.92 7h2.14l1.12 2l-1.12 2H5.92L4.79 9zm-1.13 8l1.12-2h2.14l1.12 2l-1.12 2H5.92zm6.13 5L9.8 18.02L10.94 16h2.12l1.13 2.02L13.08 20zm7.16-3h-2.14l-1.12-2l1.12-2h2.14l1.12 2z"/></svg>
</template>

CSS

.icon-outline-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%22m21.5%209l-2.25-4h-3.31l-1.69-3h-4.5L8.06%205H4.75L2.5%209l1.69%203l-1.69%203l2.25%204h3.31l1.69%203h4.5l1.69-3h3.31l2.25-4l-1.69-3zm-2.29%200l-1.12%202h-2.14l-1.12-2l1.12-2h2.14zm-8.27%205l-1.12-2l1.12-2h2.12l1.12%202l-1.12%202zm2.14-10l1.12%201.98L13.06%208h-2.12L9.8%205.98L10.92%204zM5.92%207h2.14l1.12%202l-1.12%202H5.92L4.79%209zm-1.13%208l1.12-2h2.14l1.12%202l-1.12%202H5.92zm6.13%205L9.8%2018.02L10.94%2016h2.12l1.13%202.02L13.08%2020zm7.16-3h-2.14l-1.12-2l1.12-2h2.14l1.12%202z%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%22m21.5%209l-2.25-4h-3.31l-1.69-3h-4.5L8.06%205H4.75L2.5%209l1.69%203l-1.69%203l2.25%204h3.31l1.69%203h4.5l1.69-3h3.31l2.25-4l-1.69-3zm-2.29%200l-1.12%202h-2.14l-1.12-2l1.12-2h2.14zm-8.27%205l-1.12-2l1.12-2h2.12l1.12%202l-1.12%202zm2.14-10l1.12%201.98L13.06%208h-2.12L9.8%205.98L10.92%204zM5.92%207h2.14l1.12%202l-1.12%202H5.92L4.79%209zm-1.13%208l1.12-2h2.14l1.12%202l-1.12%202H5.92zm6.13%205L9.8%2018.02L10.94%2016h2.12l1.13%202.02L13.08%2020zm7.16-3h-2.14l-1.12-2l1.12-2h2.14l1.12%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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