📄 lucide/icons/carrot

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

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

Skip to content

Return to top

carrot

vegetable • food • eat

food-beverage

Created:

v0.16.24

Last changed:

v0.18.0

Contributors:

Andreto mittalyashu ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Carrot } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Carrot />
</template>

svelte

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

<Carrot />

tsx

import { Carrot } from 'lucide-preact';

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

export default App;

tsx

import { Carrot } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

CarrotCancel

Bug

Feature

Carrot

Documents Readme Carrot 12

112

8

11

2

More icons like this