📄 lucide/icons/barrel

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

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

Skip to content

Return to top

barrel

keg • drum • tank • wine • beer • oak • wood • firkin • hogshead • kilderkin • barrique • solera • aging • whiskey • brewery • distillery • winery • vineyard

food-beverage navigation

Created:

v0.517.0

Last changed:

v0.517.0

Contributors:

karsa-mistmere jamiemlaw

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Barrel } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Barrel />
</template>

svelte

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

<Barrel />

tsx

import { Barrel } from 'lucide-preact';

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

export default App;

tsx

import { Barrel } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BarrelCancel

Bug

Feature

Barrel

Documents Readme Barrel 12

112

8

11

2

More icons like this