File: cake-slice.md | Updated: 11/15/2025
Return to top
birthday • birthdate • celebration • party • surprise • gateaux • dessert • candles • wish • fondant • icing sugar • sweet • baking
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="cake-slice"></i>');
tsx
import { CakeSlice } from 'lucide-react';
const App = () => {
return (
<CakeSlice />
);
};
export default App;
vue
<script setup>
import { CakeSlice } from 'lucide-vue-next';
</script>
<template>
<CakeSlice />
</template>
svelte
<script>
import { CakeSlice } from 'lucide-svelte';
</script>
<CakeSlice />
tsx
import { CakeSlice } from 'lucide-preact';
const App = () => {
return (
<CakeSlice />
);
};
export default App;
tsx
import { CakeSlice } from 'lucide-solid';
const App = () => {
return (
<CakeSlice />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, CakeSlice } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ CakeSlice })\
],
})
// app.component.html
<lucide-icon name="cake-slice"></lucide-icon>
html
<div class="icon-cake-slice"></div>
CakeCancel
Bug
Feature
Cake
Documents Readme Cake 12
112
8
11
2
cake
slice