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, 무료 프롬프트 백과사전에서
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 이미지로 출력하는 간결한 프롬프트.
관련 미디어
프롬프트 내용저장
전체 프롬프트를 보려면 로그인하세요
Continue with:
By logging in, you agree to our Terms of Use and Privacy Policy
사용법
이 프롬프트는 creative와 함께 사용하도록 설계되었습니다. 위의 프롬프트 내용을 복사하여 원하는 AI 도구에 붙여넣으세요.
최상의 결과를 얻으려면 자리 표시자(대괄호 또는 대문자로 표시)를 특정 요구 사항으로 사용자 지정할 수 있습니다.
토론
댓글 0개