📄 lucide/icons/code-xml

File: code-xml.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/code-xml

Skip to content

Return to top

code-xml

source • programming • html • xml

text development

Created:

v0.15.1

Last changed:

v0.352.0

Contributors:

ericfennis mittalyashu

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { CodeXml } from 'lucide-react';

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

export default App;

vue

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

<template>
  <CodeXml />
</template>

svelte

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

<CodeXml />

tsx

import { CodeXml } from 'lucide-preact';

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

export default App;

tsx

import { CodeXml } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

<div class="icon-code-xml"></div>

See this icon in action

CodeCancel

Bug

Feature

Code

Documents Readme Code 12

112

8

11

2

More icons like this

code

file-code-corner

file-code

folder-code

message-circle-code

message-square-code

qr-code

scan-qr-code

search-code

square-code

square-dashed-bottom-code