Chibi Sticker Party

Chibi Sticker Party - DrawGPT

Info

Created On: July 11, 2025
Created By: User #15455
Bot
A fun 4x4 grid of 12 chibi faces showing laughter, anger, tears, sadness, sulking, deep thought, sleepiness, confusion, kiss blowing, winking, surprise, and a hug mood.

AI

Make: openai
Model:

SVG Code

                    <!--

Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai

Created: 2025-07-11T12:27:56+00:00
-->
<svg id="svg_canvas" class="canvas" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Chibi Sticker Party</title>
<desc>A fun 4x4 grid of 12 chibi faces showing laughter, anger, tears, sadness, sulking, deep thought, sleepiness, confusion, kiss blowing, winking, surprise, and a hug mood.</desc>

<!-- Background -->
<rect id="bg_rect" class="background" x="0" y="0" width="1024" height="1024" fill="#E0F7FA" />

<!-- Sticker 1: Laughing (Cell 1,1) -->
<g id="sticker_laughing" class="sticker" transform="translate(0,0)">
<circle id="face_laughing" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<path id="laughing_left_eye" class="eye" d="M90,110 Q108,100 126,110" stroke="black" fill="none" stroke-width="3"/>
<path id="laughing_right_eye" class="eye" d="M130,110 Q148,100 166,110" stroke="black" fill="none" stroke-width="3"/>
<path id="laughing_mouth" class="mouth" d="M90,150 Q128,190 166,150" stroke="red" fill="none" stroke-width="3"/>
<circle id="laughing_blush_left" class="blush" cx="100" cy="140" r="5" fill="pink"/>
<circle id="laughing_blush_right" class="blush" cx="156" cy="140" r="5" fill="pink"/>
</g>

<!-- Sticker 2: Angry (Cell 2,1) -->
<g id="sticker_angry" class="sticker" transform="translate(256,0)">
<circle id="face_angry" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- Eyes -->
<circle id="angry_left_eye" class="eye" cx="108" cy="120" r="8" fill="white" stroke="black" stroke-width="2"/>
<circle id="angry_right_eye" class="eye" cx="148" cy="120" r="8" fill="white" stroke="black" stroke-width="2"/>
<!-- Angry Eyebrows -->
<line id="angry_left_eyebrow" class="eyebrow" x1="85" y1="90" x2="125" y2="80" stroke="black" stroke-width="3" stroke-linecap="round"/>
<line id="angry_right_eyebrow" class="eyebrow" x1="131" y1="80" x2="171" y2="90" stroke="black" stroke-width="3" stroke-linecap="round"/>
<!-- Frowning Mouth -->
<path id="angry_mouth" class="mouth" d="M90,160 Q128,140 166,160" stroke="black" fill="none" stroke-width="3"/>
</g>

<!-- Sticker 3: Crying (Cell 3,1) -->
<g id="sticker_crying" class="sticker" transform="translate(512,0)">
<circle id="face_crying" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- Eyes -->
<circle id="crying_left_eye" class="eye" cx="108" cy="110" r="8" fill="white" stroke="black" stroke-width="2"/>
<circle id="crying_right_eye" class="eye" cx="148" cy="110" r="8" fill="white" stroke="black" stroke-width="2"/>
<!-- Mouth -->
<path id="crying_mouth" class="mouth" d="M90,160 Q128,180 166,160" stroke="black" fill="none" stroke-width="3"/>
<!-- Tears -->
<ellipse id="crying_left_tear" class="tear" cx="108" cy="130" rx="4" ry="8" fill="blue" opacity="0.7"/>
<ellipse id="crying_right_tear" class="tear" cx="148" cy="130" rx="4" ry="8" fill="blue" opacity="0.7"/>
</g>

