cherries icon

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

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

5 other variants in Phosphor

The same icon in other sets

Use the cherries icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M240 144a64 64 0 0 1-99.78 53.07V197a64 64 0 1 1-16.39-90A64 64 0 0 1 240 144" opacity=".2"/><path d="M176 72a72 72 0 0 0-7.76.43a91.8 91.8 0 0 0-21.62-25.11c-37.84-30.53-89.57-23.55-91.75-23.24a8 8 0 0 0-3.31 14.58c17.5 11.66 25.51 31 28.85 49.74A72 72 0 1 0 142 207.5A72 72 0 1 0 176 72M76 39.37c16.67.72 41.24 4.78 60.64 20.48a75.3 75.3 0 0 1 15 16.4A72.2 72.2 0 0 0 121.9 96.5a71.5 71.5 0 0 0-25.23-8C93.54 68.59 86.56 52 76 39.37M88 216a56 56 0 0 1-5.76-111.7a176.5 176.5 0 0 1-1 31.08c-7.58-1.43-11.35-4.85-11.55-5a8 8 0 0 0-11.32 11.32C59.4 142.71 69.2 152 87.92 152h.25c18.66-.05 28.43-9.28 29.49-10.33a8 8 0 0 0-11.32-11.32a22.3 22.3 0 0 1-8.93 4.44a190.4 190.4 0 0 0 .93-29.79A56 56 0 0 1 88 216m57-99.89a72.3 72.3 0 0 0-9.82-10.42a56.15 56.15 0 0 1 24.22-15.16a110.8 110.8 0 0 1 7.6 28.35c-6.09-1.6-9.16-4.37-9.33-4.54a8 8 0 0 0-12.67 1.77M176 200a55.76 55.76 0 0 1-24.69-5.73a71.83 71.83 0 0 0 2.5-63.42a47.5 47.5 0 0 0 21.86 5.15h.33c18.77 0 28.6-9.28 29.66-10.34a8 8 0 0 0-11.32-11.32c-.19.19-3.84 3.49-11.15 5A131.7 131.7 0 0 0 175.7 88h.3a56 56 0 0 1 0 112"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCherriesDuotone(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="M240 144a64 64 0 0 1-99.78 53.07V197a64 64 0 1 1-16.39-90A64 64 0 0 1 240 144" opacity=".2"/><path d="M176 72a72 72 0 0 0-7.76.43a91.8 91.8 0 0 0-21.62-25.11c-37.84-30.53-89.57-23.55-91.75-23.24a8 8 0 0 0-3.31 14.58c17.5 11.66 25.51 31 28.85 49.74A72 72 0 1 0 142 207.5A72 72 0 1 0 176 72M76 39.37c16.67.72 41.24 4.78 60.64 20.48a75.3 75.3 0 0 1 15 16.4A72.2 72.2 0 0 0 121.9 96.5a71.5 71.5 0 0 0-25.23-8C93.54 68.59 86.56 52 76 39.37M88 216a56 56 0 0 1-5.76-111.7a176.5 176.5 0 0 1-1 31.08c-7.58-1.43-11.35-4.85-11.55-5a8 8 0 0 0-11.32 11.32C59.4 142.71 69.2 152 87.92 152h.25c18.66-.05 28.43-9.28 29.49-10.33a8 8 0 0 0-11.32-11.32a22.3 22.3 0 0 1-8.93 4.44a190.4 190.4 0 0 0 .93-29.79A56 56 0 0 1 88 216m57-99.89a72.3 72.3 0 0 0-9.82-10.42a56.15 56.15 0 0 1 24.22-15.16a110.8 110.8 0 0 1 7.6 28.35c-6.09-1.6-9.16-4.37-9.33-4.54a8 8 0 0 0-12.67 1.77M176 200a55.76 55.76 0 0 1-24.69-5.73a71.83 71.83 0 0 0 2.5-63.42a47.5 47.5 0 0 0 21.86 5.15h.33c18.77 0 28.6-9.28 29.66-10.34a8 8 0 0 0-11.32-11.32c-.19.19-3.84 3.49-11.15 5A131.7 131.7 0 0 0 175.7 88h.3a56 56 0 0 1 0 112"/></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="M240 144a64 64 0 0 1-99.78 53.07V197a64 64 0 1 1-16.39-90A64 64 0 0 1 240 144" opacity=".2"/><path d="M176 72a72 72 0 0 0-7.76.43a91.8 91.8 0 0 0-21.62-25.11c-37.84-30.53-89.57-23.55-91.75-23.24a8 8 0 0 0-3.31 14.58c17.5 11.66 25.51 31 28.85 49.74A72 72 0 1 0 142 207.5A72 72 0 1 0 176 72M76 39.37c16.67.72 41.24 4.78 60.64 20.48a75.3 75.3 0 0 1 15 16.4A72.2 72.2 0 0 0 121.9 96.5a71.5 71.5 0 0 0-25.23-8C93.54 68.59 86.56 52 76 39.37M88 216a56 56 0 0 1-5.76-111.7a176.5 176.5 0 0 1-1 31.08c-7.58-1.43-11.35-4.85-11.55-5a8 8 0 0 0-11.32 11.32C59.4 142.71 69.2 152 87.92 152h.25c18.66-.05 28.43-9.28 29.49-10.33a8 8 0 0 0-11.32-11.32a22.3 22.3 0 0 1-8.93 4.44a190.4 190.4 0 0 0 .93-29.79A56 56 0 0 1 88 216m57-99.89a72.3 72.3 0 0 0-9.82-10.42a56.15 56.15 0 0 1 24.22-15.16a110.8 110.8 0 0 1 7.6 28.35c-6.09-1.6-9.16-4.37-9.33-4.54a8 8 0 0 0-12.67 1.77M176 200a55.76 55.76 0 0 1-24.69-5.73a71.83 71.83 0 0 0 2.5-63.42a47.5 47.5 0 0 0 21.86 5.15h.33c18.77 0 28.6-9.28 29.66-10.34a8 8 0 0 0-11.32-11.32c-.19.19-3.84 3.49-11.15 5A131.7 131.7 0 0 0 175.7 88h.3a56 56 0 0 1 0 112"/></g></svg>
</template>

