34 lines
1.5 KiB
XML
34 lines
1.5 KiB
XML
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#4facfe;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#00f2fe;stop-opacity:1" />
|
|
</linearGradient>
|
|
<linearGradient id="camera" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#f0f0f0;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background circle -->
|
|
<circle cx="32" cy="32" r="30" fill="url(#bg)" stroke="#2196f3" stroke-width="2"/>
|
|
|
|
<!-- Camera body -->
|
|
<rect x="16" y="22" width="32" height="20" rx="4" fill="url(#camera)" stroke="#333" stroke-width="1"/>
|
|
|
|
<!-- Camera lens -->
|
|
<circle cx="32" cy="32" r="8" fill="#333" stroke="#666" stroke-width="1"/>
|
|
<circle cx="32" cy="32" r="5" fill="#1976d2"/>
|
|
<circle cx="30" cy="30" r="2" fill="#64b5f6" opacity="0.7"/>
|
|
|
|
<!-- Camera flash -->
|
|
<rect x="42" y="24" width="4" height="3" rx="1" fill="#ffd54f"/>
|
|
|
|
<!-- Recording indicator -->
|
|
<circle cx="20" cy="26" r="2" fill="#f44336"/>
|
|
|
|
<!-- Streaming waves -->
|
|
<path d="M 8 16 Q 12 12 16 16" stroke="#4caf50" stroke-width="2" fill="none" opacity="0.8"/>
|
|
<path d="M 6 12 Q 12 6 18 12" stroke="#4caf50" stroke-width="2" fill="none" opacity="0.6"/>
|
|
<path d="M 4 8 Q 12 0 20 8" stroke="#4caf50" stroke-width="2" fill="none" opacity="0.4"/>
|
|
</svg> |