📄 lucide/icons/codesandbox

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

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

Skip to content

Return to top

codesandbox

Deprecated

logo

brands development

Created:

v0.0.0

Last changed:

v0.133.0

Contributors:

colebemis csandman ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Codesandbox } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Codesandbox />
</template>

svelte

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

<Codesandbox />

tsx

import { Codesandbox } from 'lucide-preact';

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

export default App;

tsx

import { Codesandbox } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

CodesandboxCancel

Bug

Feature

Codesandbox

Documents Readme Codesandbox 12

112

8

11

2

More icons like this