> ## Documentation Index
> Fetch the complete documentation index at: https://www.recraft.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Vector art

Vector art depends on precise shapes and clean geometry. Because it does not rely on texture or lighting for realism, prompts should highlight structure and simplified visual form.

A focus on form, alignment, and clear edges guides the model toward the structured look typical of vector graphics.

## Examples

<Columns cols={3}>
  <Frame caption="Minimal: simple shapes, limited palette">
    <img src="https://mintcdn.com/recraft/enhws22Bww7S4F8c/prompt-engineering-guide/images/flat-vector-illustration-of-mountain-landscape--si.png?fit=max&auto=format&n=enhws22Bww7S4F8c&q=85&s=43c11602b09ae1c77c0eadd92b87850f" alt="" width="917" height="1179" data-path="prompt-engineering-guide/images/flat-vector-illustration-of-mountain-landscape--si.png" />
  </Frame>

  <Frame caption="Descriptive: balanced detail and color">
    <img src="https://mintcdn.com/recraft/enhws22Bww7S4F8c/prompt-engineering-guide/images/flat-vector-illustration-of-mountain-landscape-wit.png?fit=max&auto=format&n=enhws22Bww7S4F8c&q=85&s=a53a1628607d1bf394540be597c042ad" alt="" width="917" height="1179" data-path="prompt-engineering-guide/images/flat-vector-illustration-of-mountain-landscape-wit.png" />
  </Frame>

  <Frame caption="Detailed: intricate shapes, precise structure">
    <img src="https://mintcdn.com/recraft/-WIb0eXGQDLaTaqY/prompt-engineering-guide/images/detailed-flat-vector-illustration-of-mountain-land.png?fit=max&auto=format&n=-WIb0eXGQDLaTaqY&q=85&s=4194f990a556fe538815d6d28cab3873" alt="" width="917" height="1179" data-path="prompt-engineering-guide/images/detailed-flat-vector-illustration-of-mountain-land.png" />
  </Frame>
</Columns>

<div style={{ marginTop: "32px" }} />

<AccordionGroup>
  <Accordion title="Minimal prompt">
    "*Flat vector illustration of mountain landscape, simple geometric shapes, two-color palette (blue, green), clean lines, minimal design*"
  </Accordion>

  <Accordion title="Descriptive prompt">
    "*Flat vector illustration of mountain landscape with layers, geometric peaks, stylized trees, gradient sky, bold outlines, modern graphic design style, balanced color palette*"
  </Accordion>

  <Accordion title="Detailed prompt">
    "*Detailed flat vector illustration of mountain landscape, layered geometric mountains, stylized forest elements, gradient sunset sky, clean vector paths, contemporary poster design, rich color palette with complementary tones*"
  </Accordion>
</AccordionGroup>
