honeybee emoji
honeybee from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- honeybee
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Nature
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More nature icons from Emoji One (Colored)
Use the honeybee emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#8fbedb"><path d="M60.2 12.5c-3.4-3.6-9.6-1.8-13.9 4s-7.5 20-7.5 20s14.6-2 18.9-7.8s5.8-12.6 2.5-16.2m-56.4 0c3.4-3.6 9.6-1.8 13.9 4s7.5 20 7.5 20s-14.6-2-18.9-7.8S.5 16.1 3.8 12.5" opacity=".6"/><path d="M4.1 40.3c-1.2-9.9 26.6-2.6 26.6-2.6S6.9 62.9 4.1 40.3m55.2 0c1.2-9.9-26.6-2.6-26.6-2.6s23.8 25.2 26.6 2.6" opacity=".6"/></g><path fill="#3e4347" d="M44 37.5c0 26.3-24 26.3-24 0c0-8.4 24-8.4 24 0"/><g fill="#ffce31"><path d="M22.7 36.6c-.4.6-.7 1.3-.7 2c0 1.2.1 2.2.2 3.3c6.3.5 13.4.5 19.7 0c.1-1 .2-2.1.2-3.3c0-.8-.2-1.4-.7-2c-6.1 1.4-12.7 1.4-18.7 0m.6 10.7q1.05 3 2.7 4.8c3.9-.6 8-.6 12 0q1.65-1.8 2.7-4.8c-5.6-.4-11.8-.4-17.4 0"/><circle cx="32" cy="22" r="13.8"/></g><g fill="#3e4347"><path d="m28.4 9.7l-.9-.1c.1-1.9-1.3-4.3-3.8-5l.2-.9c2.7.8 4.6 3.4 4.5 6"/><path d="M25.5 2.8c.8.9.7 2.3-.2 3.1s-2.3.7-3.1-.2s-.7-2.3.2-3.1c.9-.9 2.3-.8 3.1.2m10.1 6.9l.9-.1c-.1-1.9 1.3-4.3 3.8-5l-.2-.9c-2.7.8-4.6 3.4-4.5 6"/><path d="M38.5 2.8c-.8.9-.7 2.3.2 3.1s2.3.7 3.1-.2s.7-2.3-.2-3.1c-.9-.9-2.3-.8-3.1.2"/></g><path fill="#fcfcfa" d="M44.3 22.6c0 3.3-2.2 6-5 6s-5-2.7-5-6s2.2-6 5-6c2.7 0 5 2.7 5 6"/><path fill="#3f3438" d="M41.8 22.6c0 1.7-1.1 3-2.5 3s-2.5-1.3-2.5-3s1.1-3 2.5-3c1.3 0 2.5 1.3 2.5 3"/><path fill="#fcfcfa" d="M29.7 22.6c0 3.3-2.2 6-5 6s-5-2.7-5-6s2.2-6 5-6s5 2.7 5 6"/><path fill="#3f3438" d="M27.2 22.6c0 1.7-1.1 3-2.5 3s-2.5-1.3-2.5-3s1.1-3 2.5-3s2.5 1.3 2.5 3"/><path fill="#3e4347" d="M32 32.2c-2.4 0-4.5-.9-4.5-1.8c0-.1 0-.2.1-.3s.2-.1.4-.1s.3.1.6.2c.6.2 1.7.7 3.5.7s2.9-.5 3.4-.7c.2-.2.4-.2.5-.2c.2 0 .4.1.4.4c.1.9-2 1.8-4.4 1.8M31.1 62s1.1-3.7-.3-6.1c-.2-.3 2.8-.8 3-.5c1.8 3.4-2.7 6.6-2.7 6.6"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneHoneybee(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#8fbedb"><path d="M60.2 12.5c-3.4-3.6-9.6-1.8-13.9 4s-7.5 20-7.5 20s14.6-2 18.9-7.8s5.8-12.6 2.5-16.2m-56.4 0c3.4-3.6 9.6-1.8 13.9 4s7.5 20 7.5 20s-14.6-2-18.9-7.8S.5 16.1 3.8 12.5" opacity=".6"/><path d="M4.1 40.3c-1.2-9.9 26.6-2.6 26.6-2.6S6.9 62.9 4.1 40.3m55.2 0c1.2-9.9-26.6-2.6-26.6-2.6s23.8 25.2 26.6 2.6" opacity=".6"/></g><path fill="#3e4347" d="M44 37.5c0 26.3-24 26.3-24 0c0-8.4 24-8.4 24 0"/><g fill="#ffce31"><path d="M22.7 36.6c-.4.6-.7 1.3-.7 2c0 1.2.1 2.2.2 3.3c6.3.5 13.4.5 19.7 0c.1-1 .2-2.1.2-3.3c0-.8-.2-1.4-.7-2c-6.1 1.4-12.7 1.4-18.7 0m.6 10.7q1.05 3 2.7 4.8c3.9-.6 8-.6 12 0q1.65-1.8 2.7-4.8c-5.6-.4-11.8-.4-17.4 0"/><circle cx="32" cy="22" r="13.8"/></g><g fill="#3e4347"><path d="m28.4 9.7l-.9-.1c.1-1.9-1.3-4.3-3.8-5l.2-.9c2.7.8 4.6 3.4 4.5 6"/><path d="M25.5 2.8c.8.9.7 2.3-.2 3.1s-2.3.7-3.1-.2s-.7-2.3.2-3.1c.9-.9 2.3-.8 3.1.2m10.1 6.9l.9-.1c-.1-1.9 1.3-4.3 3.8-5l-.2-.9c-2.7.8-4.6 3.4-4.5 6"/><path d="M38.5 2.8c-.8.9-.7 2.3.2 3.1s2.3.7 3.1-.2s.7-2.3-.2-3.1c-.9-.9-2.3-.8-3.1.2"/></g><path fill="#fcfcfa" d="M44.3 22.6c0 3.3-2.2 6-5 6s-5-2.7-5-6s2.2-6 5-6c2.7 0 5 2.7 5 6"/><path fill="#3f3438" d="M41.8 22.6c0 1.7-1.1 3-2.5 3s-2.5-1.3-2.5-3s1.1-3 2.5-3c1.3 0 2.5 1.3 2.5 3"/><path fill="#fcfcfa" d="M29.7 22.6c0 3.3-2.2 6-5 6s-5-2.7-5-6s2.2-6 5-6s5 2.7 5 6"/><path fill="#3f3438" d="M27.2 22.6c0 1.7-1.1 3-2.5 3s-2.5-1.3-2.5-3s1.1-3 2.5-3s2.5 1.3 2.5 3"/><path fill="#3e4347" d="M32 32.2c-2.4 0-4.5-.9-4.5-1.8c0-.1 0-.2.1-.3s.2-.1.4-.1s.3.1.6.2c.6.2 1.7.7 3.5.7s2.9-.5 3.4-.7c.2-.2.4-.2.5-.2c.2 0 .4.1.4.4c.1.9-2 1.8-4.4 1.8M31.1 62s1.1-3.7-.3-6.1c-.2-.3 2.8-.8 3-.5c1.8 3.4-2.7 6.6-2.7 6.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#8fbedb"><path d="M60.2 12.5c-3.4-3.6-9.6-1.8-13.9 4s-7.5 20-7.5 20s14.6-2 18.9-7.8s5.8-12.6 2.5-16.2m-56.4 0c3.4-3.6 9.6-1.8 13.9 4s7.5 20 7.5 20s-14.6-2-18.9-7.8S.5 16.1 3.8 12.5" opacity=".6"/><path d="M4.1 40.3c-1.2-9.9 26.6-2.6 26.6-2.6S6.9 62.9 4.1 40.3m55.2 0c1.2-9.9-26.6-2.6-26.6-2.6s23.8 25.2 26.6 2.6" opacity=".6"/></g><path fill="#3e4347" d="M44 37.5c0 26.3-24 26.3-24 0c0-8.4 24-8.4 24 0"/><g fill="#ffce31"><path d="M22.7 36.6c-.4.6-.7 1.3-.7 2c0 1.2.1 2.2.2 3.3c6.3.5 13.4.5 19.7 0c.1-1 .2-2.1.2-3.3c0-.8-.2-1.4-.7-2c-6.1 1.4-12.7 1.4-18.7 0m.6 10.7q1.05 3 2.7 4.8c3.9-.6 8-.6 12 0q1.65-1.8 2.7-4.8c-5.6-.4-11.8-.4-17.4 0"/><circle cx="32" cy="22" r="13.8"/></g><g fill="#3e4347"><path d="m28.4 9.7l-.9-.1c.1-1.9-1.3-4.3-3.8-5l.2-.9c2.7.8 4.6 3.4 4.5 6"/><path d="M25.5 2.8c.8.9.7 2.3-.2 3.1s-2.3.7-3.1-.2s-.7-2.3.2-3.1c.9-.9 2.3-.8 3.1.2m10.1 6.9l.9-.1c-.1-1.9 1.3-4.3 3.8-5l-.2-.9c-2.7.8-4.6 3.4-4.5 6"/><path d="M38.5 2.8c-.8.9-.7 2.3.2 3.1s2.3.7 3.1-.2s.7-2.3-.2-3.1c-.9-.9-2.3-.8-3.1.2"/></g><path fill="#fcfcfa" d="M44.3 22.6c0 3.3-2.2 6-5 6s-5-2.7-5-6s2.2-6 5-6c2.7 0 5 2.7 5 6"/><path fill="#3f3438" d="M41.8 22.6c0 1.7-1.1 3-2.5 3s-2.5-1.3-2.5-3s1.1-3 2.5-3c1.3 0 2.5 1.3 2.5 3"/><path fill="#fcfcfa" d="M29.7 22.6c0 3.3-2.2 6-5 6s-5-2.7-5-6s2.2-6 5-6s5 2.7 5 6"/><path fill="#3f3438" d="M27.2 22.6c0 1.7-1.1 3-2.5 3s-2.5-1.3-2.5-3s1.1-3 2.5-3s2.5 1.3 2.5 3"/><path fill="#3e4347" d="M32 32.2c-2.4 0-4.5-.9-4.5-1.8c0-.1 0-.2.1-.3s.2-.1.4-.1s.3.1.6.2c.6.2 1.7.7 3.5.7s2.9-.5 3.4-.7c.2-.2.4-.2.5-.2c.2 0 .4.1.4.4c.1.9-2 1.8-4.4 1.8M31.1 62s1.1-3.7-.3-6.1c-.2-.3 2.8-.8 3-.5c1.8 3.4-2.7 6.6-2.7 6.6"/></svg> </template>
CSS
.icon-honeybee {
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%2064%2064%22%3E%3Cg%20fill%3D%22%238fbedb%22%3E%3Cpath%20d%3D%22M60.2%2012.5c-3.4-3.6-9.6-1.8-13.9%204s-7.5%2020-7.5%2020s14.6-2%2018.9-7.8s5.8-12.6%202.5-16.2m-56.4%200c3.4-3.6%209.6-1.8%2013.9%204s7.5%2020%207.5%2020s-14.6-2-18.9-7.8S.5%2016.1%203.8%2012.5%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M4.1%2040.3c-1.2-9.9%2026.6-2.6%2026.6-2.6S6.9%2062.9%204.1%2040.3m55.2%200c1.2-9.9-26.6-2.6-26.6-2.6s23.8%2025.2%2026.6%202.6%22%20opacity%3D%22.6%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M44%2037.5c0%2026.3-24%2026.3-24%200c0-8.4%2024-8.4%2024%200%22%2F%3E%3Cg%20fill%3D%22%23ffce31%22%3E%3Cpath%20d%3D%22M22.7%2036.6c-.4.6-.7%201.3-.7%202c0%201.2.1%202.2.2%203.3c6.3.5%2013.4.5%2019.7%200c.1-1%20.2-2.1.2-3.3c0-.8-.2-1.4-.7-2c-6.1%201.4-12.7%201.4-18.7%200m.6%2010.7q1.05%203%202.7%204.8c3.9-.6%208-.6%2012%200q1.65-1.8%202.7-4.8c-5.6-.4-11.8-.4-17.4%200%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2222%22%20r%3D%2213.8%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cpath%20d%3D%22m28.4%209.7l-.9-.1c.1-1.9-1.3-4.3-3.8-5l.2-.9c2.7.8%204.6%203.4%204.5%206%22%2F%3E%3Cpath%20d%3D%22M25.5%202.8c.8.9.7%202.3-.2%203.1s-2.3.7-3.1-.2s-.7-2.3.2-3.1c.9-.9%202.3-.8%203.1.2m10.1%206.9l.9-.1c-.1-1.9%201.3-4.3%203.8-5l-.2-.9c-2.7.8-4.6%203.4-4.5%206%22%2F%3E%3Cpath%20d%3D%22M38.5%202.8c-.8.9-.7%202.3.2%203.1s2.3.7%203.1-.2s.7-2.3-.2-3.1c-.9-.9-2.3-.8-3.1.2%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fcfcfa%22%20d%3D%22M44.3%2022.6c0%203.3-2.2%206-5%206s-5-2.7-5-6s2.2-6%205-6c2.7%200%205%202.7%205%206%22%2F%3E%3Cpath%20fill%3D%22%233f3438%22%20d%3D%22M41.8%2022.6c0%201.7-1.1%203-2.5%203s-2.5-1.3-2.5-3s1.1-3%202.5-3c1.3%200%202.5%201.3%202.5%203%22%2F%3E%3Cpath%20fill%3D%22%23fcfcfa%22%20d%3D%22M29.7%2022.6c0%203.3-2.2%206-5%206s-5-2.7-5-6s2.2-6%205-6s5%202.7%205%206%22%2F%3E%3Cpath%20fill%3D%22%233f3438%22%20d%3D%22M27.2%2022.6c0%201.7-1.1%203-2.5%203s-2.5-1.3-2.5-3s1.1-3%202.5-3s2.5%201.3%202.5%203%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M32%2032.2c-2.4%200-4.5-.9-4.5-1.8c0-.1%200-.2.1-.3s.2-.1.4-.1s.3.1.6.2c.6.2%201.7.7%203.5.7s2.9-.5%203.4-.7c.2-.2.4-.2.5-.2c.2%200%20.4.1.4.4c.1.9-2%201.8-4.4%201.8M31.1%2062s1.1-3.7-.3-6.1c-.2-.3%202.8-.8%203-.5c1.8%203.4-2.7%206.6-2.7%206.6%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%2064%2064%22%3E%3Cg%20fill%3D%22%238fbedb%22%3E%3Cpath%20d%3D%22M60.2%2012.5c-3.4-3.6-9.6-1.8-13.9%204s-7.5%2020-7.5%2020s14.6-2%2018.9-7.8s5.8-12.6%202.5-16.2m-56.4%200c3.4-3.6%209.6-1.8%2013.9%204s7.5%2020%207.5%2020s-14.6-2-18.9-7.8S.5%2016.1%203.8%2012.5%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M4.1%2040.3c-1.2-9.9%2026.6-2.6%2026.6-2.6S6.9%2062.9%204.1%2040.3m55.2%200c1.2-9.9-26.6-2.6-26.6-2.6s23.8%2025.2%2026.6%202.6%22%20opacity%3D%22.6%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M44%2037.5c0%2026.3-24%2026.3-24%200c0-8.4%2024-8.4%2024%200%22%2F%3E%3Cg%20fill%3D%22%23ffce31%22%3E%3Cpath%20d%3D%22M22.7%2036.6c-.4.6-.7%201.3-.7%202c0%201.2.1%202.2.2%203.3c6.3.5%2013.4.5%2019.7%200c.1-1%20.2-2.1.2-3.3c0-.8-.2-1.4-.7-2c-6.1%201.4-12.7%201.4-18.7%200m.6%2010.7q1.05%203%202.7%204.8c3.9-.6%208-.6%2012%200q1.65-1.8%202.7-4.8c-5.6-.4-11.8-.4-17.4%200%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2222%22%20r%3D%2213.8%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cpath%20d%3D%22m28.4%209.7l-.9-.1c.1-1.9-1.3-4.3-3.8-5l.2-.9c2.7.8%204.6%203.4%204.5%206%22%2F%3E%3Cpath%20d%3D%22M25.5%202.8c.8.9.7%202.3-.2%203.1s-2.3.7-3.1-.2s-.7-2.3.2-3.1c.9-.9%202.3-.8%203.1.2m10.1%206.9l.9-.1c-.1-1.9%201.3-4.3%203.8-5l-.2-.9c-2.7.8-4.6%203.4-4.5%206%22%2F%3E%3Cpath%20d%3D%22M38.5%202.8c-.8.9-.7%202.3.2%203.1s2.3.7%203.1-.2s.7-2.3-.2-3.1c-.9-.9-2.3-.8-3.1.2%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fcfcfa%22%20d%3D%22M44.3%2022.6c0%203.3-2.2%206-5%206s-5-2.7-5-6s2.2-6%205-6c2.7%200%205%202.7%205%206%22%2F%3E%3Cpath%20fill%3D%22%233f3438%22%20d%3D%22M41.8%2022.6c0%201.7-1.1%203-2.5%203s-2.5-1.3-2.5-3s1.1-3%202.5-3c1.3%200%202.5%201.3%202.5%203%22%2F%3E%3Cpath%20fill%3D%22%23fcfcfa%22%20d%3D%22M29.7%2022.6c0%203.3-2.2%206-5%206s-5-2.7-5-6s2.2-6%205-6s5%202.7%205%206%22%2F%3E%3Cpath%20fill%3D%22%233f3438%22%20d%3D%22M27.2%2022.6c0%201.7-1.1%203-2.5%203s-2.5-1.3-2.5-3s1.1-3%202.5-3s2.5%201.3%202.5%203%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M32%2032.2c-2.4%200-4.5-.9-4.5-1.8c0-.1%200-.2.1-.3s.2-.1.4-.1s.3.1.6.2c.6.2%201.7.7%203.5.7s2.9-.5%203.4-.7c.2-.2.4-.2.5-.2c.2%200%20.4.1.4.4c.1.9-2%201.8-4.4%201.8M31.1%2062s1.1-3.7-.3-6.1c-.2-.3%202.8-.8%203-.5c1.8%203.4-2.7%206.6-2.7%206.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/honeybee.svg?color=%231a73e8&size=48