beekeeper icon
beekeeper from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- beekeeper
- Set
- Material Design Icons
- Style
- Filled
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- apiarists, apiculturists, honey-farmer
More agriculture icons from Material Design Icons
Use the beekeeper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 5h-3c0-1.66-1.79-3-4-3S8 3.34 8 5H5c-.55 0-1 .45-1 1s.45 1 1 1v7a2 2 0 0 0 2 2h10c1.11 0 2-.89 2-2V7c.55 0 1-.45 1-1s-.45-1-1-1m-2 9H7V7h10zm-1.14-6c.08.32.14.65.14 1c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-.35.06-.68.14-1h2.14c-.17.3-.28.63-.28 1c0 1.1.9 2 2 2s2-.9 2-2c0-.37-.11-.7-.28-1zM20 19v3H4v-3c0-.78.47-1.45 1.18-2H12c-2.72 0-5.81 1.29-6 2v1h12v-1c-.19-.71-3.28-2-6-2h6.82c.71.55 1.18 1.22 1.18 2"/></svg>
React
import type { SVGProps } from "react";
export function MdiBeekeeper(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="M19 5h-3c0-1.66-1.79-3-4-3S8 3.34 8 5H5c-.55 0-1 .45-1 1s.45 1 1 1v7a2 2 0 0 0 2 2h10c1.11 0 2-.89 2-2V7c.55 0 1-.45 1-1s-.45-1-1-1m-2 9H7V7h10zm-1.14-6c.08.32.14.65.14 1c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-.35.06-.68.14-1h2.14c-.17.3-.28.63-.28 1c0 1.1.9 2 2 2s2-.9 2-2c0-.37-.11-.7-.28-1zM20 19v3H4v-3c0-.78.47-1.45 1.18-2H12c-2.72 0-5.81 1.29-6 2v1h12v-1c-.19-.71-3.28-2-6-2h6.82c.71.55 1.18 1.22 1.18 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 5h-3c0-1.66-1.79-3-4-3S8 3.34 8 5H5c-.55 0-1 .45-1 1s.45 1 1 1v7a2 2 0 0 0 2 2h10c1.11 0 2-.89 2-2V7c.55 0 1-.45 1-1s-.45-1-1-1m-2 9H7V7h10zm-1.14-6c.08.32.14.65.14 1c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-.35.06-.68.14-1h2.14c-.17.3-.28.63-.28 1c0 1.1.9 2 2 2s2-.9 2-2c0-.37-.11-.7-.28-1zM20 19v3H4v-3c0-.78.47-1.45 1.18-2H12c-2.72 0-5.81 1.29-6 2v1h12v-1c-.19-.71-3.28-2-6-2h6.82c.71.55 1.18 1.22 1.18 2"/></svg> </template>
CSS
.icon-beekeeper {
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%22M19%205h-3c0-1.66-1.79-3-4-3S8%203.34%208%205H5c-.55%200-1%20.45-1%201s.45%201%201%201v7a2%202%200%200%200%202%202h10c1.11%200%202-.89%202-2V7c.55%200%201-.45%201-1s-.45-1-1-1m-2%209H7V7h10zm-1.14-6c.08.32.14.65.14%201c0%202.21-1.79%204-4%204s-4-1.79-4-4c0-.35.06-.68.14-1h2.14c-.17.3-.28.63-.28%201c0%201.1.9%202%202%202s2-.9%202-2c0-.37-.11-.7-.28-1zM20%2019v3H4v-3c0-.78.47-1.45%201.18-2H12c-2.72%200-5.81%201.29-6%202v1h12v-1c-.19-.71-3.28-2-6-2h6.82c.71.55%201.18%201.22%201.18%202%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%22M19%205h-3c0-1.66-1.79-3-4-3S8%203.34%208%205H5c-.55%200-1%20.45-1%201s.45%201%201%201v7a2%202%200%200%200%202%202h10c1.11%200%202-.89%202-2V7c.55%200%201-.45%201-1s-.45-1-1-1m-2%209H7V7h10zm-1.14-6c.08.32.14.65.14%201c0%202.21-1.79%204-4%204s-4-1.79-4-4c0-.35.06-.68.14-1h2.14c-.17.3-.28.63-.28%201c0%201.1.9%202%202%202s2-.9%202-2c0-.37-.11-.7-.28-1zM20%2019v3H4v-3c0-.78.47-1.45%201.18-2H12c-2.72%200-5.81%201.29-6%202v1h12v-1c-.19-.71-3.28-2-6-2h6.82c.71.55%201.18%201.22%201.18%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/beekeeper.svg?color=%231a73e8&size=48