hive icon
hive from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- hive
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-hive
The same icon in other sets
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="m20.895 7.553l-2-4A1 1 0 0 0 18 3h-5c-.379 0-.725.214-.895.553L10.382 7H6c-.379 0-.725.214-.895.553l-2 4a1 1 0 0 0 0 .895l2 4c.17.338.516.552.895.552h4.382l1.724 3.447A1 1 0 0 0 13 21h5c.379 0 .725-.214.895-.553l2-4a1 1 0 0 0 0-.895L19.118 12l1.776-3.553a1 1 0 0 0 .001-.894M13.618 5h3.764l1.5 3l-1.5 3h-3.764l-1.5-3zm-8.5 7l1.5-3h3.764l1.5 3l-1.5 3H6.618zm12.264 7h-3.764l-1.5-3l1.5-3h3.764l1.5 3z"/></svg>
React
import type { SVGProps } from "react";
export function BxHive(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="m20.895 7.553l-2-4A1 1 0 0 0 18 3h-5c-.379 0-.725.214-.895.553L10.382 7H6c-.379 0-.725.214-.895.553l-2 4a1 1 0 0 0 0 .895l2 4c.17.338.516.552.895.552h4.382l1.724 3.447A1 1 0 0 0 13 21h5c.379 0 .725-.214.895-.553l2-4a1 1 0 0 0 0-.895L19.118 12l1.776-3.553a1 1 0 0 0 .001-.894M13.618 5h3.764l1.5 3l-1.5 3h-3.764l-1.5-3zm-8.5 7l1.5-3h3.764l1.5 3l-1.5 3H6.618zm12.264 7h-3.764l-1.5-3l1.5-3h3.764l1.5 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="m20.895 7.553l-2-4A1 1 0 0 0 18 3h-5c-.379 0-.725.214-.895.553L10.382 7H6c-.379 0-.725.214-.895.553l-2 4a1 1 0 0 0 0 .895l2 4c.17.338.516.552.895.552h4.382l1.724 3.447A1 1 0 0 0 13 21h5c.379 0 .725-.214.895-.553l2-4a1 1 0 0 0 0-.895L19.118 12l1.776-3.553a1 1 0 0 0 .001-.894M13.618 5h3.764l1.5 3l-1.5 3h-3.764l-1.5-3zm-8.5 7l1.5-3h3.764l1.5 3l-1.5 3H6.618zm12.264 7h-3.764l-1.5-3l1.5-3h3.764l1.5 3z"/></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%22m20.895%207.553l-2-4A1%201%200%200%200%2018%203h-5c-.379%200-.725.214-.895.553L10.382%207H6c-.379%200-.725.214-.895.553l-2%204a1%201%200%200%200%200%20.895l2%204c.17.338.516.552.895.552h4.382l1.724%203.447A1%201%200%200%200%2013%2021h5c.379%200%20.725-.214.895-.553l2-4a1%201%200%200%200%200-.895L19.118%2012l1.776-3.553a1%201%200%200%200%20.001-.894M13.618%205h3.764l1.5%203l-1.5%203h-3.764l-1.5-3zm-8.5%207l1.5-3h3.764l1.5%203l-1.5%203H6.618zm12.264%207h-3.764l-1.5-3l1.5-3h3.764l1.5%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%22m20.895%207.553l-2-4A1%201%200%200%200%2018%203h-5c-.379%200-.725.214-.895.553L10.382%207H6c-.379%200-.725.214-.895.553l-2%204a1%201%200%200%200%200%20.895l2%204c.17.338.516.552.895.552h4.382l1.724%203.447A1%201%200%200%200%2013%2021h5c.379%200%20.725-.214.895-.553l2-4a1%201%200%200%200%200-.895L19.118%2012l1.776-3.553a1%201%200%200%200%20.001-.894M13.618%205h3.764l1.5%203l-1.5%203h-3.764l-1.5-3zm-8.5%207l1.5-3h3.764l1.5%203l-1.5%203H6.618zm12.264%207h-3.764l-1.5-3l1.5-3h3.764l1.5%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/hive.svg?color=%231a73e8&size=48