40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
<svg width="400" height="300" viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background -->
|
|
<rect width="400" height="300" fill="#F5F1EC"/>
|
|
|
|
<!-- Group of people icon -->
|
|
<g transform="translate(150, 100)">
|
|
<!-- Person 1 (center) -->
|
|
<circle cx="50" cy="30" r="15" fill="#7E0F14"/>
|
|
<rect x="35" y="45" width="30" height="40" rx="15" fill="#7E0F14"/>
|
|
|
|
<!-- Person 2 (left) -->
|
|
<circle cx="25" cy="35" r="12" fill="#5D0B0E"/>
|
|
<rect x="13" y="47" width="24" height="32" rx="12" fill="#5D0B0E"/>
|
|
|
|
<!-- Person 3 (right) -->
|
|
<circle cx="75" cy="35" r="12" fill="#5D0B0E"/>
|
|
<rect x="63" y="47" width="24" height="32" rx="12" fill="#5D0B0E"/>
|
|
|
|
<!-- Person 4 (back left) -->
|
|
<circle cx="15" cy="45" r="10" fill="#B10E14"/>
|
|
<rect x="5" y="55" width="20" height="25" rx="10" fill="#B10E14"/>
|
|
|
|
<!-- Person 5 (back right) -->
|
|
<circle cx="85" cy="45" r="10" fill="#B10E14"/>
|
|
<rect x="75" y="55" width="20" height="25" rx="10" fill="#B10E14"/>
|
|
|
|
<!-- Connection lines -->
|
|
<path d="M 35 45 Q 50 40 65 45" stroke="#7E0F14" stroke-width="2" opacity="0.3" fill="none"/>
|
|
<path d="M 25 55 Q 50 50 75 55" stroke="#7E0F14" stroke-width="2" opacity="0.3" fill="none"/>
|
|
</g>
|
|
|
|
<!-- Text -->
|
|
<text x="200" y="220" text-anchor="middle" font-family="Inter, sans-serif" font-size="14" fill="#374151" font-weight="500">
|
|
Ministry Image
|
|
</text>
|
|
<text x="200" y="240" text-anchor="middle" font-family="Inter, sans-serif" font-size="12" fill="#6B7280">
|
|
Placeholder for ministry photos
|
|
</text>
|
|
</svg>
|