📄 lucide/icons/a-large-small

File: a-large-small.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/a-large-small

Skip to content

Return to top

a-large-small

letter • font size • text • formatting

text design

Created:

v0.301.0

Last changed:

v0.533.0

Contributors:

it-is-not jguddas danielbayley ericfennis vichotech karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { ALargeSmall } from 'lucide-react';

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

export default App;

vue

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

<template>
  <ALargeSmall />
</template>

svelte

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

<ALargeSmall />

tsx

import { ALargeSmall } from 'lucide-preact';

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

export default App;

tsx

import { ALargeSmall } from 'lucide-solid';

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

export default App;

tsx

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

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

// app.component.html
<lucide-icon name="a-large-small"></lucide-icon>

html

<div class="icon-a-large-small"></div>

See this icon in action

ACancel

Bug

Feature

A

Documents Readme A 12

112

8

11

2

More icons like this

circle-small