13 lines
702 B
XML
13 lines
702 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none">
|
|
<rect width="100" height="100" rx="16" fill="#FFF1F2"/>
|
|
<!-- Case body outer -->
|
|
<rect x="20" y="8" width="60" height="84" rx="14" stroke="#E11D48" stroke-width="4" fill="#FFE4E6"/>
|
|
<!-- Case body inner (phone slot) -->
|
|
<rect x="26" y="15" width="48" height="70" rx="10" fill="#FFF1F2"/>
|
|
<!-- Side buttons -->
|
|
<rect x="16" y="30" width="4" height="12" rx="2" fill="#E11D48"/>
|
|
<rect x="16" y="46" width="4" height="12" rx="2" fill="#E11D48"/>
|
|
<rect x="80" y="35" width="4" height="16" rx="2" fill="#E11D48"/>
|
|
<!-- Camera cutout -->
|
|
<rect x="34" y="20" width="20" height="18" rx="4" fill="#FECDD3"/>
|
|
</svg>
|