coffee beans icon

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

Name
coffee-beans
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the coffee beans icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 5.649c-2.842-2.842-6.792-3.5-8.822-1.47m0 0c-2.03 2.03-1.371 5.979 1.47 8.821m-1.47-8.822c.245 1.226 1.544 3.896 4.78 4.778m.253 10.833c2.086 2.086 6.146 1.41 9.067-1.511c2.92-2.921 3.597-6.98 1.51-9.067M9.212 19.79c-2.086-2.087-1.41-6.146 1.511-9.067c2.921-2.92 6.98-3.597 9.067-1.51M9.21 19.788c1.511-.504 4.372-.917 5.667-5.667c.907-3.324 3.652-4.659 4.91-4.91"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCoffeeBeans(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M13 5.649c-2.842-2.842-6.792-3.5-8.822-1.47m0 0c-2.03 2.03-1.371 5.979 1.47 8.821m-1.47-8.822c.245 1.226 1.544 3.896 4.78 4.778m.253 10.833c2.086 2.086 6.146 1.41 9.067-1.511c2.92-2.921 3.597-6.98 1.51-9.067M9.212 19.79c-2.086-2.087-1.41-6.146 1.511-9.067c2.921-2.92 6.98-3.597 9.067-1.51M9.21 19.788c1.511-.504 4.372-.917 5.667-5.667c.907-3.324 3.652-4.659 4.91-4.91"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 5.649c-2.842-2.842-6.792-3.5-8.822-1.47m0 0c-2.03 2.03-1.371 5.979 1.47 8.821m-1.47-8.822c.245 1.226 1.544 3.896 4.78 4.778m.253 10.833c2.086 2.086 6.146 1.41 9.067-1.511c2.92-2.921 3.597-6.98 1.51-9.067M9.212 19.79c-2.086-2.087-1.41-6.146 1.511-9.067c2.921-2.92 6.98-3.597 9.067-1.51M9.21 19.788c1.511-.504 4.372-.917 5.667-5.667c.907-3.324 3.652-4.659 4.91-4.91"/></svg>
</template>

CSS

.icon-coffee-beans {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13%205.649c-2.842-2.842-6.792-3.5-8.822-1.47m0%200c-2.03%202.03-1.371%205.979%201.47%208.821m-1.47-8.822c.245%201.226%201.544%203.896%204.78%204.778m.253%2010.833c2.086%202.086%206.146%201.41%209.067-1.511c2.92-2.921%203.597-6.98%201.51-9.067M9.212%2019.79c-2.086-2.087-1.41-6.146%201.511-9.067c2.921-2.92%206.98-3.597%209.067-1.51M9.21%2019.788c1.511-.504%204.372-.917%205.667-5.667c.907-3.324%203.652-4.659%204.91-4.91%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13%205.649c-2.842-2.842-6.792-3.5-8.822-1.47m0%200c-2.03%202.03-1.371%205.979%201.47%208.821m-1.47-8.822c.245%201.226%201.544%203.896%204.78%204.778m.253%2010.833c2.086%202.086%206.146%201.41%209.067-1.511c2.92-2.921%203.597-6.98%201.51-9.067M9.212%2019.79c-2.086-2.087-1.41-6.146%201.511-9.067c2.921-2.92%206.98-3.597%209.067-1.51M9.21%2019.788c1.511-.504%204.372-.917%205.667-5.667c.907-3.324%203.652-4.659%204.91-4.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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