hive icon
hive-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- hive-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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="M16.275 11.5h3.35l1.15-2.025q.275-.45.275-.975t-.275-.975l-.575-1q-.275-.475-.737-.75T18.45 5.5h-2.175l-1.7 3zm-5.95 3.5h3.35l1.7-3l-1.7-3h-3.35l-1.7 3zm0-7h3.35l1.7-3l-1.125-1.975q-.275-.475-.737-.75T12.5 2h-1q-.55 0-1.012.275t-.738.75L8.625 5zm-.975.5l-1.625-3H5.55q-.55 0-1.012.275t-.738.75l-.575 1q-.275.45-.275.975t.275.975l1.15 2.025h3.35zm0 7l-1.625-3h-3.35l-1.15 2.025q-.275.45-.275.975t.275.975l.575 1q.275.475.738.75t1.012.275h2.175zm.975.5l-1.7 3l1.225 2.025q.275.45.725.713t.975.262h.95q.55 0 1.012-.275t.738-.75L15.375 19l-1.7-3zm5.95 2.5h2.175q.55 0 1.013-.275t.737-.75l.575-1q.275-.45.275-.975t-.275-.975l-1.15-2.025h-3.35l-1.7 3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHiveRounded(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="M16.275 11.5h3.35l1.15-2.025q.275-.45.275-.975t-.275-.975l-.575-1q-.275-.475-.737-.75T18.45 5.5h-2.175l-1.7 3zm-5.95 3.5h3.35l1.7-3l-1.7-3h-3.35l-1.7 3zm0-7h3.35l1.7-3l-1.125-1.975q-.275-.475-.737-.75T12.5 2h-1q-.55 0-1.012.275t-.738.75L8.625 5zm-.975.5l-1.625-3H5.55q-.55 0-1.012.275t-.738.75l-.575 1q-.275.45-.275.975t.275.975l1.15 2.025h3.35zm0 7l-1.625-3h-3.35l-1.15 2.025q-.275.45-.275.975t.275.975l.575 1q.275.475.738.75t1.012.275h2.175zm.975.5l-1.7 3l1.225 2.025q.275.45.725.713t.975.262h.95q.55 0 1.012-.275t.738-.75L15.375 19l-1.7-3zm5.95 2.5h2.175q.55 0 1.013-.275t.737-.75l.575-1q.275-.45.275-.975t-.275-.975l-1.15-2.025h-3.35l-1.7 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.275 11.5h3.35l1.15-2.025q.275-.45.275-.975t-.275-.975l-.575-1q-.275-.475-.737-.75T18.45 5.5h-2.175l-1.7 3zm-5.95 3.5h3.35l1.7-3l-1.7-3h-3.35l-1.7 3zm0-7h3.35l1.7-3l-1.125-1.975q-.275-.475-.737-.75T12.5 2h-1q-.55 0-1.012.275t-.738.75L8.625 5zm-.975.5l-1.625-3H5.55q-.55 0-1.012.275t-.738.75l-.575 1q-.275.45-.275.975t.275.975l1.15 2.025h3.35zm0 7l-1.625-3h-3.35l-1.15 2.025q-.275.45-.275.975t.275.975l.575 1q.275.475.738.75t1.012.275h2.175zm.975.5l-1.7 3l1.225 2.025q.275.45.725.713t.975.262h.95q.55 0 1.012-.275t.738-.75L15.375 19l-1.7-3zm5.95 2.5h2.175q.55 0 1.013-.275t.737-.75l.575-1q.275-.45.275-.975t-.275-.975l-1.15-2.025h-3.35l-1.7 3z"/></svg> </template>
CSS
.icon-hive-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%22M16.275%2011.5h3.35l1.15-2.025q.275-.45.275-.975t-.275-.975l-.575-1q-.275-.475-.737-.75T18.45%205.5h-2.175l-1.7%203zm-5.95%203.5h3.35l1.7-3l-1.7-3h-3.35l-1.7%203zm0-7h3.35l1.7-3l-1.125-1.975q-.275-.475-.737-.75T12.5%202h-1q-.55%200-1.012.275t-.738.75L8.625%205zm-.975.5l-1.625-3H5.55q-.55%200-1.012.275t-.738.75l-.575%201q-.275.45-.275.975t.275.975l1.15%202.025h3.35zm0%207l-1.625-3h-3.35l-1.15%202.025q-.275.45-.275.975t.275.975l.575%201q.275.475.738.75t1.012.275h2.175zm.975.5l-1.7%203l1.225%202.025q.275.45.725.713t.975.262h.95q.55%200%201.012-.275t.738-.75L15.375%2019l-1.7-3zm5.95%202.5h2.175q.55%200%201.013-.275t.737-.75l.575-1q.275-.45.275-.975t-.275-.975l-1.15-2.025h-3.35l-1.7%203z%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%22M16.275%2011.5h3.35l1.15-2.025q.275-.45.275-.975t-.275-.975l-.575-1q-.275-.475-.737-.75T18.45%205.5h-2.175l-1.7%203zm-5.95%203.5h3.35l1.7-3l-1.7-3h-3.35l-1.7%203zm0-7h3.35l1.7-3l-1.125-1.975q-.275-.475-.737-.75T12.5%202h-1q-.55%200-1.012.275t-.738.75L8.625%205zm-.975.5l-1.625-3H5.55q-.55%200-1.012.275t-.738.75l-.575%201q-.275.45-.275.975t.275.975l1.15%202.025h3.35zm0%207l-1.625-3h-3.35l-1.15%202.025q-.275.45-.275.975t.275.975l.575%201q.275.475.738.75t1.012.275h2.175zm.975.5l-1.7%203l1.225%202.025q.275.45.725.713t.975.262h.95q.55%200%201.012-.275t.738-.75L15.375%2019l-1.7-3zm5.95%202.5h2.175q.55%200%201.013-.275t.737-.75l.575-1q.275-.45.275-.975t-.275-.975l-1.15-2.025h-3.35l-1.7%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hive-rounded.svg?color=%231a73e8&size=48