토론

Here is a pixel art Pikachu SVG based on your request: ```svg <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" shape-rendering="crispEdges"> <style> .bg { fill: #f5f5f5; } .black { fill: #1a1a1a; } .red { fill: #e3350d; } .yellow { fill: #ffde21; } .yellow-dark { fill: #e6c619; } .white { fill: #ffffff; } .brown { fill: #8b5e3c; } </style> <!-- Background --> <rect class="bg" width="128" height="128"/> <!-- Left ear --> <rect x="24" y="16" width="8" height="8" class="yellow"/> <rect x="16" y="24" width="8" height="8" class="yellow"/> <rect x="24" y="24" width="8" height="8" class="black"/> <rect x="32" y="24" width="8" height="8" class="yellow"/> <rect x="16" y="32" width="8" height="8" class="yellow"/> <rect x="24" y="32" width="8" height="8" class="black"/> <rect x="32" y="32" width="8" height="8" class="yellow"/> <rect x="24" y="40" width="8" height="8" class="yellow"/> <rect x="32" y="40" width="8" height="8" class="yellow"/> <!-- Right ear --> <rect x="88" y="16" width="8" height="8" class="yellow"/> <rect x="96" y="24" width="8" height="8" class="yellow"/> <rect x="88" y="24" width="8" height="8" class="black"/> <rect x="80" y="24" width="8" height="8" class="yellow"/> <rect x="96" y="32" width="8" height="8" class="yellow"/> <rect x="88" y="32" width="8" height="8" class="black"/> <rect x="80" y="32" width="8" height="8" class="yellow"/> <rect x="88" y="40" width="8" height="8" class="yellow"/> <rect x="80" y="40" width="8" height="8" class="yellow"/> <!-- Head top --> <rect x="40" y="40" width="8" height="8" class="yellow"/> <rect x="48" y="40" width="8" height="8" class="yellow"/> <rect x="56" y="40" width="8" height="8" class="yellow"/> <rect x="64" y="40" width="8" height="8" class="yellow"/> <rect x="72" y="40" width="8" height="8" class="yellow"/> <!-- Head middle row --> <rect x="32" y="48" width="8" height="8" class="yellow"/> <rect x="40" y="48" width="8" height="8" class="yellow"/> <rect x="48" y="48" width="8" height="8" class="yellow"/> <rect x="56" y="48" width="8" height="8" class="yellow"/> <rect x="64" y="48" width="8" height="8" class="yellow"/> <rect x="72" y="48" width="8" height="8" class="yellow"/> <rect x="80" y="48" width="8" height="8" class="yellow"/> <!-- Head row - eyes --> <rect x="32" y="56" width="8" height="8" class="yellow"/> <rect x="40" y="56" width="8" height="8" class="yellow"/> <rect x="48" y="56" width="8" height="8" class="black"/> <rect x="56" y="56" width="8" height="8" class="black"/> <rect x="64" y="56" width="8" height="8" class="black"/> <rect x="72" y="56" width="8" height="8" class="black"/> <rect x="80" y="56" width="8" height="8" class="yellow"/> <!-- Head row - eye whites --> <rect x="40" y="64" width="8" height="8" class="yellow"/> <rect x="48" y="64" width="8" height="8" class="white"/> <rect x="56" y="64" width="8" height="8" class="black"/> <rect x="64" y="64" width="8" height="8" class="black"/> <rect x="72" y="64" width="8" height="8" class="white"/> <rect x="80" y="64" width="8" height="8" class="yellow"/> <!-- Cheeks row --> <rect x="32" y="72" width="8" height="8" class="yellow"/> <rect x="40" y="72" width="8" height="8" class="red"/> <rect x="48" y="72" width="8" height="8" class="yellow"/> <rect x="56" y="72" width="8" height="8" class="yellow"/> <rect x="64" y="72" width="8" height="8" class="yellow"/> <rect x="72" y="72" width="8" height="8" class="red"/> <rect x="80" y="72" width="8" height="8" class="yellow"/> <!-- Nose/mouth row --> <rect x="32" y="80" width="8" height="8" class="yellow"/> <rect x="40" y="80" width="8" height="8" class="yellow"/> <rect x="48" y="80" width="8" height="8" class="black"/> <rect x="56" y="80" width="8" height="8" class="yellow"/> <rect x="64" y="80" width="8" height="8" class="yellow"/> <rect x="72" y="80" width="8" height="8" class="black"/> <rect x="80" y="80" width="8" height="8" class="yellow"/> <!-- Mouth row --> <rect x="40" y="88" width="8" height="8" class="yellow"/> <rect x="48" y="88" width="8" height="8" class="yellow"/> <rect x="56" y="88" width="8" height="8" class="black"/> <rect x="64" y="88" width="8" height="8" class="black"/> <rect x="72" y="88" width="8" height="8" class="yellow"/> <!-- Chin --> <rect x="48" y="96" width="8" height="8" class="yellow"/> <rect x="56" y="96" width="8" height="8" class="yellow"/> <rect x="64" y="96" width="8" height="8" class="yellow"/> <!-- Body --> <rect x="40" y="104" width="8" height="8" class="yellow"/> <rect x="48" y="104" width="8" height="8" class="yellow"/> <rect x="56" y="104" width="8" height="8" class="yellow"/> <rect x="64" y="104" width="8" height="8" class="yellow"/> <rect x="72" y="104" width="8" height="8" class="yellow"/> <rect x="40" y="112" width="8" height="8" class="yellow-dark"/> <rect x="48" y="112" width="8" height="8" class="yellow-dark"/> <rect x="56" y="112" width="8" height="8" class="yellow-dark"/> <rect x="64" y="112" width="8" height="8" class="yellow-dark"/> <rect x="72" y="112" width="8" height="8" class="yellow-dark"/> <!-- Feet --> <rect x="40" y="120" width="8" height="8" class="brown"/> <rect x="48" y="120" width="8" height="8" class="brown"/> <rect x="64" y="120" width="8" height="8" class="brown"/> <rect x="72" y="120" width="8" height="8" class="brown"/> </svg> ``` The design uses a clean pixel grid with Pikachu’s signature yellow body, black-tipped ears, red cheeks, and simple dark facial features. The light background and crisp square shapes keep the illustration clear and easy to use as a standalone icon or sprite.

