Curious Cartoon Watching with a Magnifying Glass

Curious Cartoon Watching with a Magnifying Glass - DrawGPT

Info

Created On: May 10, 2025
Created By: User #4385
a funny image of someone being interested in what someone else is doing and watching with a magnifying glass that makes their eye look big like a cartoon
Bot
Two curious characters: one peers exaggeratedly through a magnifying glass, their eye comically huge, spying on a friend. Even their eyebrow is suspiciously arched. FYI: Magnifying glasses make secrets—and eyeballs—way bigger!

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>Curious Cartoon Watching with a Magnifying Glass</title>
<desc>Two curious characters: one peers exaggeratedly through a magnifying glass, their eye comically huge, spying on a friend. Even their eyebrow is suspiciously arched. FYI: Magnifying glasses make secrets—and eyeballs—way bigger!</desc>
<metadata type="keywords">cartoon, magnifying glass, curiosity, big eye, watching</metadata>

<!-- Background -->
<rect id="bg" class="background" x="0" y="0" width="512" height="512" fill="lightyellow"/>
<ellipse id="bg-circle1" class="background" cx="150" cy="300" rx="120" ry="90" fill="#f6eee7" opacity="0.43"/>
<ellipse id="bg-circle2" class="background" cx="380" cy="170" rx="110" ry="80" fill="#f3ddbc" opacity="0.4"/>
<rect id="table" class="environment" x="80" y="390" width="352" height="50" rx="16" fill="#deb887"/>

