📄 lucide/icons/aperture

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

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

Skip to content

Return to top

aperture

camera • photo • pictures • shutter • exposure

photography

Created:

v0.0.0

Last changed:

v0.310.0

Contributors:

colebemis ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Aperture } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Aperture />
</template>

svelte

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

<Aperture />

tsx

import { Aperture } from 'lucide-preact';

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

export default App;

tsx

import { Aperture } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

ApertureCancel

Bug

Feature

Aperture

Documents Readme Aperture 12

112

8

11

2

More icons like this