📄 lucide/icons/cable

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

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

Skip to content

Return to top

cable

cord • wire • connector • connection • link • signal • console • computer • equipment • electricity • energy • electronics • recharging • charger • power • supply • disconnected • unplugged • plugs • interface • input • output • audio video • av • rca • scart • tv • television • optical

connectivity devices multimedia

Created:

v0.261.0

Last changed:

v0.526.0

Contributors:

danielbayley jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Cable } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Cable />
</template>

svelte

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

<Cable />

tsx

import { Cable } from 'lucide-preact';

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

export default App;

tsx

import { Cable } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

CableCancel

Bug

Feature

Cable

Documents Readme Cable 12

112

8

11

2

More icons like this

cable-car