<!-- First Character: The Watcher -->
<g id="watcher" class="curious-watcher">
  <!-- Body -->
  <ellipse id="watcher-body" class="curious-watcher" cx="150" cy="320" rx="55" ry="80" fill="#ffe4c9" stroke="#bf8156" stroke-width="3"/>
  <!-- Head -->
  <ellipse id="watcher-head" class="curious-watcher-head" cx="135" cy="200" rx="62" ry="70" fill="#ffddbb" stroke="#bf8156" stroke-width="3"/>
  <!-- Arm holding glass -->
  <path id="watcher-arm" class="curious-watcher-arm" d="
    M160,260 
    Q210,250 235,295
    Q240,340 205,347
    Q175,345 162,280
  " fill="#ffcc99" stroke="#bf8156" stroke-width="8" />
  <!-- Eyebrow -->
  <path id="watcher-eyebrow" class="watcher-face" d="M125,173 Q138,168 152,175" stroke="#665144" stroke-width="6" fill="none">
    <animate attributeName="d" values="
      M125,173 Q138,168 152,175;
      M125,173 Q138,163 152,175;
      M125,173 Q138,172 152,175;
      M125,173 Q138,168 152,175
      " keyTimes="0;0.23;0.63;1" dur="5s" repeatCount="indefinite"/>
  </path>
  <!-- Mouth -->
  <path id="watcher-mouth" class="watcher-face" d="M125,220 Q135,235 155,225" stroke="#cb7952" stroke-width="4" fill="none"/>
  <!-- Nose -->
  <path id="watcher-nose" class="watcher-face" d="M142,208 Q136,214 142,218" stroke="#df9267" stroke-width="2.7" fill="none"/>
  <!-- Ear -->
  <ellipse id="watcher-ear" class="watcher-face" cx="77" cy="200" rx="14" ry="21" fill="#ffe2c6" stroke="#bf8156" stroke-width="2"/>
  
  <!-- Normal (left) eye (not behind glass) -->
  <ellipse id="watcher-eye2" class="watcher-eye" cx="119" cy="197" rx="15" ry="18" fill="#fff" stroke="#888" stroke-width="2"/>
    <ellipse id="watcher-pupil2" class="watcher-eye" cx="119" cy="197" rx="7" ry="8.5" fill="#393968">
      <animate attributeName="cy" values="197;205;195;197" keyTimes="0;0.5;0.8;1" dur="5s" repeatCount="indefinite"/>
    </ellipse>
    <ellipse id="watcher-eye-glint2" class="watcher-eye" cx="123" cy="193" rx="2" ry="2.1" fill="#fff" opacity="0.8"/>
  
  <!-- Right eye behind glass (cartoon-huge) -->
  <g id="magnify-eye-group" class="watcher-eye">
    <!-- Magnifying Glass -->
    <g id="magnifier" class="magnifier">
      <ellipse id="glass" class="magnifier" cx="182" cy="196" rx="39" ry="40" fill="#e8fbfa" stroke="#327293" stroke-width="6"/>
      <ellipse id="glass-inner-shine" class="magnifier" cx="193" cy="181" rx="9" ry="7" fill="#d7f4f9" opacity="0.77"/>
      <!-- Handle -->
      <rect id="magnifier-handle" class="magnifier" x="211" y="221" width="76" height="20" rx="10" ry="10" fill="#6f4f16" transform="rotate(26 211 221)"/>
      <rect id="magnifier-handle-shine" class="magnifier" x="219" y="226" width="20" height="5" rx="2" fill="#a98a65" transform="rotate(23 219 226)" opacity="0.42"/>
      <!-- Animate slight hand jelly (wobble handle)-->
      <animateTransform attributeName="transform" attributeType="XML" type="rotate"
        values="2 182 196; -5 182 196; 3 182 196; 0 182 196; 2 182 196"
        keyTimes="0;0.23;0.5;0.77;1"
        dur="5s" repeatCount="indefinite"/>
    </g>
    <!-- Enormous cartoon eye through magnifier -->
    <ellipse id="giant-eye" class="magnified-eye" cx="182" cy="196" rx="24" ry="28" fill="#fff" stroke="#707aad" stroke-width="2"/>
    <ellipse id="giant-pupil" class="magnified-eye" cx="192" cy="200" rx="13" ry="14.8" fill="#44486b" stroke="#2c2655" stroke-width="0.8">
      <animate attributeName="cy" values="200;215;194;200" keyTimes="0;0.32;0.7;1" dur="5s" repeatCount="indefinite"/>
    </ellipse>
    <!-- Dancing eye glint -->
    <ellipse id="glint" class="magnified-eye" cx="198" cy="191" rx="4.7" ry="4.5" fill="#fafcff" opacity="0.97">
      <animate attributeName="cx" values="198;194;198;198" keyTimes="0;0.33;0.69;1" dur="5s" repeatCount="indefinite"/>
      <animate attributeName="cy" values="191;189;194;191" keyTimes="0;0.45;0.82;1" dur="5s" repeatCount="indefinite"/>
    </ellipse>
    <!-- Eyelid/wink effect -->
    <path id="eyelid" class="magnified-eye" d="M173,180 Q182,168 193,181" stroke="#b78961" stroke-width="2.4" fill="none">
      <animate attributeName="d" values="
        M173,180 Q182,168 193,181;
        M173,180 Q182,180 193,181;
        M173,180 Q182,170 193,181;
        M173,180 Q182,168 193,181
      " keyTimes="0;0.22;0.58;1" dur="5s" repeatCount="indefinite"/>
    </path>
    <!-- Animated gaze wiggle -->
    <animateTransform attributeName="transform" type="translate"
      values="0,0; -2,-2;2,3;-1,-1;0,0" keyTimes="0;0.27;0.57;0.75;1" dur="5s" repeatCount="indefinite"/>
  </g>
  <!-- Hand holding magnifier -->
  <ellipse id="watcher-hand" class="curious-watcher" cx="229" cy="327" rx="18" ry="22" fill="#ffddbb" stroke="#b7906e" stroke-width="3">
    <animate attributeName="cx"
      values="229;240;231;229" keyTimes="0;0.10;0.68;1" dur="5s" repeatCount="indefinite"/>
  </ellipse>
