38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
---
|
||
title: Initial Face – Avatar Style
|
||
description: >
|
||
Create Initial Face avatars with the DiceBear avatar library. Generate unique
|
||
profile pictures using our free avatar API or JavaScript avatar library.
|
||
---
|
||
|
||
<script setup lang="ts">
|
||
import StylePreview from "@theme/components/styles/StylePreview.vue";
|
||
import StyleInfo from "@theme/components/styles/StyleInfo.vue";
|
||
import StyleDescription from "@theme/components/styles/StyleDescription.vue";
|
||
import StyleUsage from "@theme/components/styles/StyleUsage.vue";
|
||
import StyleOptions from "@theme/components/styles/StyleOptions.vue";
|
||
</script>
|
||
|
||
# Initial Face
|
||
|
||
Initial Face is a friendly vector avatar style that combines expressive eyes
|
||
with a single bold initial on a colored square: half emoji, half monogram.
|
||
Generate SVG profile icons that feel personal even at small sizes, great for
|
||
user lists and profile placeholders.
|
||
|
||
<StylePreview styleName="initial-face" />
|
||
|
||
<StyleDescription styleName="initial-face" />
|
||
|
||
## Usage
|
||
|
||
<StyleUsage styleName="initial-face" />
|
||
|
||
## Options
|
||
|
||
<StyleOptions styleName="initial-face" />
|
||
|
||
## Details
|
||
|
||
<StyleInfo styleName="initial-face" />
|