coffee bean icon

coffee-bean-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
coffee-bean-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the coffee bean icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M183.79 183.79c-43.14 43.14-103.09 53.14-133.9 22.32s-20.82-90.76 22.32-133.9s103.09-53.14 133.9-22.32s20.82 90.76-22.32 133.9" opacity=".2"/><path d="M211.75 44.25C195 27.47 170.37 20.79 142.46 25.44c-26.91 4.49-53.87 19.09-75.9 41.12s-36.63 49-41.12 75.9c-4.65 27.91 2 52.51 18.81 69.29C57.54 225.05 75.75 232 96.62 232a103.7 103.7 0 0 0 16.92-1.44c26.91-4.49 53.87-19.09 75.9-41.12s36.63-49 41.12-75.9c4.65-27.91-2.03-52.54-18.81-69.29M77.87 77.87c24.69-24.68 55.13-37.94 81.28-37.94a62.26 62.26 0 0 1 29 6.67a108.5 108.5 0 0 0-31.05 16.94c-19.2 15.16-31.63 36.32-36.94 62.89c-9.72 48.58-44.7 65.18-67.48 70.84c-23.97-28.51-13.28-80.92 25.19-119.4m100.26 100.26c-34.69 34.68-80.71 46.78-110.32 31.27a108.7 108.7 0 0 0 31.09-16.94c19.2-15.16 31.63-36.32 36.94-62.89c9.72-48.58 44.7-65.18 67.48-70.84c23.97 28.51 13.28 80.92-25.19 119.4"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCoffeeBeanDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M183.79 183.79c-43.14 43.14-103.09 53.14-133.9 22.32s-20.82-90.76 22.32-133.9s103.09-53.14 133.9-22.32s20.82 90.76-22.32 133.9" opacity=".2"/><path d="M211.75 44.25C195 27.47 170.37 20.79 142.46 25.44c-26.91 4.49-53.87 19.09-75.9 41.12s-36.63 49-41.12 75.9c-4.65 27.91 2 52.51 18.81 69.29C57.54 225.05 75.75 232 96.62 232a103.7 103.7 0 0 0 16.92-1.44c26.91-4.49 53.87-19.09 75.9-41.12s36.63-49 41.12-75.9c4.65-27.91-2.03-52.54-18.81-69.29M77.87 77.87c24.69-24.68 55.13-37.94 81.28-37.94a62.26 62.26 0 0 1 29 6.67a108.5 108.5 0 0 0-31.05 16.94c-19.2 15.16-31.63 36.32-36.94 62.89c-9.72 48.58-44.7 65.18-67.48 70.84c-23.97-28.51-13.28-80.92 25.19-119.4m100.26 100.26c-34.69 34.68-80.71 46.78-110.32 31.27a108.7 108.7 0 0 0 31.09-16.94c19.2-15.16 31.63-36.32 36.94-62.89c9.72-48.58 44.7-65.18 67.48-70.84c23.97 28.51 13.28 80.92-25.19 119.4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M183.79 183.79c-43.14 43.14-103.09 53.14-133.9 22.32s-20.82-90.76 22.32-133.9s103.09-53.14 133.9-22.32s20.82 90.76-22.32 133.9" opacity=".2"/><path d="M211.75 44.25C195 27.47 170.37 20.79 142.46 25.44c-26.91 4.49-53.87 19.09-75.9 41.12s-36.63 49-41.12 75.9c-4.65 27.91 2 52.51 18.81 69.29C57.54 225.05 75.75 232 96.62 232a103.7 103.7 0 0 0 16.92-1.44c26.91-4.49 53.87-19.09 75.9-41.12s36.63-49 41.12-75.9c4.65-27.91-2.03-52.54-18.81-69.29M77.87 77.87c24.69-24.68 55.13-37.94 81.28-37.94a62.26 62.26 0 0 1 29 6.67a108.5 108.5 0 0 0-31.05 16.94c-19.2 15.16-31.63 36.32-36.94 62.89c-9.72 48.58-44.7 65.18-67.48 70.84c-23.97-28.51-13.28-80.92 25.19-119.4m100.26 100.26c-34.69 34.68-80.71 46.78-110.32 31.27a108.7 108.7 0 0 0 31.09-16.94c19.2-15.16 31.63-36.32 36.94-62.89c9.72-48.58 44.7-65.18 67.48-70.84c23.97 28.51 13.28 80.92-25.19 119.4"/></g></svg>
</template>

CSS

.icon-coffee-bean-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M183.79%20183.79c-43.14%2043.14-103.09%2053.14-133.9%2022.32s-20.82-90.76%2022.32-133.9s103.09-53.14%20133.9-22.32s20.82%2090.76-22.32%20133.9%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M211.75%2044.25C195%2027.47%20170.37%2020.79%20142.46%2025.44c-26.91%204.49-53.87%2019.09-75.9%2041.12s-36.63%2049-41.12%2075.9c-4.65%2027.91%202%2052.51%2018.81%2069.29C57.54%20225.05%2075.75%20232%2096.62%20232a103.7%20103.7%200%200%200%2016.92-1.44c26.91-4.49%2053.87-19.09%2075.9-41.12s36.63-49%2041.12-75.9c4.65-27.91-2.03-52.54-18.81-69.29M77.87%2077.87c24.69-24.68%2055.13-37.94%2081.28-37.94a62.26%2062.26%200%200%201%2029%206.67a108.5%20108.5%200%200%200-31.05%2016.94c-19.2%2015.16-31.63%2036.32-36.94%2062.89c-9.72%2048.58-44.7%2065.18-67.48%2070.84c-23.97-28.51-13.28-80.92%2025.19-119.4m100.26%20100.26c-34.69%2034.68-80.71%2046.78-110.32%2031.27a108.7%20108.7%200%200%200%2031.09-16.94c19.2-15.16%2031.63-36.32%2036.94-62.89c9.72-48.58%2044.7-65.18%2067.48-70.84c23.97%2028.51%2013.28%2080.92-25.19%20119.4%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M183.79%20183.79c-43.14%2043.14-103.09%2053.14-133.9%2022.32s-20.82-90.76%2022.32-133.9s103.09-53.14%20133.9-22.32s20.82%2090.76-22.32%20133.9%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M211.75%2044.25C195%2027.47%20170.37%2020.79%20142.46%2025.44c-26.91%204.49-53.87%2019.09-75.9%2041.12s-36.63%2049-41.12%2075.9c-4.65%2027.91%202%2052.51%2018.81%2069.29C57.54%20225.05%2075.75%20232%2096.62%20232a103.7%20103.7%200%200%200%2016.92-1.44c26.91-4.49%2053.87-19.09%2075.9-41.12s36.63-49%2041.12-75.9c4.65-27.91-2.03-52.54-18.81-69.29M77.87%2077.87c24.69-24.68%2055.13-37.94%2081.28-37.94a62.26%2062.26%200%200%201%2029%206.67a108.5%20108.5%200%200%200-31.05%2016.94c-19.2%2015.16-31.63%2036.32-36.94%2062.89c-9.72%2048.58-44.7%2065.18-67.48%2070.84c-23.97-28.51-13.28-80.92%2025.19-119.4m100.26%20100.26c-34.69%2034.68-80.71%2046.78-110.32%2031.27a108.7%20108.7%200%200%200%2031.09-16.94c19.2-15.16%2031.63-36.32%2036.94-62.89c9.72-48.58%2044.7-65.18%2067.48-70.84c23.97%2028.51%2013.28%2080.92-25.19%20119.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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