Wikiprompt, 무료 프롬프트 백과사전에서

proper
기여자properX출처

2026년 3월 6일

Here is a pixel art Pikachu SVG based on your request: ```svg <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" shape-rendering="crispEdges"> <style> .bg { fill: #f5f5f5; } .black { fill: #1a1a1a; } .red { fill: #e3350d; } .yellow { fill: #ffde21; } .yellow-dark { fill: #e6c619; } .white { fill: #ffffff; } .brown { fill: #8b5e3c; } </style> <!-- Background --> <rect class="bg" width="128" height="128"/> <!-- Left ear --> <rect x="24" y="16" width="8" height="8" class="yellow"/> <rect x="16" y="24" width="8" height="8" class="yellow"/> <rect x="24" y="24" width="8" height="8" class="black"/> <rect x="32" y="24" width="8" height="8" class="yellow"/> <rect x="16" y="32" width="8" height="8" class="yellow"/> <rect x="24" y="32" width="8" height="8" class="black"/> <rect x="32" y="32" width="8" height="8" class="yellow"/> <rect x="24" y="40" width="8" height="8" class="yellow"/> <rect x="32" y="40" width="8" height="8" class="yellow"/> <!-- Right ear --> <rect x="88" y="16" width="8" height="8" class="yellow"/> <rect x="96" y="24" width="8" height="8" class="yellow"/> <rect x="88" y="24" width="8" height="8" class="black"/> <rect x="80" y="24" width="8" height="8" class="yellow"/> <rect x="96" y="32" width="8" height="8" class="yellow"/> <rect x="88" y="32" width="8" height="8" class="black"/> <rect x="80" y="32" width="8" height="8" class="yellow"/> <rect x="88" y="40" width="8" height="8" class="yellow"/> <rect x="80" y="40" width="8" height="8" class="yellow"/> <!-- Head top --> <rect x="40" y="40" width="8" height="8" class="yellow"/> <rect x="48" y="40" width="8" height="8" class="yellow"/> <rect x="56" y="40" width="8" height="8" class="yellow"/> <rect x="64" y="40" width="8" height="8" class="yellow"/> <rect x="72" y="40" width="8" height="8" class="yellow"/> <!-- Head middle row --> <rect x="32" y="48" width="8" height="8" class="yellow"/> <rect x="40" y="48" width="8" height="8" class="yellow"/> <rect x="48" y="48" width="8" height="8" class="yellow"/> <rect x="56" y="48" width="8" height="8" class="yellow"/> <rect x="64" y="48" width="8" height="8" class="yellow"/> <rect x="72" y="48" width="8" height="8" class="yellow"/> <rect x="80" y="48" width="8" height="8" class="yellow"/> <!-- Head row - eyes --> <rect x="32" y="56" width="8" height="8" class="yellow"/> <rect x="40" y="56" width="8" height="8" class="yellow"/> <rect x="48" y="56" width="8" height="8" class="black"/> <rect x="56" y="56" width="8" height="8" class="black"/> <rect x="64" y="56" width="8" height="8" class="black"/> <rect x="72" y="56" width="8" height="8" class="black"/> <rect x="80" y="56" width="8" height="8" class="yellow"/> <!-- Head row - eye whites --> <rect x="40" y="64" width="8" height="8" class="yellow"/> <rect x="48" y="64" width="8" height="8" class="white"/> <rect x="56" y="64" width="8" height="8" class="black"/> <rect x="64" y="64" width="8" height="8" class="black"/> <rect x="72" y="64" width="8" height="8" class="white"/> <rect x="80" y="64" width="8" height="8" class="yellow"/> <!-- Cheeks row --> <rect x="32" y="72" width="8" height="8" class="yellow"/> <rect x="40" y="72" width="8" height="8" class="red"/> <rect x="48" y="72" width="8" height="8" class="yellow"/> <rect x="56" y="72" width="8" height="8" class="yellow"/> <rect x="64" y="72" width="8" height="8" class="yellow"/> <rect x="72" y="72" width="8" height="8" class="red"/> <rect x="80" y="72" width="8" height="8" class="yellow"/> <!-- Nose/mouth row --> <rect x="32" y="80" width="8" height="8" class="yellow"/> <rect x="40" y="80" width="8" height="8" class="yellow"/> <rect x="48" y="80" width="8" height="8" class="black"/> <rect x="56" y="80" width="8" height="8" class="yellow"/> <rect x="64" y="80" width="8" height="8" class="yellow"/> <rect x="72" y="80" width="8" height="8" class="black"/> <rect x="80" y="80" width="8" height="8" class="yellow"/> <!-- Mouth row --> <rect x="40" y="88" width="8" height="8" class="yellow"/> <rect x="48" y="88" width="8" height="8" class="yellow"/> <rect x="56" y="88" width="8" height="8" class="black"/> <rect x="64" y="88" width="8" height="8" class="black"/> <rect x="72" y="88" width="8" height="8" class="yellow"/> <!-- Chin --> <rect x="48" y="96" width="8" height="8" class="yellow"/> <rect x="56" y="96" width="8" height="8" class="yellow"/> <rect x="64" y="96" width="8" height="8" class="yellow"/> <!-- Body --> <rect x="40" y="104" width="8" height="8" class="yellow"/> <rect x="48" y="104" width="8" height="8" class="yellow"/> <rect x="56" y="104" width="8" height="8" class="yellow"/> <rect x="64" y="104" width="8" height="8" class="yellow"/> <rect x="72" y="104" width="8" height="8" class="yellow"/> <rect x="40" y="112" width="8" height="8" class="yellow-dark"/> <rect x="48" y="112" width="8" height="8" class="yellow-dark"/> <rect x="56" y="112" width="8" height="8" class="yellow-dark"/> <rect x="64" y="112" width="8" height="8" class="yellow-dark"/> <rect x="72" y="112" width="8" height="8" class="yellow-dark"/> <!-- Feet --> <rect x="40" y="120" width="8" height="8" class="brown"/> <rect x="48" y="120" width="8" height="8" class="brown"/> <rect x="64" y="120" width="8" height="8" class="brown"/> <rect x="72" y="120" width="8" height="8" class="brown"/> </svg> ``` The design uses a clean pixel grid with Pikachu’s signature yellow body, black-tipped ears, red cheeks, and simple dark facial features. The light background and crisp square shapes keep the illustration clear and easy to use as a standalone icon or sprite. 픽셀 아트 장면으로 피카츄를 SVG 형식으로 만들고 PNG 이미지로 출력하는 간결한 프롬프트.

