honeybee emoji
honeybee from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- honeybee
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the honeybee emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.57 1.041c-1.48-.03-2.79.66-3.63 1.74l-.02.03l-.03.04q-.015.018-.03.04l-4.11 5.535a9 9 0 0 0-4.028 2.6q-.404.015-.792.082v-.107c0-1.1-.61-2.08-1.59-2.57l-.68-.38a.5.5 0 1 0-.44.9l.67.38c.64.32 1.04.96 1.04 1.67v.373A6 6 0 0 0 1 17.022c0 3.233 2.547 5.885 5.74 5.996a9 9 0 0 0 3.74 2.49v.184c0 .51-.2 1-.56 1.36l-.65.65c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l.65-.65a3.44 3.44 0 0 0 .995-2.225a9 9 0 0 0 1.207.115h3.822c.07.794.41 1.534.986 2.11l.65.65c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-.65-.65a1.9 1.9 0 0 1-.535-1.05h.595a8 8 0 0 0 1.978-.248A1.84 1.84 0 0 0 22.83 27h1.47c.41 0 .75-.35.75-.76s-.34-.75-.75-.75h-1.47a.34.34 0 0 1-.327-.245a8 8 0 0 0 3.365-2.964l3.496-4.814l.876-.187c.29-.07.29-.48 0-.54l-.876-.187l-3.496-4.814a8 8 0 0 0-4.014-3.234A4.48 4.48 0 0 0 22.98 5.42c-.06-2.39-2.02-4.34-4.41-4.38m1.348 22.906a6 6 0 0 1-.808.054h-2.504V10.02h2.504q.409 0 .808.054zm5-3.76v-6.353l2.306 3.177zM8.075 21.505a1.37 1.37 0 0 0 .295-.853v-7.27c0-.325-.113-.623-.301-.856a7 7 0 0 1 3.537-2.265v13.502a7 7 0 0 1-3.531-2.258M5.44 18a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastHoneybee(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.57 1.041c-1.48-.03-2.79.66-3.63 1.74l-.02.03l-.03.04q-.015.018-.03.04l-4.11 5.535a9 9 0 0 0-4.028 2.6q-.404.015-.792.082v-.107c0-1.1-.61-2.08-1.59-2.57l-.68-.38a.5.5 0 1 0-.44.9l.67.38c.64.32 1.04.96 1.04 1.67v.373A6 6 0 0 0 1 17.022c0 3.233 2.547 5.885 5.74 5.996a9 9 0 0 0 3.74 2.49v.184c0 .51-.2 1-.56 1.36l-.65.65c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l.65-.65a3.44 3.44 0 0 0 .995-2.225a9 9 0 0 0 1.207.115h3.822c.07.794.41 1.534.986 2.11l.65.65c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-.65-.65a1.9 1.9 0 0 1-.535-1.05h.595a8 8 0 0 0 1.978-.248A1.84 1.84 0 0 0 22.83 27h1.47c.41 0 .75-.35.75-.76s-.34-.75-.75-.75h-1.47a.34.34 0 0 1-.327-.245a8 8 0 0 0 3.365-2.964l3.496-4.814l.876-.187c.29-.07.29-.48 0-.54l-.876-.187l-3.496-4.814a8 8 0 0 0-4.014-3.234A4.48 4.48 0 0 0 22.98 5.42c-.06-2.39-2.02-4.34-4.41-4.38m1.348 22.906a6 6 0 0 1-.808.054h-2.504V10.02h2.504q.409 0 .808.054zm5-3.76v-6.353l2.306 3.177zM8.075 21.505a1.37 1.37 0 0 0 .295-.853v-7.27c0-.325-.113-.623-.301-.856a7 7 0 0 1 3.537-2.265v13.502a7 7 0 0 1-3.531-2.258M5.44 18a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.57 1.041c-1.48-.03-2.79.66-3.63 1.74l-.02.03l-.03.04q-.015.018-.03.04l-4.11 5.535a9 9 0 0 0-4.028 2.6q-.404.015-.792.082v-.107c0-1.1-.61-2.08-1.59-2.57l-.68-.38a.5.5 0 1 0-.44.9l.67.38c.64.32 1.04.96 1.04 1.67v.373A6 6 0 0 0 1 17.022c0 3.233 2.547 5.885 5.74 5.996a9 9 0 0 0 3.74 2.49v.184c0 .51-.2 1-.56 1.36l-.65.65c-.29.29-.29.77 0 1.06c.15.15.34.22.53.22s.38-.07.53-.22l.65-.65a3.44 3.44 0 0 0 .995-2.225a9 9 0 0 0 1.207.115h3.822c.07.794.41 1.534.986 2.11l.65.65c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-.65-.65a1.9 1.9 0 0 1-.535-1.05h.595a8 8 0 0 0 1.978-.248A1.84 1.84 0 0 0 22.83 27h1.47c.41 0 .75-.35.75-.76s-.34-.75-.75-.75h-1.47a.34.34 0 0 1-.327-.245a8 8 0 0 0 3.365-2.964l3.496-4.814l.876-.187c.29-.07.29-.48 0-.54l-.876-.187l-3.496-4.814a8 8 0 0 0-4.014-3.234A4.48 4.48 0 0 0 22.98 5.42c-.06-2.39-2.02-4.34-4.41-4.38m1.348 22.906a6 6 0 0 1-.808.054h-2.504V10.02h2.504q.409 0 .808.054zm5-3.76v-6.353l2.306 3.177zM8.075 21.505a1.37 1.37 0 0 0 .295-.853v-7.27c0-.325-.113-.623-.301-.856a7 7 0 0 1 3.537-2.265v13.502a7 7 0 0 1-3.531-2.258M5.44 18a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.57%201.041c-1.48-.03-2.79.66-3.63%201.74l-.02.03l-.03.04q-.015.018-.03.04l-4.11%205.535a9%209%200%200%200-4.028%202.6q-.404.015-.792.082v-.107c0-1.1-.61-2.08-1.59-2.57l-.68-.38a.5.5%200%201%200-.44.9l.67.38c.64.32%201.04.96%201.04%201.67v.373A6%206%200%200%200%201%2017.022c0%203.233%202.547%205.885%205.74%205.996a9%209%200%200%200%203.74%202.49v.184c0%20.51-.2%201-.56%201.36l-.65.65c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l.65-.65a3.44%203.44%200%200%200%20.995-2.225a9%209%200%200%200%201.207.115h3.822c.07.794.41%201.534.986%202.11l.65.65c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77%200-1.06l-.65-.65a1.9%201.9%200%200%201-.535-1.05h.595a8%208%200%200%200%201.978-.248A1.84%201.84%200%200%200%2022.83%2027h1.47c.41%200%20.75-.35.75-.76s-.34-.75-.75-.75h-1.47a.34.34%200%200%201-.327-.245a8%208%200%200%200%203.365-2.964l3.496-4.814l.876-.187c.29-.07.29-.48%200-.54l-.876-.187l-3.496-4.814a8%208%200%200%200-4.014-3.234A4.48%204.48%200%200%200%2022.98%205.42c-.06-2.39-2.02-4.34-4.41-4.38m1.348%2022.906a6%206%200%200%201-.808.054h-2.504V10.02h2.504q.409%200%20.808.054zm5-3.76v-6.353l2.306%203.177zM8.075%2021.505a1.37%201.37%200%200%200%20.295-.853v-7.27c0-.325-.113-.623-.301-.856a7%207%200%200%201%203.537-2.265v13.502a7%207%200%200%201-3.531-2.258M5.44%2018a1%201%200%201%201%200-2a1%201%200%200%201%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.57%201.041c-1.48-.03-2.79.66-3.63%201.74l-.02.03l-.03.04q-.015.018-.03.04l-4.11%205.535a9%209%200%200%200-4.028%202.6q-.404.015-.792.082v-.107c0-1.1-.61-2.08-1.59-2.57l-.68-.38a.5.5%200%201%200-.44.9l.67.38c.64.32%201.04.96%201.04%201.67v.373A6%206%200%200%200%201%2017.022c0%203.233%202.547%205.885%205.74%205.996a9%209%200%200%200%203.74%202.49v.184c0%20.51-.2%201-.56%201.36l-.65.65c-.29.29-.29.77%200%201.06c.15.15.34.22.53.22s.38-.07.53-.22l.65-.65a3.44%203.44%200%200%200%20.995-2.225a9%209%200%200%200%201.207.115h3.822c.07.794.41%201.534.986%202.11l.65.65c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77%200-1.06l-.65-.65a1.9%201.9%200%200%201-.535-1.05h.595a8%208%200%200%200%201.978-.248A1.84%201.84%200%200%200%2022.83%2027h1.47c.41%200%20.75-.35.75-.76s-.34-.75-.75-.75h-1.47a.34.34%200%200%201-.327-.245a8%208%200%200%200%203.365-2.964l3.496-4.814l.876-.187c.29-.07.29-.48%200-.54l-.876-.187l-3.496-4.814a8%208%200%200%200-4.014-3.234A4.48%204.48%200%200%200%2022.98%205.42c-.06-2.39-2.02-4.34-4.41-4.38m1.348%2022.906a6%206%200%200%201-.808.054h-2.504V10.02h2.504q.409%200%20.808.054zm5-3.76v-6.353l2.306%203.177zM8.075%2021.505a1.37%201.37%200%200%200%20.295-.853v-7.27c0-.325-.113-.623-.301-.856a7%207%200%200%201%203.537-2.265v13.502a7%207%200%200%201-3.531-2.258M5.44%2018a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/honeybee.svg?color=%231a73e8&size=48