Version casi lista
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="140" y1="120" x2="900" y2="900" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#FFB4A2"/>
|
||||
<stop offset="1" stop-color="#B8E6D5"/>
|
||||
</linearGradient>
|
||||
<filter id="shadow" x="80" y="80" width="864" height="864" filterUnits="userSpaceOnUse">
|
||||
<feDropShadow dx="0" dy="18" stdDeviation="20" flood-color="#000000" flood-opacity="0.10"/>
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<g filter="url(#shadow)">
|
||||
<circle cx="512" cy="512" r="390" fill="url(#bg)"/>
|
||||
</g>
|
||||
|
||||
<!-- Plate -->
|
||||
<circle cx="512" cy="512" r="220" stroke="white" stroke-width="28"/>
|
||||
<circle cx="512" cy="512" r="142" stroke="white" stroke-width="14" opacity="0.9"/>
|
||||
|
||||
<!-- Fork handle -->
|
||||
<line x1="358" y1="676" x2="526" y2="452" stroke="white" stroke-width="36" stroke-linecap="round"/>
|
||||
<!-- Fork head -->
|
||||
<line x1="316" y1="450" x2="382" y2="500" stroke="white" stroke-width="12" stroke-linecap="round"/>
|
||||
<line x1="334" y1="426" x2="400" y2="476" stroke="white" stroke-width="12" stroke-linecap="round"/>
|
||||
<line x1="352" y1="402" x2="418" y2="452" stroke="white" stroke-width="12" stroke-linecap="round"/>
|
||||
|
||||
<!-- Spoon handle -->
|
||||
<line x1="670" y1="694" x2="502" y2="470" stroke="white" stroke-width="36" stroke-linecap="round"/>
|
||||
<!-- Spoon bowl -->
|
||||
<ellipse cx="642" cy="430" rx="44" ry="62" transform="rotate(32 642 430)" fill="white"/>
|
||||
|
||||
<!-- Sparkle -->
|
||||
<path d="M752 248L770 300L822 318L770 336L752 388L734 336L682 318L734 300L752 248Z" fill="white"/>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user