honey-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
honey-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the honey 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M16.5 5h-9c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C6 4.199 6 3.966 6 3.5s0-.699.076-.883a1 1 0 0 1 .541-.54C6.801 2 7.034 2 7.5 2h9c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54C17.199 5 16.966 5 16.5 5Zm-9 0l-.182.219c-1.147 1.376-1.72 2.064-2.02 2.89C5 8.932 5 9.828 5 11.62V16c0 2.828 0 4.243.879 5.121C6.757 22 8.172 22 11 22h2c2.828 0 4.243 0 5.121-.879C19 20.243 19 18.828 19 16v-4.38c0-1.791 0-2.687-.299-3.512c-.298-.825-.872-1.513-2.019-2.89L16.5 5"/><path stroke-linejoin="round" d="M10 13.294v-1.882L12 10l2 1.412v1.882m-4 0l2 1.412m-2-1.412l-2 1.412v1.882L10 18l2-1.412m2-3.294l-2 1.412m2-1.412l2 1.412v1.882L14 18l-2-1.412m0-1.882v1.882"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHoney01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M16.5 5h-9c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C6 4.199 6 3.966 6 3.5s0-.699.076-.883a1 1 0 0 1 .541-.54C6.801 2 7.034 2 7.5 2h9c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54C17.199 5 16.966 5 16.5 5Zm-9 0l-.182.219c-1.147 1.376-1.72 2.064-2.02 2.89C5 8.932 5 9.828 5 11.62V16c0 2.828 0 4.243.879 5.121C6.757 22 8.172 22 11 22h2c2.828 0 4.243 0 5.121-.879C19 20.243 19 18.828 19 16v-4.38c0-1.791 0-2.687-.299-3.512c-.298-.825-.872-1.513-2.019-2.89L16.5 5"/><path strokeLinejoin="round" d="M10 13.294v-1.882L12 10l2 1.412v1.882m-4 0l2 1.412m-2-1.412l-2 1.412v1.882L10 18l2-1.412m2-3.294l-2 1.412m2-1.412l2 1.412v1.882L14 18l-2-1.412m0-1.882v1.882"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M16.5 5h-9c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C6 4.199 6 3.966 6 3.5s0-.699.076-.883a1 1 0 0 1 .541-.54C6.801 2 7.034 2 7.5 2h9c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54C17.199 5 16.966 5 16.5 5Zm-9 0l-.182.219c-1.147 1.376-1.72 2.064-2.02 2.89C5 8.932 5 9.828 5 11.62V16c0 2.828 0 4.243.879 5.121C6.757 22 8.172 22 11 22h2c2.828 0 4.243 0 5.121-.879C19 20.243 19 18.828 19 16v-4.38c0-1.791 0-2.687-.299-3.512c-.298-.825-.872-1.513-2.019-2.89L16.5 5"/><path stroke-linejoin="round" d="M10 13.294v-1.882L12 10l2 1.412v1.882m-4 0l2 1.412m-2-1.412l-2 1.412v1.882L10 18l2-1.412m2-3.294l-2 1.412m2-1.412l2 1.412v1.882L14 18l-2-1.412m0-1.882v1.882"/></g></svg>
</template>

CSS

.icon-honey-01 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%205h-9c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C6%204.199%206%203.966%206%203.5s0-.699.076-.883a1%201%200%200%201%20.541-.54C6.801%202%207.034%202%207.5%202h9c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54C17.199%205%2016.966%205%2016.5%205Zm-9%200l-.182.219c-1.147%201.376-1.72%202.064-2.02%202.89C5%208.932%205%209.828%205%2011.62V16c0%202.828%200%204.243.879%205.121C6.757%2022%208.172%2022%2011%2022h2c2.828%200%204.243%200%205.121-.879C19%2020.243%2019%2018.828%2019%2016v-4.38c0-1.791%200-2.687-.299-3.512c-.298-.825-.872-1.513-2.019-2.89L16.5%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2013.294v-1.882L12%2010l2%201.412v1.882m-4%200l2%201.412m-2-1.412l-2%201.412v1.882L10%2018l2-1.412m2-3.294l-2%201.412m2-1.412l2%201.412v1.882L14%2018l-2-1.412m0-1.882v1.882%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%205h-9c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C6%204.199%206%203.966%206%203.5s0-.699.076-.883a1%201%200%200%201%20.541-.54C6.801%202%207.034%202%207.5%202h9c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54C17.199%205%2016.966%205%2016.5%205Zm-9%200l-.182.219c-1.147%201.376-1.72%202.064-2.02%202.89C5%208.932%205%209.828%205%2011.62V16c0%202.828%200%204.243.879%205.121C6.757%2022%208.172%2022%2011%2022h2c2.828%200%204.243%200%205.121-.879C19%2020.243%2019%2018.828%2019%2016v-4.38c0-1.791%200-2.687-.299-3.512c-.298-.825-.872-1.513-2.019-2.89L16.5%205%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2013.294v-1.882L12%2010l2%201.412v1.882m-4%200l2%201.412m-2-1.412l-2%201.412v1.882L10%2018l2-1.412m2-3.294l-2%201.412m2-1.412l2%201.412v1.882L14%2018l-2-1.412m0-1.882v1.882%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/honey-01.svg?color=%231a73e8&size=48