📄 lucide/icons/candy

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

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

Skip to content

Return to top

candy

sugar • food • sweet

food-beverage

Created:

v0.97.0

Last changed:

v0.484.0

Contributors:

karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Candy } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Candy />
</template>

svelte

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

<Candy />

tsx

import { Candy } from 'lucide-preact';

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

export default App;

tsx

import { Candy } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

CandyCancel

Bug

Feature

Candy

Documents Readme Candy 12

112

8

11

2

More icons like this

candy-cane

candy-off