Talk

Flat Vector Logo Grid Prompt

From Wikiprompt, the free prompt encyclopedia

Gadgetify
Contributed byGadgetifyXSource

Aug 28, 2026

Flat Vector Logo Grid Prompt A code-style prompt for generating a 2x2 grid of flat vector logos, combining a word with a subject silhouette. Includes placeholders for subject and word, and can be adapted to other topics.

Related media

Prompt ContentSave

🌐
2x2 grid, 1:1, do this for 4 popular lunches around the world: void main() { string subject = "[$SUBJECT]"; string word = "[$WORD]"; // Force Flat Vector Rendering float edge_sharpness = 1.0; // No anti-aliasing blur int color_limit = 4; // Posterize to spot colors // Morphological Mapping mat4 text_mesh = generate_text(word, font: bold_sans); mat4 subject_bottom = generate_silhouette(subject, slice: bottom_half); // Boolean Union mat4 logo_structure = boolean_union(text_mesh, subject_bottom); // Extrude center letter extrude_glyph(logo_structure.center_letter, direction: down, morph_target: infer_contents(subject)); render(logo_structure, shading: unlit_flat, background: pure_white); }

Sign in to see the full prompt

Continue with:

By logging in, you agree to our Terms of Use and Privacy Policy

Usage

This prompt is designed for use with creative. Copy the prompt content above and paste it into your preferred AI tool.

For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.

References

Categories:creative| twitter| logo| flat-vector

Talk