13 lines
552 B
XML
13 lines
552 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Gallery">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#1f6feb"/>
|
|
<stop offset="100%" stop-color="#0ea5e9"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="4" y="4" width="56" height="56" rx="12" fill="url(#g)"/>
|
|
<rect x="14" y="18" width="36" height="28" rx="4" fill="#ffffff" opacity="0.95"/>
|
|
<circle cx="23" cy="26" r="4" fill="#93c5fd"/>
|
|
<path d="M18 42l8-8 6 6 8-10 8 12H18z" fill="#1e3a8a"/>
|
|
</svg>
|