<!-- Sticker 4: Sad (Cell 4,1) -->
<g id="sticker_sad" class="sticker" transform="translate(768,0)">
<circle id="face_sad" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- Eyes as gentle arcs -->
<path id="sad_left_eye" class="eye" d="M90,110 Q108,102 126,110" stroke="black" fill="none" stroke-width="3"/>
<path id="sad_right_eye" class="eye" d="M130,110 Q148,102 166,110" stroke="black" fill="none" stroke-width="3"/>
<!-- Frowning Mouth -->
<path id="sad_mouth" class="mouth" d="M90,160 Q128,140 166,160" stroke="black" fill="none" stroke-width="3"/>
</g>

<!-- Sticker 5: Sulking (Cell 1,2) -->
<g id="sticker_sulking" class="sticker" transform="translate(0,256)">
<circle id="face_sulking" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- Droopy eyes as simple lines -->
<line id="sulking_left_eye" class="eye" x1="90" y1="115" x2="126" y2="115" stroke="black" stroke-width="3" stroke-linecap="round"/>
<line id="sulking_right_eye" class="eye" x1="130" y1="115" x2="166" y2="115" stroke="black" stroke-width="3" stroke-linecap="round"/>
<!-- Flat Mouth -->
<path id="sulking_mouth" class="mouth" d="M90,165 Q128,160 166,165" stroke="black" fill="none" stroke-width="3"/>
</g>

<!-- Sticker 6: Thinking (Cell 2,2) -->
<g id="sticker_thinking" class="sticker" transform="translate(256,256)">
<circle id="face_thinking" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- Eyes -->
<circle id="thinking_left_eye" class="eye" cx="108" cy="110" r="6" fill="white" stroke="black" stroke-width="2"/>
<circle id="thinking_right_eye" class="eye" cx="148" cy="110" r="6" fill="white" stroke="black" stroke-width="2"/>
<!-- Smirking Mouth -->
<path id="thinking_mouth" class="mouth" d="M110,155 Q128,165 146,155" stroke="black" fill="none" stroke-width="3"/>
<!-- Thought bubble -->
<circle id="thinking_bubble" class="bubble" cx="180" cy="60" r="8" fill="white" stroke="black" stroke-width="2"/>
</g>

<!-- Sticker 7: Sleepy (Cell 3,2) -->
<g id="sticker_sleepy" class="sticker" transform="translate(512,256)">
<circle id="face_sleepy" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- Sleepy eyes as gentle arcs -->
<path id="sleepy_left_eye" class="eye" d="M90,110 Q108,115 126,110" stroke="black" fill="none" stroke-width="3"/>
<path id="sleepy_right_eye" class="eye" d="M130,110 Q148,115 166,110" stroke="black" fill="none" stroke-width="3"/>
<!-- Tired Mouth (straight line) -->
<line id="sleepy_mouth" class="mouth" x1="110" y1="160" x2="146" y2="160" stroke="black" stroke-width="3" stroke-linecap="round"/>
</g>

<!-- Sticker 8: Confused (Cell 4,2) -->
<g id="sticker_confused" class="sticker" transform="translate(768,256)">
<circle id="face_confused" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- Eyes -->
<circle id="confused_left_eye" class="eye" cx="108" cy="110" r="6" fill="white" stroke="black" stroke-width="2"/>
<circle id="confused_right_eye" class="eye" cx="148" cy="110" r="6" fill="white" stroke="black" stroke-width="2"/>
<!-- Question Mark Above Head -->
<text id="confused_question" class="question" x="128" y="60" font-size="24" text-anchor="middle" fill="black">?</text>
<!-- Wavy Mouth -->
<path id="confused_mouth" class="mouth" d="M90,160 Q128,155 166,160" stroke="black" fill="none" stroke-width="3"/>
</g>

