📄 lucide/icons/cone

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

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

Skip to content

Return to top

cone

conical • triangle • triangular • geometry • filter • funnel • hopper • spotlight • searchlight

shapes math

Created:

v0.280.0

Last changed:

v0.280.0

Contributors:

danielbayley karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Cone } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Cone />
</template>

svelte

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

<Cone />

tsx

import { Cone } from 'lucide-preact';

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

export default App;

tsx

import { Cone } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

ConeCancel

Bug

Feature

Cone

Documents Readme Cone 12

112

8

11

2

More icons like this

ice-cream-cone

traffic-cone