📄 lucide/icons/contact

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

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

Skip to content

Return to top

contact

user • person • family • friend • acquaintance • listing • networking

account connectivity communication social

Created:

v0.1.0-alpha.0

Last changed:

v0.431.0

Contributors:

lscheibel karsa-mistmere FPDK ericfennis jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Contact } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Contact />
</template>

svelte

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

<Contact />

tsx

import { Contact } from 'lucide-preact';

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

export default App;

tsx

import { Contact } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

ContactCancel

Bug

Feature

Contact

Documents Readme Contact 12

112

8

11

2

More icons like this

contact-round