📄 lucide/icons/blend

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

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

Skip to content

Return to top

blend

mode • overlay • multiply • screen • opacity • transparency • alpha • filters • lenses • mixed • shades • tints • hues • saturation • brightness • overlap • colors • colours

design photography tools development

Created:

v0.310.0

Last changed:

v0.310.0

Contributors:

danielbayley

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Blend } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Blend />
</template>

svelte

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

<Blend />

tsx

import { Blend } from 'lucide-preact';

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

export default App;

tsx

import { Blend } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BlendCancel

Bug

Feature

Blend

Documents Readme Blend 12

112

8

11

2

More icons like this