hive icon
hive-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- hive-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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="M8.05 19H5.925q-.55 0-1.012-.275t-.738-.75l-1.125-2q-.275-.45-.275-.975t.275-.975L4.2 12L3.05 9.975q-.275-.45-.275-.975t.275-.975l1.125-2q.275-.475.738-.75T5.925 5H8.05l1.125-1.975q.275-.475.738-.75T10.925 2h2.15q.55 0 1.013.275t.737.75L15.95 5h2.125q.55 0 1.013.275t.737.75l1.125 2q.275.45.275.975t-.275.975L19.8 12l1.15 2.025q.275.45.275.975t-.275.975l-1.125 2q-.275.475-.737.75T18.075 19H15.95l-1.125 1.975q-.275.475-.737.75T13.074 22h-2.15q-.55 0-1.012-.275t-.738-.75zm7.9-8h2.15l1.1-2l-1.1-2h-2.15l-1.125 2zm-5 3h2.1l1.125-2l-1.125-2h-2.1l-1.125 2zm0-6h2.1l1.15-2.025L13.075 4h-2.15L9.8 5.975zM9.175 9L8.05 7H5.925L4.8 9l1.125 2H8.05zm0 6L8.05 13H5.9l-1.1 2l1.125 2H8.05zm1.775 1L9.8 18.025L10.925 20h2.15l1.125-1.975L13.05 16zm5 1h2.125l1.125-2l-1.125-2H15.95l-1.125 2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHiveOutlineRounded(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.05 19H5.925q-.55 0-1.012-.275t-.738-.75l-1.125-2q-.275-.45-.275-.975t.275-.975L4.2 12L3.05 9.975q-.275-.45-.275-.975t.275-.975l1.125-2q.275-.475.738-.75T5.925 5H8.05l1.125-1.975q.275-.475.738-.75T10.925 2h2.15q.55 0 1.013.275t.737.75L15.95 5h2.125q.55 0 1.013.275t.737.75l1.125 2q.275.45.275.975t-.275.975L19.8 12l1.15 2.025q.275.45.275.975t-.275.975l-1.125 2q-.275.475-.737.75T18.075 19H15.95l-1.125 1.975q-.275.475-.737.75T13.074 22h-2.15q-.55 0-1.012-.275t-.738-.75zm7.9-8h2.15l1.1-2l-1.1-2h-2.15l-1.125 2zm-5 3h2.1l1.125-2l-1.125-2h-2.1l-1.125 2zm0-6h2.1l1.15-2.025L13.075 4h-2.15L9.8 5.975zM9.175 9L8.05 7H5.925L4.8 9l1.125 2H8.05zm0 6L8.05 13H5.9l-1.1 2l1.125 2H8.05zm1.775 1L9.8 18.025L10.925 20h2.15l1.125-1.975L13.05 16zm5 1h2.125l1.125-2l-1.125-2H15.95l-1.125 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="M8.05 19H5.925q-.55 0-1.012-.275t-.738-.75l-1.125-2q-.275-.45-.275-.975t.275-.975L4.2 12L3.05 9.975q-.275-.45-.275-.975t.275-.975l1.125-2q.275-.475.738-.75T5.925 5H8.05l1.125-1.975q.275-.475.738-.75T10.925 2h2.15q.55 0 1.013.275t.737.75L15.95 5h2.125q.55 0 1.013.275t.737.75l1.125 2q.275.45.275.975t-.275.975L19.8 12l1.15 2.025q.275.45.275.975t-.275.975l-1.125 2q-.275.475-.737.75T18.075 19H15.95l-1.125 1.975q-.275.475-.737.75T13.074 22h-2.15q-.55 0-1.012-.275t-.738-.75zm7.9-8h2.15l1.1-2l-1.1-2h-2.15l-1.125 2zm-5 3h2.1l1.125-2l-1.125-2h-2.1l-1.125 2zm0-6h2.1l1.15-2.025L13.075 4h-2.15L9.8 5.975zM9.175 9L8.05 7H5.925L4.8 9l1.125 2H8.05zm0 6L8.05 13H5.9l-1.1 2l1.125 2H8.05zm1.775 1L9.8 18.025L10.925 20h2.15l1.125-1.975L13.05 16zm5 1h2.125l1.125-2l-1.125-2H15.95l-1.125 2z"/></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.05%2019H5.925q-.55%200-1.012-.275t-.738-.75l-1.125-2q-.275-.45-.275-.975t.275-.975L4.2%2012L3.05%209.975q-.275-.45-.275-.975t.275-.975l1.125-2q.275-.475.738-.75T5.925%205H8.05l1.125-1.975q.275-.475.738-.75T10.925%202h2.15q.55%200%201.013.275t.737.75L15.95%205h2.125q.55%200%201.013.275t.737.75l1.125%202q.275.45.275.975t-.275.975L19.8%2012l1.15%202.025q.275.45.275.975t-.275.975l-1.125%202q-.275.475-.737.75T18.075%2019H15.95l-1.125%201.975q-.275.475-.737.75T13.074%2022h-2.15q-.55%200-1.012-.275t-.738-.75zm7.9-8h2.15l1.1-2l-1.1-2h-2.15l-1.125%202zm-5%203h2.1l1.125-2l-1.125-2h-2.1l-1.125%202zm0-6h2.1l1.15-2.025L13.075%204h-2.15L9.8%205.975zM9.175%209L8.05%207H5.925L4.8%209l1.125%202H8.05zm0%206L8.05%2013H5.9l-1.1%202l1.125%202H8.05zm1.775%201L9.8%2018.025L10.925%2020h2.15l1.125-1.975L13.05%2016zm5%201h2.125l1.125-2l-1.125-2H15.95l-1.125%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%22M8.05%2019H5.925q-.55%200-1.012-.275t-.738-.75l-1.125-2q-.275-.45-.275-.975t.275-.975L4.2%2012L3.05%209.975q-.275-.45-.275-.975t.275-.975l1.125-2q.275-.475.738-.75T5.925%205H8.05l1.125-1.975q.275-.475.738-.75T10.925%202h2.15q.55%200%201.013.275t.737.75L15.95%205h2.125q.55%200%201.013.275t.737.75l1.125%202q.275.45.275.975t-.275.975L19.8%2012l1.15%202.025q.275.45.275.975t-.275.975l-1.125%202q-.275.475-.737.75T18.075%2019H15.95l-1.125%201.975q-.275.475-.737.75T13.074%2022h-2.15q-.55%200-1.012-.275t-.738-.75zm7.9-8h2.15l1.1-2l-1.1-2h-2.15l-1.125%202zm-5%203h2.1l1.125-2l-1.125-2h-2.1l-1.125%202zm0-6h2.1l1.15-2.025L13.075%204h-2.15L9.8%205.975zM9.175%209L8.05%207H5.925L4.8%209l1.125%202H8.05zm0%206L8.05%2013H5.9l-1.1%202l1.125%202H8.05zm1.775%201L9.8%2018.025L10.925%2020h2.15l1.125-1.975L13.05%2016zm5%201h2.125l1.125-2l-1.125-2H15.95l-1.125%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hive-outline-rounded.svg?color=%231a73e8&size=48