Golfinho Vlogando em uma Bicicleta SVG Prompt

De Wikiprompt, a enciclopédia livre de prompts

1LittleCoder💻
Contribuído por1LittleCoder💻XFonte

14 de ago. de 2026

Golfinho Vlogando em uma Bicicleta SVG Prompt Uma solicitação criativa pedindo um SVG animado de um golfinho andando de bicicleta e fazendo vlog, incluindo notas de planejamento bem-humoradas sobre nadadeiras e manuseio do celular.

Mídia relacionada

Conteúdo do PromptSalvar

🌐
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600" width="800" height="600"> <!-- Sky background --> <rect width="800" height="600" fill="#87CEEB"/> <!-- Ground --> <rect x="0" y="480" width="800" height="120" fill="#4CAF50"/> <rect x="0" y="480" width="800" height="10" fill="#388E3C"/> <!-- Sun --> <circle cx="680" cy="80" r="50" fill="#FFD700" opacity="0.9"/> <!-- Clouds --> <g fill="white" opacity="0.8"> <circle cx="150" cy="80" r="30"/> <circle cx="185" cy="70" r="35"/> <circle cx="220" cy="80" r="28"/> <circle cx="550" cy="120" r="25"/> <circle cx="580" cy="112" r="30"/> <circle cx="610" cy="120" r="22"/> </g> <!-- BICYCLE --> <!-- Rear wheel --> <circle cx="300" cy="440" r="60" fill="none" stroke="#333" stroke-width="5"/> <circle cx="300" cy="440" r="5" fill="#555"/> <!-- Rear spokes --> <line x1="300" y1="382" x2="300" y2="498" stroke="#666" stroke-width="1.5"/> <line x1="242" y1="440" x2="358" y2="440" stroke="#666" stroke-width="1.5"/> <line x1="259" y1="399" x2="341" y2="481" stroke="#666" stroke-width="1.5"/> <line x1="259" y1="481" x2="341" y2="399" stroke="#666" stroke-width="1.5"/> <!-- Front wheel --> <circle cx="480" cy="440" r="60" fill="none" stroke="#333" stroke-width="5"/> <circle cx="480" cy="440" r="5" fill="#555"/> <!-- Front spokes --> <line x1="480" y1="382" x2="480" y2="498" stroke="#666" stroke-width="1.5"/> <line x1="422" y1="440" x2="538" y2="440" stroke="#666" stroke-width="1.5"/> <line x1="439" y1="399" x2="521" y2="481" stroke="#666" stroke-width="1.5"/> <line x1="439" y1="481" x2="521" y2="399" stroke="#666" stroke-width="1.5"/> <!-- Bicycle frame --> <g stroke="#E53935" stroke-width="6" fill="none" stroke-linecap="round"> <!-- Seat tube --> <line x1="350" y1="350" x2="340" y2="440"/> <!-- Top tube --> <line x1="350" y1="350" x2="440" y2="360"/> <!-- Down tube --> <line x1="340" y1="440" x2="440" y2="360"/> <!-- Chain stay --> <line x1="340" y1="440" x2="300" y2="440"/> <!-- Seat stay --> <line x1="350" y1="350" x2="300" y2="440"/> <!-- Head tube --> <line x1="440" y1="360" x2="460" y2="400"/> <!-- Fork --> <line x1="440" y1="360" x2="480" y2="440"/> <!-- Handlebar stem --> <line x1="440" y1="360" x2="455" y2="330"/> </g> <!-- Seat --> <ellipse cx="348" cy="346" rx="18" ry="6" fill="#333"/> <!-- Handlebar --> <line x1="440" y1="325" x2="470" y2="320" stroke="#333" stroke-width="5" stroke-linecap="round"/> <!-- Pedal crank --> <circle cx="340" cy="440" r="8" fill="#555"/> <!-- Pedal --> <rect x="330" y="445" width="20" height="5" rx="2" fill="#555"/> <!-- DOLPHIN BODY --> <g transform="translate(370, 240)"> <!-- Dolphin body --> <ellipse cx="0" cy="0" rx="75" ry="35" fill="#5B9BD5" transform="rotate(-5)"/> <!-- Belly --> <ellipse cx="0" cy="8" rx="55" ry="20" fill="#A8D0F0" transform="rotate(-5)"/> <!-- Head --> <ellipse cx="60" cy="-10" rx="30" ry="22" fill="#5B9BD5"/> <ellipse cx="65" cy="-5" rx="22" ry="14" fill="#A8D0F0"/> <!-- Nose/snout --> <ellipse cx="88" cy="-8" rx="15" ry="8" fill="#5B9BD5"/> <!-- Eye --> <circle cx="70" cy="-18" r="5" fill="white"/> <circle cx="72" cy="-18" r="3" fill="#1a1a2e"/> <circle cx="73" cy="-19" r="1" fill="white"/> <!-- Smile --> <path d="M75 -8 Q80 -3 85 -5" fill="none" stroke="#2c5f8a" stroke-width="1.5" stroke-linecap="round"/> <!-- Dorsal fin --> <path d="M-15 -30 Q-5 -65 10 -35" fill="#4A8BC2" stroke="#3a7ab5" stroke-width="1"/> <!-- Tail --> <path d="M-70 -5 Q-95 -30 -105 -25 Q-90 -10 -85 -5 Q-90 0 -105 15 Q-95 20 -70 -5Z" fill="#4A8BC2"/> <!-- Pectoral fin (arm holding phone) --> <path d="M35 5 Q50 25 65 15" stroke="#4A8BC2" stroke-width="8" fill="none" stroke-linecap="round"/> <!-- Hand/fin tip --> <circle cx="65" cy="15" r="5" fill="#4A8BC2"/> <!-- Other fin on handlebar --> <path d="M-10 10 Q-20 35 -5 30" stroke="#4A8BC2" stroke-width="7" fill="none" stroke-linecap="round"/> <!-- Phone in fin --> <rect x="58" y="8" width="14" height="22" rx="2" fill="#222" transform="rotate(20, 65, 19)"/> <rect x="60" y="11" width="10" height="16" rx="1" fill="#4CAF50" transform="rotate(20, 65, 19)"/> <!-- Phone camera dot --> <circle cx="71" cy="12" r="1.5" fill="#FFD700"/> </g> <!-- Vlog selfie stick --> <line x1="435" y1="255" x2="460" y2="220" stroke="#888" stroke-width="3" stroke-linecap="round"/> <!-- Small microphone --> <circle cx="460" cy="218" r="4" fill="#666"/> <rect x="458" y="208" width="4" height="10" rx="1" fill="#777"/> <!-- Motion lines --> <g stroke="#555" stroke-width="2" opacity="0.4"> <line x1="200" y1="420" x2="170" y2="420"/> <line x1="210" y1="440" x2="175" y2="440"/> <line x1="205" y1="460" x2="175" y2="460"/> </g> <!-- Small flowers on ground --> <g> <circle cx="120" cy="490" r="4" fill="#FF6B9D"/> <circle cx="600" cy="495" r="4" fill="#FFD700"/> <circle cx="680" cy="488" r="4" fill="#FF6B9D"/> <circle cx="200" cy="492" r="3" fill="#FFD700"/> </g> </svg>

Entre para ver o prompt completo

Continuar com:

Ao entrar, você concorda com nossos Termos de uso e Política de privacidade

Uso

Este prompt foi projetado para uso com creative. Copie o conteúdo acima e cole na sua ferramenta de IA preferida.

Para melhores resultados, personalize os marcadores (indicados por colchetes ou maiúsculas) com seus requisitos específicos.

Referências

Categorias:creative| twitter| svg| animated

Discussão

0 comentários