</g>

<!-- Second Character: The "Innocent" being watched -->
<g id="other" class="innocent-friend">
  <!-- Seat / stool -->
  <ellipse id="other-stool" class="innocent-friend-seat" cx="350" cy="425" rx="36" ry="13" fill="#a48162" opacity="0.82"/>
  <rect id="other-stool-leg1" class="seat-leg" x="344" y="436" width="4" height="18" rx="2.3" fill="#a08671"/>
  <rect id="other-stool-leg2" class="seat-leg" x="361" y="437" width="4" height="18" rx="2.3" fill="#827061"/>
  <!-- Body -->
  <ellipse id="other-body" class="innocent-friend" cx="352" cy="369" rx="60" ry="70" fill="#c2e7de" stroke="#378978" stroke-width="3"/>
  <!-- Head -->
  <ellipse id="other-head" class="innocent-friend-head" cx="355" cy="292" rx="35" ry="38" fill="#ffeec7" stroke="#bbac99" stroke-width="3"/>
  <!-- Arms -->
  <path id="other-arm1" class="innocent-friend-arm" d="
    M357,345 Q370,317 395,335
  " fill="none" stroke="#ffeec7" stroke-width="8"/>
  <path id="other-arm2" class="innocent-friend-arm" d="
    M346,340 Q325,332 318,357
  " fill="none" stroke="#ffeec7" stroke-width="8"/>
  <!-- Desk / laptop props for detail -->
  <rect id="laptop" class="innocent-friend-accessory" x="393" y="360" width="48" height="31" rx="6.8" fill="#8fa0b3" stroke="#67809b" stroke-width="2" />
  <rect id="laptop-screen" class="innocent-friend-accessory" x="400" y="364" width="31" height="3" rx="0.8" fill="#c9d8f6" opacity="0.71"/>
  <!-- Face -->
  <ellipse id="other-eye1" class="innocent-friend-face" cx="345" cy="294" rx="5.5" ry="8" fill="#fff" stroke="#888" stroke-width="1"/>
  <ellipse id="other-eye2" class="innocent-friend-face" cx="365" cy="294" rx="5.5" ry="8" fill="#fff" stroke="#888" stroke-width="1"/>
  <ellipse id="other-pupil1" class="innocent-friend-face" cx="346" cy="298.2" rx="2.1" ry="2.9" fill="#334157"/>
  <ellipse id="other-pupil2" class="innocent-friend-face" cx="365.2" cy="298.8" rx="2.2" ry="2.5" fill="#32426b"/>
  <!-- Blinking animation -->
  <path id="blink1" class="innocent-blink" d="M341,296 Q346,293 351,296" stroke="#bba434" fill="none" stroke-width="2">
    <animate attributeName="d" values="
      M341,296 Q346,293 351,296;
      M341,295 Q346,295 351,295;
      M341,296 Q346,293 351,296
      " keyTimes="0;0.06;1" dur="5s" repeatCount="indefinite"/>
  </path>
  <path id="blink2" class="innocent-blink" d="M362,296 Q365,293 369,296" stroke="#bba434" fill="none" stroke-width="2">
    <animate attributeName="d" values="
      M362,296 Q365,293 369,296;
      M362,295 Q365,295 369,295;
      M362,296 Q365,293 369,296
      " keyTimes="0;0.06;1" dur="5s" repeatCount="indefinite"/>
  </path>
  <!-- Eyebrow surprise -->
  <path id="other-brow1" class="innocent-friend-face" d="M337,283 Q346,280 352,284" stroke="#bc7e33" stroke-width="2" fill="none">
    <animate attributeName="d" values="
      M337,283 Q346,280 352,284;
      M337,282 Q346,276 352,284;
      M337,283 Q346,280 352,284
      " keyTimes="0;0.1;1" dur="5s" repeatCount="indefinite"/>
  </path>
  <path id="other-brow2" class="innocent-friend-face" d="M360,284 Q366,280 374,283" stroke="#bc7e33" stroke-width="2" fill="none">
    <animate attributeName="d" values="
      M360,284 Q366,280 374,283;
      M360,282 Q366,276 374,283;
      M360,284 Q366,280 374,283
      " keyTimes="0;0.1;1" dur="5s" repeatCount="indefinite"/>
  </path>
  <!-- Mouth - mild surprise animation -->
  <path id="other-mouth" class="innocent-friend-face" d="M349,315 Q355,323 363,316" stroke="#e08879" stroke-width="3.6" fill="none">
    <animate attributeName="d" values="
    M349,315 Q355,323 363,316;
    M349,316 Q355,335 363,316;
    M349,315 Q355,323 363,316
    " keyTimes="0;0.22;1" dur="5s" repeatCount="indefinite"/>
  </path>
  <!-- Booknotes / task paper for fun -->
  <rect id="notes" class="innocent-friend-accessory" x="338" y="374" rx="4" ry="4" width="32" height="20" fill="#faf6dc" stroke="#cbab90" stroke-width="1.8" />
  <line id="scribble1" class="innocent-friend-accessory" x1="342" y1="382" x2="367" y2="382" stroke="#a8a26e" stroke-width="1.3"/>
  <line id="scribble2" class="innocent-friend-accessory" x1="342" y1="387" x2="362" y2="387" stroke="#97945a" stroke-width="1"/>
