hive icon
hive from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- hive
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hive-sharp
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="M15.948 11.616L14.325 8.71l1.623-2.903h3.196l1.623 2.903l-1.623 2.904zm-5.546 3.288L8.779 12l1.623-2.904h3.196L15.221 12l-1.623 2.904zm0-6.596L8.779 5.404L10.402 2.5h3.196l1.623 2.904l-1.623 2.904zm-5.546 3.308L3.233 8.712l1.623-2.904h3.196l1.606 2.904l-1.606 2.904zm0 6.576L3.233 15.29l1.623-2.904h3.196l1.606 2.904l-1.606 2.903zm5.569 3.308l-1.646-2.904l1.623-2.904h3.196l1.623 2.904l-1.623 2.904zm5.523-3.308l-1.623-2.904l1.623-2.904h3.196l1.623 2.904l-1.623 2.904z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHive(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.948 11.616L14.325 8.71l1.623-2.903h3.196l1.623 2.903l-1.623 2.904zm-5.546 3.288L8.779 12l1.623-2.904h3.196L15.221 12l-1.623 2.904zm0-6.596L8.779 5.404L10.402 2.5h3.196l1.623 2.904l-1.623 2.904zm-5.546 3.308L3.233 8.712l1.623-2.904h3.196l1.606 2.904l-1.606 2.904zm0 6.576L3.233 15.29l1.623-2.904h3.196l1.606 2.904l-1.606 2.903zm5.569 3.308l-1.646-2.904l1.623-2.904h3.196l1.623 2.904l-1.623 2.904zm5.523-3.308l-1.623-2.904l1.623-2.904h3.196l1.623 2.904l-1.623 2.904z"/></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.948 11.616L14.325 8.71l1.623-2.903h3.196l1.623 2.903l-1.623 2.904zm-5.546 3.288L8.779 12l1.623-2.904h3.196L15.221 12l-1.623 2.904zm0-6.596L8.779 5.404L10.402 2.5h3.196l1.623 2.904l-1.623 2.904zm-5.546 3.308L3.233 8.712l1.623-2.904h3.196l1.606 2.904l-1.606 2.904zm0 6.576L3.233 15.29l1.623-2.904h3.196l1.606 2.904l-1.606 2.903zm5.569 3.308l-1.646-2.904l1.623-2.904h3.196l1.623 2.904l-1.623 2.904zm5.523-3.308l-1.623-2.904l1.623-2.904h3.196l1.623 2.904l-1.623 2.904z"/></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.948%2011.616L14.325%208.71l1.623-2.903h3.196l1.623%202.903l-1.623%202.904zm-5.546%203.288L8.779%2012l1.623-2.904h3.196L15.221%2012l-1.623%202.904zm0-6.596L8.779%205.404L10.402%202.5h3.196l1.623%202.904l-1.623%202.904zm-5.546%203.308L3.233%208.712l1.623-2.904h3.196l1.606%202.904l-1.606%202.904zm0%206.576L3.233%2015.29l1.623-2.904h3.196l1.606%202.904l-1.606%202.903zm5.569%203.308l-1.646-2.904l1.623-2.904h3.196l1.623%202.904l-1.623%202.904zm5.523-3.308l-1.623-2.904l1.623-2.904h3.196l1.623%202.904l-1.623%202.904z%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.948%2011.616L14.325%208.71l1.623-2.903h3.196l1.623%202.903l-1.623%202.904zm-5.546%203.288L8.779%2012l1.623-2.904h3.196L15.221%2012l-1.623%202.904zm0-6.596L8.779%205.404L10.402%202.5h3.196l1.623%202.904l-1.623%202.904zm-5.546%203.308L3.233%208.712l1.623-2.904h3.196l1.606%202.904l-1.606%202.904zm0%206.576L3.233%2015.29l1.623-2.904h3.196l1.606%202.904l-1.606%202.903zm5.569%203.308l-1.646-2.904l1.623-2.904h3.196l1.623%202.904l-1.623%202.904zm5.523-3.308l-1.623-2.904l1.623-2.904h3.196l1.623%202.904l-1.623%202.904z%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.svg?color=%231a73e8&size=48