📄 lucide/icons/cherry

File: cherry.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/cherry

Skip to content

Return to top

cherry

fruit • food

food-beverage

Created:

v0.75.0

Last changed:

v0.75.0

Contributors:

karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="cherry"></i>');  

tsx

import { Cherry } from 'lucide-react';

const App = () => {
  return (
    <Cherry />
  );
};

export default App;

vue

<script setup>
import { Cherry } from 'lucide-vue-next';
</script>

<template>
  <Cherry />
</template>

svelte

<script>
import { Cherry } from 'lucide-svelte';
</script>

<Cherry />

tsx

import { Cherry } from 'lucide-preact';

const App = () => {
  return (
    <Cherry />
  );
};

export default App;

tsx

import { Cherry } from 'lucide-solid';

const App = () => {
  return (
    <Cherry />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, Cherry } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ Cherry })\
  ],
})

// app.component.html
<lucide-icon name="cherry"></lucide-icon>

html

<div class="icon-cherry"></div>

See this icon in action

CherryCancel

Bug

Feature

Cherry

Documents Readme Cherry 12

112

8

11

2

More icons like this