cherry-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
cherry-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

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 24 24"><path fill="currentColor" d="M17 .586L23.414 7L22 8.414L20.056 6.47c-.645.8-1.5 1.978-2.26 3.343c-1.03 1.845-1.819 3.908-1.809 5.788c1.472 1.773 1.378 4.448-.28 6.106c-1.758 1.758-4.657 1.758-6.414 0c-1.758-1.757-1.758-4.657 0-6.414c1.283-1.283 3.176-1.63 4.788-1.038c.27-1.939 1.085-3.835 1.967-5.417a26 26 0 0 1 1.71-2.658a27 27 0 0 0-2.1.341c-2.172.445-4.572 1.237-6.296 2.604c1.065 1.745.847 4.08-.655 5.582c-1.758 1.758-4.657 1.758-6.414 0c-1.758-1.757-1.758-4.657 0-6.414c1.525-1.526 3.912-1.727 5.664-.603c2.124-1.756 4.988-2.655 7.3-3.128a29 29 0 0 1 2.495-.396L15.586 2z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignCherryFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 .586L23.414 7L22 8.414L20.056 6.47c-.645.8-1.5 1.978-2.26 3.343c-1.03 1.845-1.819 3.908-1.809 5.788c1.472 1.773 1.378 4.448-.28 6.106c-1.758 1.758-4.657 1.758-6.414 0c-1.758-1.757-1.758-4.657 0-6.414c1.283-1.283 3.176-1.63 4.788-1.038c.27-1.939 1.085-3.835 1.967-5.417a26 26 0 0 1 1.71-2.658a27 27 0 0 0-2.1.341c-2.172.445-4.572 1.237-6.296 2.604c1.065 1.745.847 4.08-.655 5.582c-1.758 1.758-4.657 1.758-6.414 0c-1.758-1.757-1.758-4.657 0-6.414c1.525-1.526 3.912-1.727 5.664-.603c2.124-1.756 4.988-2.655 7.3-3.128a29 29 0 0 1 2.495-.396L15.586 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 .586L23.414 7L22 8.414L20.056 6.47c-.645.8-1.5 1.978-2.26 3.343c-1.03 1.845-1.819 3.908-1.809 5.788c1.472 1.773 1.378 4.448-.28 6.106c-1.758 1.758-4.657 1.758-6.414 0c-1.758-1.757-1.758-4.657 0-6.414c1.283-1.283 3.176-1.63 4.788-1.038c.27-1.939 1.085-3.835 1.967-5.417a26 26 0 0 1 1.71-2.658a27 27 0 0 0-2.1.341c-2.172.445-4.572 1.237-6.296 2.604c1.065 1.745.847 4.08-.655 5.582c-1.758 1.758-4.657 1.758-6.414 0c-1.758-1.757-1.758-4.657 0-6.414c1.525-1.526 3.912-1.727 5.664-.603c2.124-1.756 4.988-2.655 7.3-3.128a29 29 0 0 1 2.495-.396L15.586 2z"/></svg>
</template>

CSS

.icon-cherry-filled {
  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%22currentColor%22%20d%3D%22M17%20.586L23.414%207L22%208.414L20.056%206.47c-.645.8-1.5%201.978-2.26%203.343c-1.03%201.845-1.819%203.908-1.809%205.788c1.472%201.773%201.378%204.448-.28%206.106c-1.758%201.758-4.657%201.758-6.414%200c-1.758-1.757-1.758-4.657%200-6.414c1.283-1.283%203.176-1.63%204.788-1.038c.27-1.939%201.085-3.835%201.967-5.417a26%2026%200%200%201%201.71-2.658a27%2027%200%200%200-2.1.341c-2.172.445-4.572%201.237-6.296%202.604c1.065%201.745.847%204.08-.655%205.582c-1.758%201.758-4.657%201.758-6.414%200c-1.758-1.757-1.758-4.657%200-6.414c1.525-1.526%203.912-1.727%205.664-.603c2.124-1.756%204.988-2.655%207.3-3.128a29%2029%200%200%201%202.495-.396L15.586%202z%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%22currentColor%22%20d%3D%22M17%20.586L23.414%207L22%208.414L20.056%206.47c-.645.8-1.5%201.978-2.26%203.343c-1.03%201.845-1.819%203.908-1.809%205.788c1.472%201.773%201.378%204.448-.28%206.106c-1.758%201.758-4.657%201.758-6.414%200c-1.758-1.757-1.758-4.657%200-6.414c1.283-1.283%203.176-1.63%204.788-1.038c.27-1.939%201.085-3.835%201.967-5.417a26%2026%200%200%201%201.71-2.658a27%2027%200%200%200-2.1.341c-2.172.445-4.572%201.237-6.296%202.604c1.065%201.745.847%204.08-.655%205.582c-1.758%201.758-4.657%201.758-6.414%200c-1.758-1.757-1.758-4.657%200-6.414c1.525-1.526%203.912-1.727%205.664-.603c2.124-1.756%204.988-2.655%207.3-3.128a29%2029%200%200%201%202.495-.396L15.586%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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