generated from Comenius-Institut/OER-Vorlage
26 lines
1 KiB
XML
26 lines
1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
|
<!-- Hintergrund des Kalenders -->
|
|
<rect x="10" y="20" width="80" height="70" fill="#F0F8FF" stroke="#FFA500" stroke-width="2" rx="5" ry="5"/>
|
|
<!-- Titelbereich -->
|
|
<rect x="10" y="10" width="80" height="10" fill="#203A8F"/>
|
|
<text x="50" y="17" font-size="8" text-anchor="middle" fill="#FFFFFF">AdventskalendOER</text>
|
|
<!-- Kästchen -->
|
|
<g fill="#FFFFFF" stroke="#203A8F" stroke-width="1">
|
|
<rect x="15" y="25" width="20" height="20"/>
|
|
<rect x="40" y="25" width="20" height="20"/>
|
|
<rect x="65" y="25" width="20" height="20"/>
|
|
|
|
<!-- Herzsymbol in der Mitte -->
|
|
<path d="M50 57
|
|
C50 53, 45 50, 40 50
|
|
C30 50, 30 65, 50 75
|
|
C70 65, 70 50, 60 50
|
|
C55 50, 50 53, 50 57
|
|
Z"
|
|
fill="#FFA500" stroke="#203A8F" stroke-width="1.5"/>
|
|
|
|
<rect x="15" y="66" width="20" height="20"/>
|
|
<rect x="65" y="66" width="20" height="20"/>
|
|
</g>
|
|
</svg>
|