관련 미디어

프롬프트 내용저장

🌐
죄송합니다. 저는 이미지를 생성하거나 PNG 파일을 공유할 수 없습니다. 대신, 픽셀 아트 피카츄 장면의 SVG 코드를 제공해 드릴 수 있습니다. SVG 코드는 아래와 같습니다: ```svg <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="512" height="512" shape-rendering="crispEdges"> <!-- Background - Sky --> <rect width="32" height="32" fill="#87CEEB"/> <!-- Sun --> <rect x="24" y="2" width="4" height="4" fill="#FFD700"/> <rect x="22" y="3" width="2" height="2" fill="#FFD700"/> <rect x="28" y="3" width="2" height="2" fill="#FFD700"/> <rect x="23" y="2" width="2" height="2" fill="#FFA500"/> <rect x="27" y="2" width="2" height="2" fill="#FFA500"/> <rect x="24" y="4" width="4" height="2" fill="#FFA500"/> <!-- Ground --> <rect x="0" y="24" width="32" height="8" fill="#228B22"/> <rect x="0" y="26" width="32" height="2" fill="#1a6b1a"/> <!-- Pikachu Body --> <rect x="12" y="12" width="8" height="8" fill="#FFD700"/> <rect x="11" y="13" width="2" height="6" fill="#FFD700"/> <rect x="19" y="13" width="2" height="6" fill="#FFD700"/> <rect x="12" y="20" width="8" height="2" fill="#FFD700"/> <!-- Pikachu Head --> <rect x="13" y="8" width="6" height="4" fill="#FFD700"/> <rect x="12" y="9" width="2" height="3" fill="#FFD700"/> <rect x="18" y="9" width="2" height="3" fill="#FFD700"/> <!-- Pikachu Ears --> <rect x="12" y="4" width="2" height="4" fill="#FFD700"/> <rect x="18" y="4" width="2" height="4" fill="#FFD700"/> <rect x="12" y="3" width="2" height="1" fill="#000000"/> <rect x="18" y="3" width="2" height="1" fill="#000000"/> <rect x="13" y="4" width="1" height="2" fill="#000000"/> <rect x="18" y="4" width="1" height="2" fill="#000000"/> <!-- Pikachu Eyes --> <rect x="13" y="10" width="2" height="2" fill="#000000"/> <rect x="17" y="10" width="2" height="2" fill="#000000"/> <rect x="14" y="10" width="1" height="1" fill="#FFFFFF"/> <rect x="18" y="10" width="1" height="1" fill="#FFFFFF"/> <!-- Pikachu Cheeks --> <rect x="11" y="12" width="2" height="2" fill="#FF0000"/> <rect x="19" y="12" width="2" height="2" fill="#FF0000"/> <!-- Pikachu Nose --> <rect x="15" y="11" width="2" height="1" fill="#000000"/> <!-- Pikachu Mouth --> <rect x="15" y="12" width="2" height="1" fill="#000000"/> <rect x="14" y="13" width="4" height="1" fill="#000000"/> <!-- Pikachu Belly --> <rect x="14" y="16" width="4" height="3" fill="#FFFACD"/> <!-- Pikachu Arms --> <rect x="10" y="14" width="2" height="3" fill="#FFD700"/> <rect x="20" y="14" width="2" height="3" fill="#FFD700"/> <!-- Pikachu Feet --> <rect x="12" y="22" width="3" height="2" fill="#FFD700"/> <rect x="17" y="22" width="3" height="2" fill="#FFD700"/> <!-- Pikachu Tail --> <rect x="20" y="18" width="2" height="2" fill="#FFD700"/> <rect x="22" y="16" width="2" height="2" fill="#FFD700"/> <rect x="24" y="14" width="2" height="2" fill="#FFD700"/> <rect x="26" y="12" width="2" height="2" fill="#FFD700"/> <rect x="26" y="10" width="2" height="2" fill="#8B4513"/> <rect x="28" y="8" width="2" height="2" fill="#8B4513"/> <rect x="28" y="6" width="2" height="2" fill="#8B4513"/> <!-- Flowers --> <rect x="4" y="22" width="2" height="2" fill="#FF69B4"/> <rect x="5" y="21" width="1" height="1" fill="#FF69B4"/> <rect x="4" y="23" width="1" height="1" fill="#FF69B4"/> <rect x="6" y="23" width="1" height="1" fill="#FF69B4"/> <rect x="5" y="22" width="1" height="1" fill="#FFFF00"/> <rect x="27" y="22" width="2" height="2" fill="#FF69B4"/> <rect x="28" y="21" width="1" height="1" fill="#FF69B4"/> <rect x="27" y="23" width="1" height="1" fill="#FF69B4"/> <rect x="29" y="23" width="1" height="1" fill="#FF69B4"/> <rect x="28" y="22" width="1" height="1" fill="#FFFF00"/> <!-- Grass tufts --> <rect x="2" y="24" width="1" height="2" fill="#32CD32"/> <rect x="7" y="24" width="1" height="2" fill="#32CD32"/> <rect x="15" y="24" width="1" height="2" fill="#32CD32"/> <rect x="22" y="24" width="1" height="2" fill="#32CD32"/> <rect x="29" y="24" width="1" height="2" fill="#32CD32"/> </svg> ``` 이 SVG 코드를 HTML 파일에 저장하거나 SVG 뷰어에서 열면 픽셀 아트 스타일의 피카츄 장면을 볼 수 있습니다. PNG로 변환하려면 이 SVG를 이미지 편집 도구나 온라인 변환기를 사용하시면 됩니다.

전체 프롬프트를 보려면 로그인하세요

Continue with:

By logging in, you agree to our Terms of Use and Privacy Policy

사용법

이 프롬프트는 creative와 함께 사용하도록 설계되었습니다. 위의 프롬프트 내용을 복사하여 원하는 AI 도구에 붙여넣으세요.

최상의 결과를 얻으려면 자리 표시자(대괄호 또는 대문자로 표시)를 특정 요구 사항으로 사용자 지정할 수 있습니다.

참고 자료

분류:creative| twitter| svg| pixel-art

토론