hive-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
hive-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the hive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.339 18.5H5.983q-.454 0-.82-.227q-.367-.227-.584-.606L3.53 15.783q-.217-.373-.217-.783t.217-.783L4.777 12L3.531 9.783Q3.314 9.41 3.314 9t.217-.783l1.048-1.884q.217-.38.584-.606q.366-.227.82-.227h2.356l1.24-2.186q.217-.38.584-.597t.82-.217h2.034q.454 0 .82.217t.584.596l1.24 2.187h2.356q.454 0 .82.227q.367.227.584.606l1.048 1.884q.218.373.218.783t-.218.783L19.223 12l1.246 2.217q.217.373.217.783t-.217.783l-1.048 1.884q-.217.38-.583.606q-.367.227-.82.227h-2.356l-1.24 2.187q-.218.378-.585.596t-.82.217h-2.034q-.454 0-.82-.217t-.584-.597zm7.323-7h2.727l1.215-2.192q.077-.154.077-.308t-.077-.308l-1.042-1.884q-.096-.154-.231-.231t-.308-.077h-2.361L14.248 9zm-5 3h2.677l1.413-2.5l-1.413-2.5h-2.677L9.248 12zm0-6h2.677l1.438-2.525l-1.24-2.167q-.097-.154-.24-.231q-.145-.077-.299-.077h-1.996q-.154 0-.298.077t-.24.23L9.223 5.976zm-.91.5L8.339 6.5H6.002q-.173 0-.308.077q-.134.077-.23.23L4.396 8.693Q4.3 8.846 4.3 9t.096.308l1.24 2.192H8.34zm0 6l-1.413-2.5H5.612l-1.216 2.192q-.077.154-.077.308t.077.308l1.068 1.884q.095.154.23.231t.308.077h2.337zm.91.5l-1.439 2.525l1.24 2.167q.097.154.24.231q.145.077.299.077h1.996q.154 0 .298-.077q.145-.077.24-.23l1.241-2.168l-1.438-2.525zm5 2h2.336q.173 0 .308-.077q.134-.077.23-.23l1.068-1.885q.096-.154.096-.308t-.096-.308l-1.24-2.192h-2.702L14.248 15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHiveOutlineRounded(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="M8.339 18.5H5.983q-.454 0-.82-.227q-.367-.227-.584-.606L3.53 15.783q-.217-.373-.217-.783t.217-.783L4.777 12L3.531 9.783Q3.314 9.41 3.314 9t.217-.783l1.048-1.884q.217-.38.584-.606q.366-.227.82-.227h2.356l1.24-2.186q.217-.38.584-.597t.82-.217h2.034q.454 0 .82.217t.584.596l1.24 2.187h2.356q.454 0 .82.227q.367.227.584.606l1.048 1.884q.218.373.218.783t-.218.783L19.223 12l1.246 2.217q.217.373.217.783t-.217.783l-1.048 1.884q-.217.38-.583.606q-.367.227-.82.227h-2.356l-1.24 2.187q-.218.378-.585.596t-.82.217h-2.034q-.454 0-.82-.217t-.584-.597zm7.323-7h2.727l1.215-2.192q.077-.154.077-.308t-.077-.308l-1.042-1.884q-.096-.154-.231-.231t-.308-.077h-2.361L14.248 9zm-5 3h2.677l1.413-2.5l-1.413-2.5h-2.677L9.248 12zm0-6h2.677l1.438-2.525l-1.24-2.167q-.097-.154-.24-.231q-.145-.077-.299-.077h-1.996q-.154 0-.298.077t-.24.23L9.223 5.976zm-.91.5L8.339 6.5H6.002q-.173 0-.308.077q-.134.077-.23.23L4.396 8.693Q4.3 8.846 4.3 9t.096.308l1.24 2.192H8.34zm0 6l-1.413-2.5H5.612l-1.216 2.192q-.077.154-.077.308t.077.308l1.068 1.884q.095.154.23.231t.308.077h2.337zm.91.5l-1.439 2.525l1.24 2.167q.097.154.24.231q.145.077.299.077h1.996q.154 0 .298-.077q.145-.077.24-.23l1.241-2.168l-1.438-2.525zm5 2h2.336q.173 0 .308-.077q.134-.077.23-.23l1.068-1.885q.096-.154.096-.308t-.096-.308l-1.24-2.192h-2.702L14.248 15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.339 18.5H5.983q-.454 0-.82-.227q-.367-.227-.584-.606L3.53 15.783q-.217-.373-.217-.783t.217-.783L4.777 12L3.531 9.783Q3.314 9.41 3.314 9t.217-.783l1.048-1.884q.217-.38.584-.606q.366-.227.82-.227h2.356l1.24-2.186q.217-.38.584-.597t.82-.217h2.034q.454 0 .82.217t.584.596l1.24 2.187h2.356q.454 0 .82.227q.367.227.584.606l1.048 1.884q.218.373.218.783t-.218.783L19.223 12l1.246 2.217q.217.373.217.783t-.217.783l-1.048 1.884q-.217.38-.583.606q-.367.227-.82.227h-2.356l-1.24 2.187q-.218.378-.585.596t-.82.217h-2.034q-.454 0-.82-.217t-.584-.597zm7.323-7h2.727l1.215-2.192q.077-.154.077-.308t-.077-.308l-1.042-1.884q-.096-.154-.231-.231t-.308-.077h-2.361L14.248 9zm-5 3h2.677l1.413-2.5l-1.413-2.5h-2.677L9.248 12zm0-6h2.677l1.438-2.525l-1.24-2.167q-.097-.154-.24-.231q-.145-.077-.299-.077h-1.996q-.154 0-.298.077t-.24.23L9.223 5.976zm-.91.5L8.339 6.5H6.002q-.173 0-.308.077q-.134.077-.23.23L4.396 8.693Q4.3 8.846 4.3 9t.096.308l1.24 2.192H8.34zm0 6l-1.413-2.5H5.612l-1.216 2.192q-.077.154-.077.308t.077.308l1.068 1.884q.095.154.23.231t.308.077h2.337zm.91.5l-1.439 2.525l1.24 2.167q.097.154.24.231q.145.077.299.077h1.996q.154 0 .298-.077q.145-.077.24-.23l1.241-2.168l-1.438-2.525zm5 2h2.336q.173 0 .308-.077q.134-.077.23-.23l1.068-1.885q.096-.154.096-.308t-.096-.308l-1.24-2.192h-2.702L14.248 15z"/></svg>
</template>

CSS

.icon-hive-outline-rounded {
  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%22M8.339%2018.5H5.983q-.454%200-.82-.227q-.367-.227-.584-.606L3.53%2015.783q-.217-.373-.217-.783t.217-.783L4.777%2012L3.531%209.783Q3.314%209.41%203.314%209t.217-.783l1.048-1.884q.217-.38.584-.606q.366-.227.82-.227h2.356l1.24-2.186q.217-.38.584-.597t.82-.217h2.034q.454%200%20.82.217t.584.596l1.24%202.187h2.356q.454%200%20.82.227q.367.227.584.606l1.048%201.884q.218.373.218.783t-.218.783L19.223%2012l1.246%202.217q.217.373.217.783t-.217.783l-1.048%201.884q-.217.38-.583.606q-.367.227-.82.227h-2.356l-1.24%202.187q-.218.378-.585.596t-.82.217h-2.034q-.454%200-.82-.217t-.584-.597zm7.323-7h2.727l1.215-2.192q.077-.154.077-.308t-.077-.308l-1.042-1.884q-.096-.154-.231-.231t-.308-.077h-2.361L14.248%209zm-5%203h2.677l1.413-2.5l-1.413-2.5h-2.677L9.248%2012zm0-6h2.677l1.438-2.525l-1.24-2.167q-.097-.154-.24-.231q-.145-.077-.299-.077h-1.996q-.154%200-.298.077t-.24.23L9.223%205.976zm-.91.5L8.339%206.5H6.002q-.173%200-.308.077q-.134.077-.23.23L4.396%208.693Q4.3%208.846%204.3%209t.096.308l1.24%202.192H8.34zm0%206l-1.413-2.5H5.612l-1.216%202.192q-.077.154-.077.308t.077.308l1.068%201.884q.095.154.23.231t.308.077h2.337zm.91.5l-1.439%202.525l1.24%202.167q.097.154.24.231q.145.077.299.077h1.996q.154%200%20.298-.077q.145-.077.24-.23l1.241-2.168l-1.438-2.525zm5%202h2.336q.173%200%20.308-.077q.134-.077.23-.23l1.068-1.885q.096-.154.096-.308t-.096-.308l-1.24-2.192h-2.702L14.248%2015z%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%22M8.339%2018.5H5.983q-.454%200-.82-.227q-.367-.227-.584-.606L3.53%2015.783q-.217-.373-.217-.783t.217-.783L4.777%2012L3.531%209.783Q3.314%209.41%203.314%209t.217-.783l1.048-1.884q.217-.38.584-.606q.366-.227.82-.227h2.356l1.24-2.186q.217-.38.584-.597t.82-.217h2.034q.454%200%20.82.217t.584.596l1.24%202.187h2.356q.454%200%20.82.227q.367.227.584.606l1.048%201.884q.218.373.218.783t-.218.783L19.223%2012l1.246%202.217q.217.373.217.783t-.217.783l-1.048%201.884q-.217.38-.583.606q-.367.227-.82.227h-2.356l-1.24%202.187q-.218.378-.585.596t-.82.217h-2.034q-.454%200-.82-.217t-.584-.597zm7.323-7h2.727l1.215-2.192q.077-.154.077-.308t-.077-.308l-1.042-1.884q-.096-.154-.231-.231t-.308-.077h-2.361L14.248%209zm-5%203h2.677l1.413-2.5l-1.413-2.5h-2.677L9.248%2012zm0-6h2.677l1.438-2.525l-1.24-2.167q-.097-.154-.24-.231q-.145-.077-.299-.077h-1.996q-.154%200-.298.077t-.24.23L9.223%205.976zm-.91.5L8.339%206.5H6.002q-.173%200-.308.077q-.134.077-.23.23L4.396%208.693Q4.3%208.846%204.3%209t.096.308l1.24%202.192H8.34zm0%206l-1.413-2.5H5.612l-1.216%202.192q-.077.154-.077.308t.077.308l1.068%201.884q.095.154.23.231t.308.077h2.337zm.91.5l-1.439%202.525l1.24%202.167q.097.154.24.231q.145.077.299.077h1.996q.154%200%20.298-.077q.145-.077.24-.23l1.241-2.168l-1.438-2.525zm5%202h2.336q.173%200%20.308-.077q.134-.077.23-.23l1.068-1.885q.096-.154.096-.308t-.096-.308l-1.24-2.192h-2.702L14.248%2015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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