cherries from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
cherries
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the cherries emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M19.702 3.259C9.947 5.103 7.555 13.695 7.592 17.063A6.501 6.501 0 0 0 8.5 30a6.5 6.5 0 0 0 .963-12.93c.179-3.174 1.372-5.73 2.969-7.625l.005-.007c.493-.585.834-.99 1.333-.223l5.895 9.059a6.5 6.5 0 1 0 1.671-.894l-6.027-9.283c-.493-.765-.325-.964.277-1.36a11.7 11.7 0 0 1 2.419-1.134c.694-.224.862.128.935.302c1.76 4.226 3.826 5.872 5.004 6.356c1.83.692 3.193.927 5.623.1c.234-.08.316-.345.129-.647c0 0-1.64-2.567-3.236-5.421c0 0-1.822-3.807-6.758-3.034M8.5 28a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m19.53-4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastCherries(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" fillRule="evenodd" d="M19.702 3.259C9.947 5.103 7.555 13.695 7.592 17.063A6.501 6.501 0 0 0 8.5 30a6.5 6.5 0 0 0 .963-12.93c.179-3.174 1.372-5.73 2.969-7.625l.005-.007c.493-.585.834-.99 1.333-.223l5.895 9.059a6.5 6.5 0 1 0 1.671-.894l-6.027-9.283c-.493-.765-.325-.964.277-1.36a11.7 11.7 0 0 1 2.419-1.134c.694-.224.862.128.935.302c1.76 4.226 3.826 5.872 5.004 6.356c1.83.692 3.193.927 5.623.1c.234-.08.316-.345.129-.647c0 0-1.64-2.567-3.236-5.421c0 0-1.822-3.807-6.758-3.034M8.5 28a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m19.53-4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M19.702 3.259C9.947 5.103 7.555 13.695 7.592 17.063A6.501 6.501 0 0 0 8.5 30a6.5 6.5 0 0 0 .963-12.93c.179-3.174 1.372-5.73 2.969-7.625l.005-.007c.493-.585.834-.99 1.333-.223l5.895 9.059a6.5 6.5 0 1 0 1.671-.894l-6.027-9.283c-.493-.765-.325-.964.277-1.36a11.7 11.7 0 0 1 2.419-1.134c.694-.224.862.128.935.302c1.76 4.226 3.826 5.872 5.004 6.356c1.83.692 3.193.927 5.623.1c.234-.08.316-.345.129-.647c0 0-1.64-2.567-3.236-5.421c0 0-1.822-3.807-6.758-3.034M8.5 28a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m19.53-4.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cherries {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.702%203.259C9.947%205.103%207.555%2013.695%207.592%2017.063A6.501%206.501%200%200%200%208.5%2030a6.5%206.5%200%200%200%20.963-12.93c.179-3.174%201.372-5.73%202.969-7.625l.005-.007c.493-.585.834-.99%201.333-.223l5.895%209.059a6.5%206.5%200%201%200%201.671-.894l-6.027-9.283c-.493-.765-.325-.964.277-1.36a11.7%2011.7%200%200%201%202.419-1.134c.694-.224.862.128.935.302c1.76%204.226%203.826%205.872%205.004%206.356c1.83.692%203.193.927%205.623.1c.234-.08.316-.345.129-.647c0%200-1.64-2.567-3.236-5.421c0%200-1.822-3.807-6.758-3.034M8.5%2028a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m19.53-4.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.702%203.259C9.947%205.103%207.555%2013.695%207.592%2017.063A6.501%206.501%200%200%200%208.5%2030a6.5%206.5%200%200%200%20.963-12.93c.179-3.174%201.372-5.73%202.969-7.625l.005-.007c.493-.585.834-.99%201.333-.223l5.895%209.059a6.5%206.5%200%201%200%201.671-.894l-6.027-9.283c-.493-.765-.325-.964.277-1.36a11.7%2011.7%200%200%201%202.419-1.134c.694-.224.862.128.935.302c1.76%204.226%203.826%205.872%205.004%206.356c1.83.692%203.193.927%205.623.1c.234-.08.316-.345.129-.647c0%200-1.64-2.567-3.236-5.421c0%200-1.822-3.807-6.758-3.034M8.5%2028a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m19.53-4.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%20clip-rule%3D%22evenodd%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/cherries.svg?color=%231a73e8&size=48