<!-- Sticker 9: Blowing a Kiss (Cell 1,3) -->
<g id="sticker_blowingkiss" class="sticker" transform="translate(0,512)">
<circle id="face_blowingkiss" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- One eye open, one closed -->
<circle id="blowingkiss_left_eye" class="eye" cx="108" cy="110" r="6" fill="white" stroke="black" stroke-width="2"/>
<line id="blowingkiss_right_eye" class="eye" x1="140" y1="110" x2="156" y2="110" stroke="black" stroke-width="3" stroke-linecap="round"/>
<!-- Puckered Lips -->
<circle id="blowingkiss_mouth" class="mouth" cx="128" cy="150" r="8" fill="red" stroke="black" stroke-width="2"/>
<!-- Little heart near lips -->
<path id="blowingkiss_heart" class="heart" d="M128,140 C124,135 120,135 116,140 C112,145 112,150 116,155 C120,160 124,160 128,155 C132,160 136,160 140,155 C144,150 144,145 140,140 C136,135 132,135 128,140 Z" fill="pink" stroke="red" stroke-width="1"/>
</g>

<!-- Sticker 10: Winking (Cell 2,3) -->
<g id="sticker_winking" class="sticker" transform="translate(256,512)">
<circle id="face_winking" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- One eye closed, one open -->
<line id="winking_left_eye" class="eye" x1="90" y1="110" x2="126" y2="110" stroke="black" stroke-width="3" stroke-linecap="round"/>
<circle id="winking_right_eye" class="eye" cx="148" cy="110" r="6" fill="white" stroke="black" stroke-width="2"/>
<!-- Smiling Mouth -->
<path id="winking_mouth" class="mouth" d="M90,150 Q128,170 166,150" stroke="red" fill="none" stroke-width="3"/>
</g>

<!-- Sticker 11: Surprised (Cell 3,3) -->
<g id="sticker_surprised" class="sticker" transform="translate(512,512)">
<circle id="face_surprised" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- Wide eyes -->
<circle id="surprised_left_eye" class="eye" cx="108" cy="100" r="8" fill="white" stroke="black" stroke-width="2"/>
<circle id="surprised_right_eye" class="eye" cx="148" cy="100" r="8" fill="white" stroke="black" stroke-width="2"/>
<!-- Open mouth -->
<circle id="surprised_mouth" class="mouth" cx="128" cy="160" r="10" fill="red" stroke="black" stroke-width="2"/>
</g>

<!-- Sticker 12: Wanting a Hug (Cell 4,3) -->
<g id="sticker_hug" class="sticker" transform="translate(768,512)">
<circle id="face_hug" class="face" cx="128" cy="128" r="80" fill="#FFD1DC" stroke="#E57373" stroke-width="3"/>
<!-- Eyes -->
<circle id="hug_left_eye" class="eye" cx="108" cy="110" r="6" fill="white" stroke="black" stroke-width="2"/>
<circle id="hug_right_eye" class="eye" cx="148" cy="110" r="6" fill="white" stroke="black" stroke-width="2"/>
<!-- Sweet Smile -->
<path id="hug_mouth" class="mouth" d="M100,150 Q128,165 156,150" stroke="red" fill="none" stroke-width="3"/>
<!-- Hugging Arms (suggested by curved strokes) -->
<path id="hug_left_arm" class="arm" d="M40,130 Q70,128 90,150" stroke="#F48FB1" stroke-width="10" fill="none" stroke-linecap="round"/>
<path id="hug_right_arm" class="arm" d="M166,150 Q190,128 220,130" stroke="#F48FB1" stroke-width="10" fill="none" stroke-linecap="round"/>
<!-- A tiny heart above -->
<path id="hug_heart" class="heart" d="M128,80 C124,75 120,75 116,80 C112,85 112,90 116,95 C120,100 124,100 128,95 C132,100 136,100 140,95 C144,90 144,85 140,80 C136,75 132,75 128,80 Z" fill="pink" stroke="red" stroke-width="1"/>
</g>
</svg>
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anything—then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images & prompts may be made made public.

Depending on the situation the prompts themselves are stored internally for research purposes.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.