Gnome Architects Mighty Brick-It!

Gnome Architects Mighty Brick-It! - DrawGPT

Info

Created On: May 10, 2025
Created By: User #1
fun scene with gnomes building a building with bricks
Bot
Gnomes getting a-head with bricks, building memories one block at a time. They're small but masonry!

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"
     width="512" height="512" viewBox="0 0 512 512">
  <title>Gnome Architects Mighty Brick-It!</title>
  <desc>Gnomes getting a-head with bricks, building memories one block at a time. They're small but masonry!</desc>
  <metadata type="keywords">gnome, brick, building, construction, funny</metadata>
  
  <!-- Background: Grassy hill with flowers, blue sky, and clouds -->
  <rect id="sky" class="background-sky" x="0" y="0" width="512" height="330" fill="#b8e7ff"/>
  <ellipse id="hill" class="background-hill" cx="256" cy="430" rx="300" ry="110" fill="#98ea99"/>
  
  <!-- Fluffy clouds -->
  <g id="clouds" class="background-cloud">
    <ellipse id="cloud1" class="cloud" cx="90" cy="60" rx="46" ry="19" fill="#ffffff" opacity="0.8">
      <animate attributeName="cx" values="90;110;90" dur="5s" repeatCount="indefinite"/>
    </ellipse>
    <ellipse id="cloud2" class="cloud" cx="330" cy="90" rx="39" ry="15" fill="#f5faff" opacity="0.7">
      <animate attributeName="cx" values="330;360;330" dur="5s" repeatCount="indefinite"/>
    </ellipse>
    <ellipse id="cloud3" class="cloud" cx="430" cy="50" rx="30" ry="14" fill="#f7fcfe" opacity="0.5">
      <animate attributeName="cx" values="430;445;430" dur="5s" repeatCount="indefinite"/>
    </ellipse>
  </g>
  
  <!-- Flower field -->
  <g id="flowers" class="background-flower">
    <g id="flower1" class="flower">
      <circle cx="76" cy="415" r="5" fill="#ff6ec7"/>
      <circle cx="72" cy="409" r="4" fill="#fffc87"/>
      <circle cx="80" cy="418" r="4" fill="#6efcff"/>
    </g>
    <g id="flower2" class="flower">
      <circle cx="145" cy="453" r="5" fill="#f3b334"/>
      <circle cx="151" cy="448" r="4" fill="#34ffaa"/>
      <circle cx="147" cy="459" r="4" fill="#7ea1ff"/>
    </g>
    <g id="flower3" class="flower">
      <circle cx="380" cy="460" r="4" fill="#f77f64"/>
      <circle cx="386" cy="455" r="4" fill="#3be079"/>
      <circle cx="378" cy="469" r="3" fill="#c395e8"/>
    </g>
  </g>
  
  <!-- Building Foundation with bricks -->
  <g id="building" class="building-structure">
    <!-- Grey cement base -->
    <rect x="160" y="256" width="190" height="120" rx="13" fill="#bdbdbd" stroke="#787777" stroke-width="3"/>
    
    <!-- 4 Brick rows -->
    <g id="bricks" class="bricks">
      <g>
        <rect id="brick1-1" class="brick" x="170" y="373" width="36" height="22" fill="#de8366" stroke="#95412f" stroke-width="2"/>
        <rect id="brick1-2" class="brick" x="210" y="373" width="34" height="22" fill="#e6906f" stroke="#95412f" stroke-width="2"/>
        <rect id="brick1-3" class="brick" x="248" y="373" width="34" height="22" fill="#e29552" stroke="#95412f" stroke-width="2"/>
        <rect id="brick1-4" class="brick" x="286" y="373" width="29" height="22" fill="#de8366" stroke="#95412f" stroke-width="2"/>
        <rect id="brick1-5" class="brick" x="319" y="373" width="32" height="22" fill="#e6906f" stroke="#95412f" stroke-width="2"/>
      </g>
      <g>
        <rect id="brick2-1" class="brick" x="183" y="349" width="34" height="20" fill="#e29552" stroke="#95412f" stroke-width="2"/>
        <rect id="brick2-2" class="brick" x="220" y="349" width="34" height="20" fill="#f1ae70" stroke="#95412f" stroke-width="2"/>
        <rect id="brick2-3" class="brick" x="258" y="349" width="37" height="20" fill="#fbd49d" stroke="#95412f" stroke-width="2"/>
        <rect id="brick2-4" class="brick" x="300" y="349" width="36" height="20" fill="#e6906f" stroke="#95412f" stroke-width="2"/>
      </g>
      <g>
        <rect id="brick3-1" class="brick" x="195" y="325" width="38" height="20" fill="#e6906f" stroke="#95412f" stroke-width="2"/>
        <rect id="brick3-2" class="brick" x="238" y="325" width="48" height="20" fill="#fbd49d" stroke="#95412f" stroke-width="2"/>
        <rect id="brick3-3" class="brick" x="290" y="325" width="44" height="20" fill="#e29552" stroke="#95412f" stroke-width="2"/>
      </g>
      <g>
        <rect id="brick4-1" class="brick" x="220" y="302" width="56" height="20" fill="#de8366" stroke="#95412f" stroke-width="2"/>
        <rect id="brick4-2" class="brick" x="280" y="302" width="57" height="20" fill="#e6906f" stroke="#95412f" stroke-width="2"/>
      </g>
      <!-- Animate a brick shaking as if being set in place by a gnome -->
      <animateTransform attributeName="transform"
                        attributeType="XML"
                        type="translate"
                        values="0 0;2 -4;-2 4;0 0"
                        keyTimes="0;0.33;0.66;1"
                        begin="1.2s"
                        dur="5s"
                        repeatCount="indefinite"/>
    </g>
    
    <!-- Door -->
    <rect id="door" class="building-door" x="242" y="350" width="32" height="49" rx="7" fill="#a05a2c" stroke="#70471a" stroke-width="2"/>
    <ellipse id="doorknob" class="door-knob" cx="266" cy="378" rx="2.3" ry="2.3" fill="#d2c053"/>
  </g>
  
  <!-- Gnomes Team - 4 animated gnomes -->
  <g id="gnomes" class="gnome-crew">

    <!-- Gnome carrying bricks (left, animated walk) -->
    <g id="gnome1" class="gnome" >
      <ellipse class="gnome-shadow" cx="134" cy="412" rx="20" ry="7" fill="#000" opacity="0.2"/>
      <!-- Body -->
      <ellipse id="gnome1-body" class="gnome-body" cx="134" cy="396" rx="17" ry="24" fill="#e34253"/>
      <!-- Head -->
      <circle id="gnome1-head" class="gnome-head" cx="134" cy="372" r="11" fill="#ffe8c5" />
      <!-- Beard -->
      <path id="gnome1-beard" class="gnome-beard" d="M125 377 Q134 386 143 377 Q134 391 131 387 Q137 394 134 387 Z" fill="#fff"/>
      <!-- Hat -->
      <path id="gnome1-hat" class="gnome-hat" d="M134 361 Q122 361 134 348 Q142 357 134 361 Z" fill="#034be9"/>
      <!-- Nose -->
      <ellipse id="gnome1-nose" class="gnome-nose" cx="134" cy="374.5" rx="3.2" ry="2.2" fill="#edd5b7"/>
      <!-- Brick box -->
      <rect id="gnome1-brick" class="gnome-brick" x="124" y="390" width="20" height="8" rx="2" fill="#e6906f" stroke="#95412f" stroke-width="1"/>
      <!-- Leg animation -->
      <g>
        <rect id="gnome1-legR" class="gnome-leg" x="142" y="415" width="5" height="13" rx="2" fill="#734f30">
          <animate attributeName="y" values="415;419;415" keyTimes="0;0.5;1" dur="1.67s" begin="0.23s" repeatCount="indefinite" />
        </rect>
        <rect id="gnome1-legL" class="gnome-leg" x="129" y="415" width="5" height="13" rx="2" fill="#886044">
          <animate attributeName="y" values="415;411;415" keyTimes="0;0.5;1" dur="1.67s" begin="0.83s" repeatCount="indefinite" />
        </rect>
      </g>
      <!-- Gnome walking animation -->
      <animateTransform attributeName="transform"
                        type="translate"
                        from="0 0" 
                        values="0 0;15 4;0 0"
                        dur="5s"
                        repeatCount="indefinite"/>
    </g>

    <!-- Gnome laying brick at building -->
    <g id="gnome2" class="gnome" >
      <ellipse class="gnome-shadow" cx="195" cy="390" rx="15" ry="6" fill="#000" opacity="0.22"/>
      <!-- Body -->
      <ellipse id="gnome2-body" class="gnome-body" cx="200" cy="375" rx="14" ry="21" fill="#439e5d"/>
      <!-- Head -->
      <circle id="gnome2-head" class="gnome-head" cx="200" cy="360" r="9" fill="#fff0cf"/>
      <!-- Hat -->
      <path id="gnome2-hat" class="gnome-hat" d="M200 347 Q190 353 200 333 Q210 354 200 347 Z" fill="#fc372a"/>
      <!-- Beard -->
      <path id="gnome2-beard" class="gnome-beard" d="M192 367 Q200 374 208 367 Q202 381 200 377 Q197 381 192 367 Z" fill="#e2e2e2"/>
      <!-- Nose -->
      <ellipse id="gnome2-nose" class="gnome-nose" cx="199.5" cy="363" rx="2.2" ry="1.8" fill="#e9ceaf"/>
      <!-- Arm with brick -->
      <rect id="gnome2-arm" class="gnome-arm" x="187" y="374" width="13" height="6" rx="3" fill="#ffe8c5"
            transform="rotate(-8 194 377)">
        <animateTransform attributeName="transform" type="rotate"
          values="-9 194 377;-20 194 378; -9 194 377"
          keyTimes="0;0.7;1"
          dur="5s" begin="0.55s" repeatCount="indefinite"/>
      </rect>
      <rect id="gnome2-brick" class="gnome-brick" x="188" y="372" width="10" height="5" rx="1.7" fill="#e6906f">
        <animate attributeName="y" values="372;368;372" keyTimes="0;0.7;1" dur="5s" begin="0.55s" repeatCount="indefinite"/>
      </rect>
      <!-- Laying brick bounce -->
      <animateTransform attributeName="transform"
        type="translate"
        values="0 0;3 -6;0 0" keyTimes="0;0.7;1"
        dur="5s"
        repeatCount="indefinite"
        begin="0.5s"/>
    </g>
    
    <!-- Gnome with blueprint (right) -->
    <g id="gnome3" class="gnome">
      <ellipse class="gnome-shadow" cx="350" cy="422" rx="16" ry="5" fill="#000" opacity="0.17"/>
      <!-- Body -->
      <rect id="gnome3-body" class="gnome-body" x="342" y="394" width="17" height="23" rx="5" fill="#5157ce"/>
      <!-- Head -->
      <circle id="gnome3-head" class="gnome-head" cx="350" cy="386" r="9" fill="#f8eaab"/>
      <!-- Hat -->
      <path id="gnome3-hat" class="gnome-hat" d="M350 375 Q340 384 350 367 Q358 377 350 375 Z" fill="#ff8e22"/>
      <!-- Beard -->
      <path id="gnome3-beard" class="gnome-beard" d="M344 392 Q350 399 356 392 Q351 405 349 401 Q345 405 344 392 Z" fill="#fafafa"/>
      <!-- Nose -->
      <ellipse id="gnome3-nose" class="gnome-nose" cx="350" cy="388" rx="2" ry="1.2" fill="#eedab2"/>
      <!-- Arms holding plans -->
      <rect id="gnome3-arm" class="gnome-arm" x="338" y="398" width="10" height="4" rx="2" fill="#f8eaab" />
      <rect id="gnome3-plan" class="gnome-plan" x="336" y="400" width="19" height="9" rx="2" fill="#cef1fa" stroke="#59aad7" stroke-width="1"/>
      <rect id="gnome3-plan-lines1" class="gnome-plan-line" x="338" y="403" width="15" height="1" fill="#45bae0"/>
      <rect id="gnome3-plan-lines2" class="gnome-plan-line" x="338" y="405" width="10" height="1" fill="#7fe7f6"/>
      <!-- Nodding plan approval animation -->
      <animateTransform attributeName="transform" type="translate"
        values="0 0;0 -8;0 0" keyTimes="0;0.35;1"
        dur="5s"
        repeatCount="indefinite"
        begin="1.1s"/>
    </g>
    
    <!-- Gnome on roof, waving trowel -->
    <g id="gnome4" class="gnome">
      <ellipse class="gnome-shadow" cx="262" cy="279" rx="12" ry="5" fill="#000" opacity="0.22"/>
      <!-- Body -->
      <ellipse id="gnome4-body" class="gnome-body" cx="258" cy="266" rx="10" ry="15" fill="#47baff"/>
      <!-- Head -->
      <circle id="gnome4-head" class="gnome-head" cx="258" cy="251" r="7" fill="#fff0cf" />
      <!-- Hat -->
      <path id="gnome4-hat" class="gnome-hat" d="M258 242 Q252 248 258 234 Q262 249 258 242 Z" fill="#a225f6"/>
      <!-- Beard -->
      <path id="gnome4-beard" class="gnome-beard" d="M252 255 Q258 261 264 255 Q261 265 258 262 Q254 264 252 255 Z" fill="#f7f7f7"/>
      <!-- Trowel arm (waving) -->
      <rect id="gnome4-arm" class="gnome-arm" x="265" y="258" width="3" height="17" rx="1.8" fill="#fff0cf"
        transform="rotate(-20 266 262)">
        <animateTransform attributeName="transform" type="rotate"
          values="-20 266 262;20 266 262;-20 266 262"
          keyTimes="0;0.45;1"
          dur="2s" begin="0.9s"
          repeatCount="indefinite"/>
      </rect>
      <!-- Trowel -->
      <polygon id="gnome4-trowel" class="trowel" points="267,269 273,272 271,274 265,270"
        fill="#d7d7d7" stroke="#818181" stroke-width="1">
        <animateTransform attributeName="transform" type="rotate"
          values="-36 265 270;24 265 270;-36 265 270"
          keyTimes="0;0.45;1"
          dur="2s" begin="0.9s"
          repeatCount="indefinite"/>
      </polygon>
    </g>
  </g>
  
  <!-- Loose and stacked bricks, some with industrious ants -->
  <g id="extra-bricks" class="bricks-ground">
    <rect id="loose-brick1" class="brick" x="98" y="427" width="29" height="11" fill="#e29552" stroke="#95412f" stroke-width="1"/>
    <rect id="loose-brick2" class="brick" x="405" y="425" width="24" height="9" fill="#de8366" stroke="#95412f" stroke-width="1"/>
    <g id="loose-brick3-ant" class="brick-ant">
      <rect x="388" y="439" width="18" height="7" fill="#e6906f" stroke="#95412f" stroke-width="1"/>
      <!-- Animated ant marching -->
      <g>
        <ellipse id="ant1" class="ant-body" cx="395" cy="443" rx="1.5" ry="1.1" fill="#444" >
          <animate attributeName="cx" values="395;402;395" dur="5s" repeatCount="indefinite"/>
        </ellipse>
        <ellipse id="ant2" class="ant-head" cx="393.5" cy="443" rx="1" ry="0.8" fill="#332"/>
        <line id="ant-leg1" class="ant-leg" x1="393" y1="442" x2="392" y2="441" stroke="#221" stroke-width="0.3"/>
        <line id="ant-leg2" class="ant-leg" x1="394.5" y1="442" x2="394.5" y2="441" stroke="#221" stroke-width="0.3"/>
      </g>
    </g>
  </g>
  
  <!-- Wheelbarrow with bricks -->
  <g id="wheelbarrow" class="cart">
    <!-- Frame -->
    <rect x="218" y="410" width="80" height="18" rx="6" fill="#608edb" stroke="#324761" stroke-width="2"/>
    <!-- Legs -->
    <rect x="220" y="431" width="6" height="21" rx="2" fill="#61472a"/>
    <rect x="292" y="430" width="7" height="25" rx="2" fill="#61472a"/>
    <!-- Wheel -->
    <circle id="wb-wheel" class="cart-wheel" cx="300" cy="452" r="10" fill="#bbbbbb" stroke="#424242" stroke-width="2"/>
    <!-- Animate the wheel spinning -->
    <animateTransform xlink:href="#wb-wheel" attributeName="transform" type="rotate"
      from="0 300 452" to="360 300 452" dur="5s" repeatCount="indefinite"/>
    <!-- Bricks in cart -->
    <rect x="238" y="413" width="22" height="10" fill="#e6906f" stroke="#95412f" stroke-width="1"/>
    <rect x="265" y="416" width="18" height="9" fill="#de8366" stroke="#95412f" stroke-width="1"/>
    <rect x="284" y="414" width="16" height="8" fill="#e29552" stroke="#95412f" stroke-width="1"/>
  </g>

  <!-- Sun -->
  <g id="sun" class="background-sun">
    <circle id="sun-core" cx="490" cy="48" r="30" fill="#fff34d" >
      <animate attributeName="r" values="30;35;30" dur="5s" repeatCount="indefinite"/>
    </circle>
    <!-- Rays -->
    <g>
      <line x1="490" y1="10" x2="490" y2="25" stroke="#fff66b" stroke-width="4"/>
      <line x1="490" y1="85" x2="490" y2="66" stroke="#fff66b" stroke-width="4"/>
      <line x1="462" y1="48" x2="477" y2="48" stroke="#fff66b" stroke-width="4"/>
      <line x1="519" y1="47" x2="504" y2="47" stroke="#fff66b" stroke-width="4"/>
      <line x1="475" y1="23" x2="484" y2="36" stroke="#fff66b" stroke-width="4"/>
      <line x1="506" y1="23" x2="497" y2="36" stroke="#fff66b" stroke-width="4"/>
      <animateTransform attributeName="transform" type="rotate"
        from="0 490 48" to="30 490 48" dur="5s" repeatCount="indefinite"/>
    </g>
  </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.