42 lines
2.0 KiB
XML
42 lines
2.0 KiB
XML
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||
<!-- Фон -->
|
||
<rect width="512" height="512" rx="80" fill="#007bff"/>
|
||
|
||
<!-- Основная иконка заметки -->
|
||
<rect x="80" y="100" width="280" height="360" rx="20" fill="white" stroke="#e3f2fd" stroke-width="4"/>
|
||
|
||
<!-- Заголовок заметки -->
|
||
<rect x="100" y="120" width="240" height="20" rx="10" fill="#e3f2fd"/>
|
||
|
||
<!-- Строки текста -->
|
||
<rect x="100" y="160" width="200" height="12" rx="6" fill="#e3f2fd"/>
|
||
<rect x="100" y="180" width="180" height="12" rx="6" fill="#e3f2fd"/>
|
||
<rect x="100" y="200" width="220" height="12" rx="6" fill="#e3f2fd"/>
|
||
|
||
<!-- Список -->
|
||
<circle cx="110" cy="240" r="4" fill="#007bff"/>
|
||
<rect x="125" y="236" width="120" height="8" rx="4" fill="#e3f2fd"/>
|
||
|
||
<circle cx="110" cy="260" r="4" fill="#007bff"/>
|
||
<rect x="125" y="256" width="100" height="8" rx="4" fill="#e3f2fd"/>
|
||
|
||
<circle cx="110" cy="280" r="4" fill="#007bff"/>
|
||
<rect x="125" y="276" width="140" height="8" rx="4" fill="#e3f2fd"/>
|
||
|
||
<!-- Код блок -->
|
||
<rect x="100" y="320" width="240" height="60" rx="8" fill="#f5f5f5" stroke="#e0e0e0" stroke-width="2"/>
|
||
<rect x="110" y="330" width="40" height="6" rx="3" fill="#007bff"/>
|
||
<rect x="110" y="340" width="60" height="6" rx="3" fill="#666"/>
|
||
<rect x="110" y="350" width="50" height="6" rx="3" fill="#666"/>
|
||
<rect x="110" y="360" width="30" height="6" rx="3" fill="#007bff"/>
|
||
|
||
<!-- Тег -->
|
||
<rect x="100" y="400" width="60" height="20" rx="10" fill="#e7f3ff" stroke="#007bff" stroke-width="2"/>
|
||
<text x="130" y="413" text-anchor="middle" font-family="Arial, sans-serif" font-size="10" font-weight="bold" fill="#007bff">#tag</text>
|
||
|
||
<!-- Дополнительные элементы для живости -->
|
||
<circle cx="400" cy="150" r="8" fill="white" opacity="0.3"/>
|
||
<circle cx="450" cy="200" r="6" fill="white" opacity="0.2"/>
|
||
<circle cx="420" cy="300" r="10" fill="white" opacity="0.25"/>
|
||
</svg>
|