📄 lucide/icons/angry

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

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

Skip to content

Return to top

angry

emoji • anger • face • emotion

emoji

Created:

v0.67.0

Last changed:

v0.391.0

Contributors:

karsa-mistmere ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Angry } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Angry />
</template>

svelte

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

<Angry />

tsx

import { Angry } from 'lucide-preact';

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

export default App;

tsx

import { Angry } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

AngryCancel

Bug

Feature

Angry

Documents Readme Angry 12

112

8

11

2

More icons like this