mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
24 lines
920 B
XML
24 lines
920 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<title>easy-png-tools</title>
|
|
<rect width="32" height="32" rx="7" fill="#2563eb"/>
|
|
<rect x="5" y="5" width="22" height="22" rx="4" fill="#ffffff"/>
|
|
<clipPath id="pic">
|
|
<rect x="8" y="8" width="16" height="16" rx="2"/>
|
|
</clipPath>
|
|
<g clip-path="url(#pic)">
|
|
<rect x="8" y="8" width="16" height="16" fill="#eff6ff"/>
|
|
<g fill="#bfdbfe">
|
|
<rect x="12" y="8" width="4" height="4"/>
|
|
<rect x="20" y="8" width="4" height="4"/>
|
|
<rect x="8" y="12" width="4" height="4"/>
|
|
<rect x="16" y="12" width="4" height="4"/>
|
|
<rect x="12" y="16" width="4" height="4"/>
|
|
<rect x="20" y="16" width="4" height="4"/>
|
|
<rect x="8" y="20" width="4" height="4"/>
|
|
<rect x="16" y="20" width="4" height="4"/>
|
|
</g>
|
|
<circle cx="11.6" cy="12.2" r="2.1" fill="#2563eb"/>
|
|
<path d="M7 25 L13 15.2 L16.6 20.4 L19.2 17 L25.4 25 Z" fill="#2563eb"/>
|
|
</g>
|
|
</svg>
|