</g>

<!-- Shadows under characters for hyperrealism -->
<ellipse id="shadow-watcher" class="shadow" cx="155" cy="398" rx="49" ry="21" fill="#a09372" opacity="0.32"/>
<ellipse id="shadow-other" class="shadow" cx="350" cy="406" rx="40" ry="15" fill="#827258" opacity="0.28"/>

<!-- Misc background fun: clipboard, pencils, mug -->
<g id="bg-accessories" class="bg-accessories">
  <rect id="clip" class="accessory" x="85" y="405" rx="6" ry="6" width="35" height="28" fill="#e9e7d5" stroke="#a97c50" stroke-width="2"/>
  <rect id="clip-top" class="accessory" x="99" y="404" rx="3.5" ry="3.5" width="10" height="5" fill="#888083" />
  <rect id="notepad" class="accessory" x="158" y="408" rx="3.3" ry="3.3" width="36" height="22" fill="#faf6dc" stroke="#cbab90" stroke-width="1"/>
  <ellipse id="pen1" class="accessory" cx="330" cy="412" rx="3" ry="12" fill="#569be6" transform="rotate(-6 330 412)"/>
  <ellipse id="pen2" class="accessory" cx="282" cy="415" rx="2.8" ry="9.5" fill="#fcad6d" transform="rotate(12 282 415)"/>
  <ellipse id="mug" class="accessory" cx="453" cy="410" rx="11.2" ry="13.4" fill="#ffe2c6" stroke="#ab7451" stroke-width="2"/>
  <ellipse id="mug-fill" class="accessory" cx="453" cy="410" rx="8" ry="4.9" fill="#b56a3d" opacity="0.67"/>
</g>

<!-- SMIL: Animate watcher glancing and back  -->
<animateTransform 
  xlink:href="#watcher-head" 
  attributeName="transform" 
  type="rotate" 
  values="0 135 200;14 135 200;-5 135 200;5 135 200;0 135 200" 
  keyTimes="0;0.18;0.5;0.8;1"
  dur="5s" 
  repeatCount="indefinite" />
<!-- Animate the watcher tilting/glancing up and back -->
<animateTransform 
  xlink:href="#watcher-body" 
  attributeName="transform" 
  type="rotate"
  values="0 150 320;-8 150 320;6 150 320;0 150 320"
  keyTimes="0;0.23;0.49;1"
  dur="5s"
  repeatCount="indefinite"/>
</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.