cherry from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
cherry
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the cherry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M261 449.6q20.8-104.6 63.4-177.7Q360 210.7 436.7 128H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.8q22.3 58.9 79.5 141.8c47.4 68.4 84.8 106.7 106.3 114.3a224 224 0 1 1-85 14.7q-33.7-34.3-73.9-92.6q-58.3-84-84.4-149.3q-83 87.6-117.7 147.2q-34.8 59.7-53.6 147.1a224 224 0 1 1-65-1.6M288 832a160 160 0 1 0 0-320a160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320a160 160 0 0 0 0 320"/></svg>

React

import type { SVGProps } from "react";

export function EpCherry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M261 449.6q20.8-104.6 63.4-177.7Q360 210.7 436.7 128H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.8q22.3 58.9 79.5 141.8c47.4 68.4 84.8 106.7 106.3 114.3a224 224 0 1 1-85 14.7q-33.7-34.3-73.9-92.6q-58.3-84-84.4-149.3q-83 87.6-117.7 147.2q-34.8 59.7-53.6 147.1a224 224 0 1 1-65-1.6M288 832a160 160 0 1 0 0-320a160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320a160 160 0 0 0 0 320"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M261 449.6q20.8-104.6 63.4-177.7Q360 210.7 436.7 128H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.8q22.3 58.9 79.5 141.8c47.4 68.4 84.8 106.7 106.3 114.3a224 224 0 1 1-85 14.7q-33.7-34.3-73.9-92.6q-58.3-84-84.4-149.3q-83 87.6-117.7 147.2q-34.8 59.7-53.6 147.1a224 224 0 1 1-65-1.6M288 832a160 160 0 1 0 0-320a160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320a160 160 0 0 0 0 320"/></svg>
</template>

CSS

.icon-cherry {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M261%20449.6q20.8-104.6%2063.4-177.7Q360%20210.7%20436.7%20128H320a32%2032%200%200%201%200-64h384a32%2032%200%201%201%200%2064H554.8q22.3%2058.9%2079.5%20141.8c47.4%2068.4%2084.8%20106.7%20106.3%20114.3a224%20224%200%201%201-85%2014.7q-33.7-34.3-73.9-92.6q-58.3-84-84.4-149.3q-83%2087.6-117.7%20147.2q-34.8%2059.7-53.6%20147.1a224%20224%200%201%201-65-1.6M288%20832a160%20160%200%201%200%200-320a160%20160%200%200%200%200%20320m448-64a160%20160%200%201%200%200-320a160%20160%200%200%200%200%20320%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M261%20449.6q20.8-104.6%2063.4-177.7Q360%20210.7%20436.7%20128H320a32%2032%200%200%201%200-64h384a32%2032%200%201%201%200%2064H554.8q22.3%2058.9%2079.5%20141.8c47.4%2068.4%2084.8%20106.7%20106.3%20114.3a224%20224%200%201%201-85%2014.7q-33.7-34.3-73.9-92.6q-58.3-84-84.4-149.3q-83%2087.6-117.7%20147.2q-34.8%2059.7-53.6%20147.1a224%20224%200%201%201-65-1.6M288%20832a160%20160%200%201%200%200-320a160%20160%200%200%200%200%20320m448-64a160%20160%200%201%200%200-320a160%20160%200%200%200%200%20320%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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