Epic Video Game Dragon with Hypnotic Detail

Epic Video Game Dragon with Hypnotic Detail - DrawGPT

Info

Created On: May 10, 2025
Created By: User #1
very cool dragon for a video game, no background, no animation, just focus on making it cool
Bot
This dragon is so cool, it hangs out in volcanoes to chill out. Even other dragons ask for its autograph!

SVG Code

                    <!--

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

Created: 2025-05-16T23:21:00+00:00
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"  >
  <title>Epic Video Game Dragon with Hypnotic Detail</title>
  <desc>This dragon is so cool, it hangs out in volcanoes to chill out. Even other dragons ask for its autograph!</desc>
  <metadata type="keywords">dragon,cool,video game,scales,monster</metadata>

  <!-- Main dragon body -->
  <path
    id="dragon-body"
    class="dragon-body"
    d="M120 420
      Q80 360 170 260
      Q205 212 310 230
      Q430 250 386 340
      Q365 382 308 375
      L280 405
      Q265 423 250 446
      Q243 439 230 417
      C206 377 158 423 120 420
      Z"
    fill="#32628A"
    stroke="#14345E"
    stroke-width="7"
    />

  <!-- Belly -->
  <path
    id="dragon-belly"
    class="dragon-belly"
    d="M195 370
      Q220 320 310 330
      Q356 343 300 355
      Q270 375 248 443
      Q232 406 195 370
      Z"
    fill="#F8EBC1"
    stroke="#CCA76A"
    stroke-width="3"
    />

  <!-- Left thigh and leg -->
  <ellipse
    id="dragon-thigh"
    class="dragon-leg"
    cx="168" cy="385" rx="30" ry="18"
    fill="#244573"
    stroke="#14345E"
    stroke-width="4"/>

  <path
    id="dragon-left-foot"
    class="dragon-foot"
    d="M153 410 Q155 425 169 427 Q186 428 187 415 Q185 405 153 410"
    fill="#32628A"
    stroke="#14345E"
    stroke-width="3"
    />

  <!-- Left foot claws -->
  <ellipse id="foot-claw1" class="dragon-claw" cx="157" cy="426" rx="3" ry="7" fill="#F7E2A6" />
  <ellipse id="foot-claw2" class="dragon-claw" cx="165" cy="428" rx="3" ry="7" fill="#F7E2A6" />
  <ellipse id="foot-claw3" class="dragon-claw" cx="172" cy="428" rx="3" ry="7" fill="#F7E2A6" />

  <!-- Right thigh/leg -->
  <ellipse
    id="dragon-thigh-r"
    class="dragon-leg"
    cx="210" cy="445" rx="18" ry="8"
    fill="#244573"
    stroke="#14345E"
    stroke-width="4"/>

  <path
    id="dragon-right-foot"
    class="dragon-foot"
    d="M211 453 Q222 463 230 452 Q232 444 225 445 Q213 444 211 453 Z"
    fill="#32628A"
    stroke="#14345E"
    stroke-width="2"
    />

  <!-- Claws right -->
  <ellipse id="foot-r-claw1" class="dragon-claw" cx="215" cy="459" rx="2" ry="4" fill="#F7E2A6" />
  <ellipse id="foot-r-claw2" class="dragon-claw" cx="220" cy="460" rx="2" ry="4" fill="#F7E2A6" />

  <!-- Tail -->
  <path
    id="dragon-tail"
    class="dragon-tail"
    d="M230 445 Q170 545 270 480 Q367 413 340 390"
    fill="none"
    stroke="#184054"
    stroke-width="18"
    stroke-linecap="round"
    />
  <path
    id="dragon-tail-span"
    class="dragon-tail"
    d="M230 445 Q170 545 270 480 Q367 413 340 390"
    fill="none"
    stroke="#52BDD0"
    stroke-width="8"
    stroke-linecap="round"
    
    />

  <!-- Spikes on tail -->
  <path
    id="spike-1"
    class="dragon-spike"
    d="M192 507 Q193 500 201 502 Q196 506 192 507"
    fill="#AEF0FA"
    stroke="#0D2742"
    stroke-width="2" />
  <path
    id="spike-2"
    class="dragon-spike"
    d="M220 482 Q224 474 230 475 Q227 480 220 482"
    fill="#AEF0FA"
    stroke="#0D2742"
    stroke-width="2" />
  <path
    id="spike-3"
    class="dragon-spike"
    d="M254 460 Q253 453 259 454 Q257 458 254 460"
    fill="#AEF0FA"
    stroke="#0D2742"
    stroke-width="2" />

  <!-- WING LEFT -->
  <g id="wing-left" class="dragon-wing">
    <path
      id="wing-l-top"
      class="dragon-wing"
      d="M270 205 Q200 90 110 190 Q185 180 260 222 Z"
      fill="#60EAFA"
      stroke="#39648F"
      stroke-width="11"/>
    <path
      id="wing-l-hook"
      class="dragon-wing"
      d="M195 110 Q140 123 174 175 Q192 142 195 110"
      fill="#32C7C5"
      stroke="#236A85"
      stroke-width="3"/>
    <!-- membranes -->
    <path
      id="wing-l-membrane1"
      class="dragon-wing-membrane"
      d="M138 201 Q192 176 238 219"
      fill="none"
      stroke="#41CCE1"
      stroke-width="7"/>
    <path
      id="wing-l-membrane2"
      class="dragon-wing-membrane"
      d="M175 185 Q201 185 230 220"
      fill="none"
      stroke="#41CCE1"
      stroke-width="6"/>
  </g>

  <!-- WING RIGHT -->
  <g id="wing-right" class="dragon-wing">
    <path
      id="wing-r-top"
      class="dragon-wing"
      d="M280 206 Q340 51 467 199 Q387 170 281 226 Z"
      fill="#60EAFA"
      stroke="#39648F"
      stroke-width="11"/>
    <path
      id="wing-r-hook"
      class="dragon-wing"
      d="M337 77 Q390 108 374 161 Q355 121 337 77"
      fill="#32C7C5"
      stroke="#236A85"
      stroke-width="3"/>
    <!-- membranes -->
    <path
      id="wing-r-mem1"
      class="dragon-wing-membrane"
      d="M406 190 Q355 160 319 225"
      fill="none"
      stroke="#41CCE1"
      stroke-width="7"/>
    <path
      id="wing-r-mem2"
      class="dragon-wing-membrane"
      d="M379 157 Q346 182 302 226"
      fill="none"
      stroke="#41CCE1"
      stroke-width="6"/>
  </g>

  <!-- Neck -->
  <path
    id="dragon-neck"
    class="dragon-neck"
    d="M292 226 Q323 145 380 117 Q420 97 393 174 Q371 230 313 241 Q291 248 292 226"
    fill="#4183B9"
    stroke="#112843"
    stroke-width="9" />

  <!-- face shadow -->
  <ellipse
    id="face-shadow"
    class="dragon-face"
    cx="376" cy="135" rx="34" ry="28"
    fill="#184054"
    opacity="0.22"
    />

  <!-- Head -->
  <ellipse
    id="head-base"
    class="dragon-head"
    cx="375" cy="123" rx="38" ry="33"
    fill="#286AA6"
    stroke="#14345E"
    stroke-width="7"/>

  <!-- Lower Jaw -->
  <ellipse
    id="lower-jaw"
    class="dragon-jaw"
    cx="404" cy="137" rx="18" ry="10"
    fill="#F8EBC1"
    stroke="#88664C"
    stroke-width="3"
    />

  <!-- Nostrils -->
  <ellipse
    id="nostril1"
    class="dragon-nostril"
    cx="404" cy="125" rx="5" ry="2.2"
    fill="#285A80" opacity="0.85" />
  <ellipse
    id="nostril2"
    class="dragon-nostril"
    cx="384" cy="123" rx="4" ry="1.5"
    fill="#285A80" opacity="0.85" />

  <!-- Eyes & scales -->
  <ellipse
    id="left-eye"
    class="dragon-eye"
    cx="376" cy="109" rx="10" ry="5.8"
    fill="#FFF949"
    stroke="#0c1424"
    stroke-width="2"/>
  <ellipse
    id="left-eye-pupil"
    class="dragon-eye-pupil"
    cx="377.5" cy="110.8" rx="2.4" ry="3"
    fill="#184054"/>
  <ellipse
    id="right-eye"
    class="dragon-eye"
    cx="386" cy="119" rx="7.5" ry="5"
    fill="#FFF949"
    stroke="#0c1424"
    stroke-width="2"/>
  <ellipse
    id="right-eye-pupil"
    class="dragon-eye-pupil"
    cx="387.6" cy="120.2" rx="2" ry="2.8"
    fill="#184054"/>

  <!-- Head scales highlights -->
  <circle
    id="head-scale-1"
    class="dragon-scale"
    cx="370" cy="111"
    r="4"
    fill="#4696CF"
    />
  <circle
    id="head-scale-2"
    class="dragon-scale"
    cx="382" cy="95"
    r="3"
    fill="#67C0EB"
    />

  <!-- Horns -->
  <path
    id="left-horn"
    class="dragon-horn"
    d="M361 73 Q347 52 342 92 Q358 79 361 73"
    fill="#FEFFEF"
    stroke="#DAC79D"
    stroke-width="3"
    />
  <path
    id="right-horn"
    class="dragon-horn"
    d="M396 75 Q402 52 411 86 Q399 71 396 75"
    fill="#FEFFEF"
    stroke="#DAC79D"
    stroke-width="3"
    />

  <!-- Fangs -->
  <path id="left-fang" class="dragon-fang" d="M409 137 Q411 144 413 139 Q410 137 409 137" fill="#FFF" />
  <path id="right-fang" class="dragon-fang" d="M398 138 Q399 142 401 139 T398 138" fill="#FFF" />

  <!-- Frill -->
  <path
    id="frill"
    class="dragon-frill"
    d="M393 119 Q415 91 449 118 Q421 119 393 119 Z"
    fill="#88AAE2"
    stroke="#305271"
    stroke-width="2"
    />

  <!-- Small head scales -->
  <circle
    id="face-scale-a"
    class="dragon-scale"
    cx="370" cy="122"
    r="1.4"
    fill="#ADCFFF"
    />
  <circle
    id="face-scale-b"
    class="dragon-scale"
    cx="384" cy="118"
    r="1.2"
    fill="#ADCFFF"
    />
  <circle
    id="face-scale-c"
    class="dragon-scale"
    cx="389" cy="131"
    r="1"
    fill="#ADCFFF"
    />
  <circle
    id="face-scale-d"
    class="dragon-scale"
    cx="397" cy="130"
    r="0.9"
    fill="#ADCFFF"
    />

  <!-- Arm left front -->
  <path
    id="front-arm-left"
    class="dragon-arm"
    d="M237 324
      Q202 340 196 357
      Q207 367 218 361
      Q231 355 245 345
      Q260 331 237 324
      Z"
    fill="#32628A"
    stroke="#14345E"
    stroke-width="3"
    />

  <!-- arm left claws -->
  <ellipse id="front-fclaw1" class="dragon-claw" cx="208" cy="362" rx="2.8" ry="6" fill="#F7E2A6" />
  <ellipse id="front-fclaw2" class="dragon-claw" cx="213" cy="364" rx="2.8" ry="6" fill="#F7E2A6" />
  <ellipse id="front-fclaw3" class="dragon-claw" cx="218" cy="361" rx="2.4" ry="6" fill="#F7E2A6" />

  <!-- Arm right front -->
  <path
    id="front-arm-right"
    class="dragon-arm"
    d="M322 339
      Q340 374 358 363
      Q350 355 334 332
      Q329 326 322 339
      Z"
    fill="#32628A"
    stroke="#14345E"
    stroke-width="3"/>
  <!-- arm right claws -->
  <ellipse id="front-rclaw1" class="dragon-claw" cx="353" cy="363" rx="2.5" ry="5.5" fill="#F7E2A6" />
  <ellipse id="front-rclaw2" class="dragon-claw" cx="350" cy="358" rx="2.1" ry="5" fill="#F7E2A6" />

  <!-- Shoulder plate armor (cool detail) -->
  <ellipse
    id="shoulder-armor"
    class="dragon-armor"
    cx="294"
    cy="290"
    rx="36"
    ry="16"
    fill="#84DCF0"
    opacity="0.55"
    stroke="#52BDD0"
    stroke-width="4"
    />
  <!-- Body scales shine hightlights-->
  <ellipse id="sh1" class="dragon-scale" cx="192" cy="360" rx="8" ry="3.5" fill="#9CEEEE" opacity="0.5"/>
  <ellipse id="sh2" class="dragon-scale" cx="225" cy="298" rx="7" ry="2.5" fill="#9CEEEE" opacity="0.5"/>
  <ellipse id="sh3" class="dragon-scale" cx="253" cy="372" rx="4.3" ry="2" fill="#9CEEEE" opacity="0.5"/>
  <ellipse id="sh4" class="dragon-scale" cx="308" cy="311" rx="6.5" ry="2.5" fill="#9CEEEE" opacity="0.5"/>
  <ellipse id="sh5" class="dragon-scale" cx="285" cy="415" rx="6" ry="2.5" fill="#9CEEEE" opacity="0.4"/>

  <!-- Dragon is ultra-cool! -->
</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.