CSS

.icon-cherries-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%22M240%20144a64%2064%200%200%201-99.78%2053.07V197a64%2064%200%201%201-16.39-90A64%2064%200%200%201%20240%20144%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M176%2072a72%2072%200%200%200-7.76.43a91.8%2091.8%200%200%200-21.62-25.11c-37.84-30.53-89.57-23.55-91.75-23.24a8%208%200%200%200-3.31%2014.58c17.5%2011.66%2025.51%2031%2028.85%2049.74A72%2072%200%201%200%20142%20207.5A72%2072%200%201%200%20176%2072M76%2039.37c16.67.72%2041.24%204.78%2060.64%2020.48a75.3%2075.3%200%200%201%2015%2016.4A72.2%2072.2%200%200%200%20121.9%2096.5a71.5%2071.5%200%200%200-25.23-8C93.54%2068.59%2086.56%2052%2076%2039.37M88%20216a56%2056%200%200%201-5.76-111.7a176.5%20176.5%200%200%201-1%2031.08c-7.58-1.43-11.35-4.85-11.55-5a8%208%200%200%200-11.32%2011.32C59.4%20142.71%2069.2%20152%2087.92%20152h.25c18.66-.05%2028.43-9.28%2029.49-10.33a8%208%200%200%200-11.32-11.32a22.3%2022.3%200%200%201-8.93%204.44a190.4%20190.4%200%200%200%20.93-29.79A56%2056%200%200%201%2088%20216m57-99.89a72.3%2072.3%200%200%200-9.82-10.42a56.15%2056.15%200%200%201%2024.22-15.16a110.8%20110.8%200%200%201%207.6%2028.35c-6.09-1.6-9.16-4.37-9.33-4.54a8%208%200%200%200-12.67%201.77M176%20200a55.76%2055.76%200%200%201-24.69-5.73a71.83%2071.83%200%200%200%202.5-63.42a47.5%2047.5%200%200%200%2021.86%205.15h.33c18.77%200%2028.6-9.28%2029.66-10.34a8%208%200%200%200-11.32-11.32c-.19.19-3.84%203.49-11.15%205A131.7%20131.7%200%200%200%20175.7%2088h.3a56%2056%200%200%201%200%20112%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%22M240%20144a64%2064%200%200%201-99.78%2053.07V197a64%2064%200%201%201-16.39-90A64%2064%200%200%201%20240%20144%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M176%2072a72%2072%200%200%200-7.76.43a91.8%2091.8%200%200%200-21.62-25.11c-37.84-30.53-89.57-23.55-91.75-23.24a8%208%200%200%200-3.31%2014.58c17.5%2011.66%2025.51%2031%2028.85%2049.74A72%2072%200%201%200%20142%20207.5A72%2072%200%201%200%20176%2072M76%2039.37c16.67.72%2041.24%204.78%2060.64%2020.48a75.3%2075.3%200%200%201%2015%2016.4A72.2%2072.2%200%200%200%20121.9%2096.5a71.5%2071.5%200%200%200-25.23-8C93.54%2068.59%2086.56%2052%2076%2039.37M88%20216a56%2056%200%200%201-5.76-111.7a176.5%20176.5%200%200%201-1%2031.08c-7.58-1.43-11.35-4.85-11.55-5a8%208%200%200%200-11.32%2011.32C59.4%20142.71%2069.2%20152%2087.92%20152h.25c18.66-.05%2028.43-9.28%2029.49-10.33a8%208%200%200%200-11.32-11.32a22.3%2022.3%200%200%201-8.93%204.44a190.4%20190.4%200%200%200%20.93-29.79A56%2056%200%200%201%2088%20216m57-99.89a72.3%2072.3%200%200%200-9.82-10.42a56.15%2056.15%200%200%201%2024.22-15.16a110.8%20110.8%200%200%201%207.6%2028.35c-6.09-1.6-9.16-4.37-9.33-4.54a8%208%200%200%200-12.67%201.77M176%20200a55.76%2055.76%200%200%201-24.69-5.73a71.83%2071.83%200%200%200%202.5-63.42a47.5%2047.5%200%200%200%2021.86%205.15h.33c18.77%200%2028.6-9.28%2029.66-10.34a8%208%200%200%200-11.32-11.32c-.19.19-3.84%203.49-11.15%205A131.7%20131.7%200%200%200%20175.7%2088h.3a56%2056%200%200%201%200%20112%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/cherries-duotone.svg?color=%231a73e8&size=48